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.

eggdrop1.6.3 on Darwin

Old posts that have not been replied to for several years.
Locked
b
boozeytheclown

eggdrop1.6.3 on Darwin

Post by boozeytheclown »

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.
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

<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.
Locked