Mandrake + Errors

These are old archives. They are kept for historic purposes only.
Post Reply
frenchie
Posts: 2
Joined: Sat Sep 04, 2004 2:49 pm

Mandrake + Errors

Post by frenchie »

Code: Select all

Would you like any more parameters to configure?
Write them here:
[]->
./configure --enable-ssl --enable-ziplinks --enable-prefixaq --with-listen=5 --w
ith-dpath=/home/frenchie/Unreal3.2 --with-spath=/home/frenchie/Unreal3.2/src/irc
d --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-host
name=localhost --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-l
inking
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
make: *** No rule to make target `pem'.  Stop.
|-------------------------------------------------------------------------|
| Congratulations on your new SSL self-signed certificate for your IRCd.  |
I know that people have successfully put Unreal3.2.1 on Mandrake 10.0, so what do I look for in terms of fixing?

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

Post by Dukat »

Are you running Mandrake in "Paranoid Mode"?
frenchie
Posts: 2
Joined: Sat Sep 04, 2004 2:49 pm

Post by frenchie »

Um, well, how do I tell? If I had to turn it on myself, chances are I am not. (You should easily be able to guess my skill and comfort level with mandrake...)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Well, maybe you are...

Anyway:
gcc is available only for users in the group "ctools", so either add the user you want to compile unreal with to that group or just "./Config" and "make" as user root and "chown" all the files later to the ircd user (=the user you will run unreal with).

(I'm of course always assuming that gcc is really installed... if you don't find it as root (check /usr/bin), you have to "urpmi" it.)
Post Reply