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.

GCC V3.4.4 Error

Old posts that have not been replied to for several years.
Locked
e
ern
Voice
Posts: 1
Joined: Tue Apr 19, 2005 1:41 pm

GCC V3.4.4 Error

Post by ern »

Hey i recently installed gcc v3.4.4 on my server and the newest eggdrop available. I am getting an error when configuring it now:

$ ./configure

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... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
check `config.log' for details.

------

configure:1725: $? = 0
configure:1727: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1730: $? = 1
configure:1753: checking for C compiler default output file name
configure:1756: gcc conftest.c >&5
cc1: Invalid option `-auxbase'
cc1: conftest: No such file or directory
that's where it halts


Any idea how to fix this problem?
Locked