April 16, 2024, 04:32:44 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: tarball file installation  (Read 5221 times)

Offline mh5896

  • New Member
  • Posts: 3
tarball file installation
« 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

Offline Louis

  • Linux Noob !
  • *
  • Posts: 10
Re: tarball file installation
« Reply #1 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.

Offline Avin

  • Linux Learner
  • ***
  • Posts: 54
  • L!nuX
Re: tarball file installation
« Reply #2 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

Offline mh5896

  • New Member
  • Posts: 3
Re: tarball file installation
« Reply #3 on: October 02, 2009, 05:47:37 PM »
Thanks