Page 1 of 1

Compiling problem..... !

Posted: Wed Nov 16, 2005 6:14 pm
by Artifical

Code: Select all

./configure --with-showlistmodes --enable-nospoof --enable-hub --enable-ziplinks --enable-inet6 --enable-prefixaq --with-listen=5 --with-dpath=/root/Unreal3.2 --with-spath=/root/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=localhost.localdomain --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
 
 _______________________________________________________________________
|                                                                       |
|                    UnrealIRCd Compile-Time Config                     |
|_______________________________________________________________________|
|_______________________________________________________________________|
|                                                                       |
| Now all you have to do is type 'make' and let it compile. When that's |
| done, you will receive other instructions on what to do next.         |
|                                                                       |
|_______________________________________________________________________|
|_______________________________________________________________________|
|                        - The UnrealIRCd Team -                        |
|                                                                       |
| * Stskeeps  [email protected]                                   |
| * codemastr [email protected]                                  |
| * Syzop     [email protected]                                      |
|_______________________________________________________________________|
[root@localhost Unreal3.2]#

Code: Select all

[root@localhost Unreal3.2]# make
make: *** No targets specified and no makefile found.  Stop.
[root@localhost Unreal3.2]#
WTF is my lame ass doing wrong?

Posted: Wed Nov 16, 2005 7:07 pm
by Syzop

Code: Select all

configure: error: no acceptable C compiler found in $PATH 
there's your error :)

You need to have a compiler installed.