Page 1 of 1

new compile problem no acceptable C compiler found in $PATH

Posted: Tue Aug 24, 2010 10:41 am
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

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

Posted: Tue Aug 24, 2010 9:02 pm
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.

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

Posted: Wed Aug 25, 2010 4:37 am
by 4mIRC
thx katsklaw for the reply

i will do it

and and reply