Page 1 of 1

Mandrake + Errors

Posted: Sat Sep 04, 2004 2:54 pm
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

Posted: Sat Sep 04, 2004 3:03 pm
by Dukat
Are you running Mandrake in "Paranoid Mode"?

Posted: Sat Sep 04, 2004 3:06 pm
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...)

Posted: Sat Sep 04, 2004 3:12 pm
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.)