bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hi.


From: Sam Ravnborg
Subject: Re: Hi.
Date: Sat, 18 Oct 2003 10:53:30 +0200
User-agent: Mutt/1.4.1i

On Sat, Oct 18, 2003 at 12:33:48AM -0700, Erkin Borucu wrote:
> My name is Erkin.
> I have small problem
> I m first install this program.
> Can you help me ?
> 
> Report bugs to <address@hidden>.
> address@hidden src]# make
> g++ -O2 --pipe  -I/usr/local/include -c -o
> LDAPException.o LDAPException.cpp
> make: g++: Command not found
> make: *** [LDAPException.o] Error 127

This is not a gnu make problem.
What happens here is that make tells you that when trying to
execute g++ ... it failed to find the g++ executable.
Try the command
g++ -O2 --pipe  -I/usr/local/include -c -o
alone in the shell and you will see the same.

You are probarly missing a gcc related package, or your system is
misconfigured.

HTH,
        Sam




reply via email to

[Prev in Thread] Current Thread [Next in Thread]