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.

need help compile eggdrop for win xp

General support and discussion of Eggdrop bots.
Post Reply
a
aerok
Voice
Posts: 1
Joined: Thu Nov 27, 2008 11:53 am

need help compile eggdrop for win xp

Post by aerok »

http://www.eggheads.org/support/egghtml ... g.html#cg8

Code: Select all

MARCIO@MAYKON-PROJETOS ~
$ ./configure --enable-strip

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.

MARCIO@MAYKON-PROJETOS ~
$
i have Cygwin, MinGW...
:?: :?:
s
starpossen
Op
Posts: 139
Joined: Tue Jan 10, 2006 1:08 am

Post by starpossen »

Code: Select all

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. 
The error tells you the problem :)
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

MinGW should be usable, though you'll have to manually specify the binary to use.

Try something like this:

Code: Select all

$ ./configure --enable-strip CC=path/to/mingw
NML_375
Post Reply