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.

.configure problem

General support and discussion of Eggdrop bots.
Post Reply
p
pleh
Voice
Posts: 1
Joined: Wed Nov 17, 2010 6:08 am

.configure problem

Post by pleh »

/eggdrop1.6.19# ./configure

This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.

checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.


any help?
thx...
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Either your system lacks a C compiler (most likely), or the configure-script is unable to find it (rather unlikely). If you are running a fairly modern linux distribution, then the easiest way to solve this would be to use your package manager (aptitude, apt-get, yum, etc..) to install gcc. Most likely, you'll also have to install the "dev" versions of libc and other libraries, including tcl.
NML_375
Post Reply