Linux+UnrealIRCD 3.2 Troubelz

These are old archives. They are kept for historic purposes only.
Post Reply
H.Z.

Linux+UnrealIRCD 3.2 Troubelz

Post by H.Z. »

Hi
I'm using ClarkConnect.
And i've got problems configuring UnrealIRCD :(

This error i get:

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@EarthLink Unreal3.2]# make
make: *** No targets specified and no makefile found. Stop.

Can someone find out what's wrong :( ?
Thanks for taking the time reading this!

Friendly Greetings
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You don't have a C Compiler installed... Is it possible that Unreal is the first thing you compile on this machine?
try

Code: Select all

find / -name gcc
If you don't find it, you have to install gcc using the Package Manager of your System.
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Related threads:
Problem to make config on Redhat 9
Mandrake + Errors

*offtopic*
For some reason the search thing doesn't work with "no acceptable C compiler found" w/"search for all terms" (with and without quotes), but "no acceptable compiler found" (no quotes) works :P. Also, "no AND acceptable AND C AND compiler AND found" (again, no quotes) does not work either.. Neither does "no AND acceptable AND "C" AND compiler AND found".. BLEHhh
*/offtopic*
Post Reply