Compiling on linux error

These are old archives. They are kept for historic purposes only.
Post Reply
zerofool2005
Posts: 3
Joined: Sat Jun 17, 2006 9:26 am

Compiling on linux error

Post by zerofool2005 »

I get this error wen i ompile UnrealIRCd3.2.4 on linux
C compiler cannot create executables.
Help would be greatly appreciated.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Install a working C compiler
Why the hell can't my signature be empty?
"Your message contains too few characters."
WarBirD

Post by WarBirD »

I got the same Problem. I have DEBIAN SARGE and installed GCC, then I got the same Message. Why is GCC not enough ?

Here are some lines from my log File.
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
configure:1660: $? = 0
configure:1662: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1665: $? = 1
configure:1688: checking for C compiler default output file name
configure:1691: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1694: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1733: error: C compiler cannot create executables
See `config.log' for more details.
I would appreciate the help, I am really new to all that. ;)
Thx.
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

id suggest emailing the config.log to the coders to be reviewed, the best idea is to go to the bug website and attach the logs there.

http://bugs.unrealircd.com
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Post Reply