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 <[EMAIL PROTECTED]>.
> [EMAIL PROTECTED] 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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make
  • Hi. Erkin Borucu
    • Sam Ravnborg

Reply via email to