Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

configure: error: no acceptable cc found in $PATH HELP!!

Status
Not open for further replies.

jd99

MIS
May 17, 2001
101
0
0
US
i AM trying to install TOp for SOlaris 8. I get the same error message as I did when I tried to install other apps. Please help. I am somewhat of a newbie. Below is the output from ./configure

# ./configure
loading cache ./config.cache
checking for a BSD compatible install... auxdir/install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... ./configure: make: not found
no
checking for mawk... (cached) nawk
checking for gm4... no
checking for gnum4... no
checking for m4... no
checking whether m4 supports frozen files... ./configure: m4: not found
no
checking for a BSD compatible install... auxdir/install-sh -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) no
checking for perl... /usr/bin/perl
checking for gcc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
#
 
I also have usr/ccs/bin in my path as well.
 
hi,


did you try to check cc or gcc on system? anyway the best thing to do is to download the package for top and gcc and all the thing that you need, you can just run pkgadd. visit this site.

sunfreeware.com


good luck.
 
I actually figured it out. I created a CC variable to point to the working gcc compiler. I had to do a find / -name gcc in order to find it. Oh well, slowly but surely...
Thanks for your response,
Casey
 
put /usr/local/bin in your $PATH variable,
hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top