Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux Software => Linux Installation Support => Topic started by: mh5896 on September 11, 2009, 05:16:47 AM

Title: tarball file installation
Post by: mh5896 on September 11, 2009, 05:16:47 AM
Hello Experts i am little new to linux, i have one question.
Q:I have a Source .tarball file when i decompress it with -zxvf for tar.bz & -jxvf for tar.bz2 file, it get ./configure by this command but when i try to "make" that file it says
make: *** No targets specified and no makefile found.  Stop.
i have this problem with many tarball file.
plz any help
Title: Re: tarball file installation
Post by: Louis on September 11, 2009, 07:42:47 AM
After untar'ing the tar.gz or tar.bz2 file, change your directory to the particulat untar'ed file and excute the commands.......But make sure that, make file is present at the untar'ed directory.
Title: Re: tarball file installation
Post by: Avin on September 24, 2009, 12:41:38 PM
Do you get any error while ./configure command ? If yes post the total error.

and Don't forget to give parameter --prefix to installed software in one directory which is really helpful at the time of remove.
./configure --prefix=/your/path/for/install

Avin
Title: Re: tarball file installation
Post by: mh5896 on October 02, 2009, 05:47:37 PM
Thanks