new compile problem no acceptable C compiler found in $PATH

These are old archives. They are kept for historic purposes only.
Post Reply
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

new compile problem no acceptable C compiler found in $PATH

Post by 4mIRC »

when i installed the new server to link it with my network

i did like this

Code: Select all

 1- wget http://www.unrealircd.com/downloads/Unreal3.2.8.1.tar.gz
 2-tar zxvf Unreal3.2.8.1.tar.gz
 3-cd Unreal3.2
 4-./Config

then i answered all the questions but when i answered last question
Would you like any more parameters to configure?
Write them here:
look at this error first time to see it

Code: Select all

 checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
what can i do ? i tried alot to install it but same error
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: new compile problem no acceptable C compiler found in $P

Post by katsklaw »

as the error says, you don't have a compiler installed in $PATH, this usually because gcc is not installed. Install gcc and try again.
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: new compile problem no acceptable C compiler found in $P

Post by 4mIRC »

thx katsklaw for the reply

i will do it

and and reply
Post Reply