Author Topic: instalation  (Read 1969 times)

Offline fonzie

  • Newbie
  • Posts: 4
  • Karma: 0
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

Offline Jacobo221

  • Hero Member
  • *****
  • Posts: 2712
  • Karma: 3
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!