gnats installation error
Adam Weremczuk <[email protected]> Thu, 30 Jun 2005 17:54:05 +0100
| Newsgroups | gmane.comp.bug-tracking.gnats.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, can somebody help me? My installation error: [root@sierra gnats-4.1.0]# ./configure checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. A fragment of the config.log file: gcc version 3.3.5 (PLD Linux) configure:1617: $? = 0 configure:1619: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:1622: $? = 1 configure:1645: checking for C compiler default output file name configure:1648: gcc conftest.c >&5 /usr/bin/ld: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status configure:1651: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gnats" | #define PACKAGE_TARNAME "gnats" | #define PACKAGE_VERSION "4.1.0" | #define PACKAGE_STRING "gnats 4.1.0" | #define PACKAGE_BUGREPORT "[email protected]" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1689: error: C compiler cannot create executables See `config.log' for more details. Cheers Adam