aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: instalation  (Read 1721 times)

fonzie

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
instalation
« 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
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: instalation
« Reply #1 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!
Logged