Well, "main.cc" would indicate that it's a c++ program so it's probably
looking for g++ (gnu's c++ complier), so you might want to check your path
for that. Also remember to make sure all of the libraries you wanted
linked are in your /etc/ld.so.conf file (and 'ldconfig -v') when you are
done.

On 21 Aug 2001, John Hunter wrote:

> >>>>> "Jonas" == Jonas Ditch <[EMAIL PROTECTED]> writes:
>
>     Jonas> I am compling Napnews.  the actual error is: g++ -g -c
>     Jonas> main.cc -o main.o make: *** command not found make: ***
>     Jonas> [main.o] error 127
>
>     Jonas> make version 3.77
>
> gcc is not in your executable path.  Find out where it is located (is
> it installed?  What happens when you do 'gcc --version'?).  On linux
> it should be in /usr/bin or /usr/local/bin.  On solaris, /opt/bin ?
>
> Find out where it is located and update PATH accordingly...
>
> Alles klar?
> John Hunter
>

-- 

/*
  Sach Jobb
  Sugoi Consulting
  1177 Polk Street
  San Francisco, CA 94109

  415.345.8872 (w)
  415.345.8871 (f)
  415.559.5483 (c)

  [EMAIL PROTECTED]
  %s/windows/linux/g
*/

"When I am working on a problem I
 never think about beauty. I only
 think about how to solve the
 problem. But when I have finished,
 if the solution is not beautiful,
 I know it is wrong."

 -- Buckminster Fuller (1895-1983)


Reply via email to