checking for C compiler default output file name... configure: error: C compiler cannot create executables
any help would be appreciated.
I do have GCC, running on a slackware 10 box.
here is the config.log (the relavant info anyways)
configure $? = 0
configure gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs
Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.4
configure $? = 0
configure gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure $? = 1
configure checking for C compiler default output file name
configure gcc conftest.c >&5
gcc: installation problem, cannot exec `as': No such file or directory
configure $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.6.17"
| #define PACKAGE_STRING "Eggdrop 1.6.17"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure error: C compiler cannot create executables
See `config.log' for more details.