ern Voice
Joined: 19 Apr 2005 Posts: 1
|
Posted: Tue Apr 19, 2005 1:45 pm Post subject: GCC V3.4.4 Error |
|
|
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? |
|