This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
b
boozeytheclown
Post
by boozeytheclown » Wed Sep 10, 2003 11:17 pm
every time i try to compile an eggdrop using Darwin (os x jaguar) i get this message:
loading cache ./config.cache
This is eggdrop's GNU configure script.
It's going to run a bunch of strange tests to hopefully
make your compile work without much twiddling.
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
i know very little about unix and any help would be appreciated.
Darmoth
Master
Posts: 210 Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe
Post
by Darmoth » Thu Sep 11, 2003 3:18 am
<checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH>
There is either no C Compiler installed (gcc or cc)
or it's not in your path, make sure a compiler is availabe (if not install one) and veryfy it's in the path as well.