Computing.Net > Forums > Linux > need help on tar.gz. file type

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

need help on tar.gz. file type

Reply to Message Icon

Name: sinangel3073
Date: June 4, 2003 at 01:35:48 Pacific
OS: Linux
CPU/Ram: 256
Comment:

Hi, there. I need to post up a problem here about the tar.gz. file type i faced.I having problem installing these kind of file after i extracted it using the gunzip and tar -xf command. After changing to the file dirctory, the problem start when i type in the ./configure command.It pop out the error below:

creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

Can anyone help me with this, thanks



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: June 4, 2003 at 06:09:23 Pacific
Reply:

You need to install compilers and libraries
in order to compile the source. You don't
say what distro you are running but the
easiest way to solve this is probably to
install some of the development packages
that came on the original install CDs.


0

Response Number 2
Name: Sohan
Date: June 4, 2003 at 06:12:04 Pacific
Reply:

you need to install a c compiler. Since you are installing from source, u need a compiler in your system which convert the soucre code to machine readable form (ie in to a bianry file). The configure script there is looking for gcc, which is a c compiler; after you install that youll proceed further.

ASiF


0

Response Number 3
Name: sinangel3073
Date: June 4, 2003 at 18:40:37 Pacific
Reply:

thanks for the reply,i had done what have you all suggested which installing the packages for development and tried to reinstall the tar.gx file. Though, this time the problem that arise is:

creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for /usr/local/include/netclass.h... no
configure: error: cannot find netclass.h header file.

any comment or suggestion?Thanks


0

Response Number 4
Name: 3Dave
Date: June 5, 2003 at 02:23:00 Pacific
Reply:

Sounds like you need netclass source...get
it from here:
http://sourceforge.net/projects/netclass/


0

Response Number 5
Name: sinangel3073
Date: June 5, 2003 at 19:26:24 Pacific
Reply:

ok..done that one,netclass problem solve.Now :
checking for /usr/local/include/neclientheaders.h... no
configure: error: cannot find neclientheaders.h header file.

where to find neclientheaders.h file?Thanks


0

Related Posts

See More



Response Number 6
Name: 3Dave
Date: June 6, 2003 at 02:04:08 Pacific
Reply:

Hmmm....not sure about that one. Have you
checked on the software's homepage to see
what dependencies the program requires? You
could also see if there are any binaries
available which would eliminate the need to
compile. Alternatively you could see if
there is an rpm, tgz, deb etc package
available for your system depending on your
distro....try somewhere like
http://rpmfind.net


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: need help on tar.gz. file type

Help insalling tar.gz file www.computing.net/answers/linux/help-insalling-targz-file/10087.html

installing tar.gz files www.computing.net/answers/linux/installing-targz-files/1996.html

EXE and TAR.GZ FILES ON REDHAT? www.computing.net/answers/linux/exe-and-targz-files-on-redhat/10515.html