aMule Forum

English => aMule Help => Topic started by: fonzie on December 01, 2004, 01:46:05 AM

Title: instalation
Post by: fonzie on December 01, 2004, 01:46:05 AM
hello ,
This is the firts time i try to install linux and i new in linux. when i write  ./configure --prefix=/usr && make the final line say configure: error: no acceptable cc found in $PATH
 and then when i make "make install"  what its said is "make: *** No rule to make target `install'.  Stop. Can any one give me same help please.
[EMAIL=augusto.miguel@netcabo.pt
Title: Re: instalation
Post by: Jacobo221 on December 01, 2004, 02:20:56 AM
yuo cannot run "make" untill "configure" tuns successfully.

Why isn't configure running successfully? because you don' have any C++ copiler. Install "cc" or (much better) "gcc".

Then run configure and make ;)

Greetings!