Hello.


It looks like you don't have g++ in you path.

Check if you have installed g++, or may be you have something like g++-3.xx 

and there are no symlink to g++.

You may specify your compiler by CXX environment variable( for more details

see output of ./configure --help).



And, it's better to use gcc instead of g++ to compile MySQL, so run: 



./configure ... CXX=gcc 





>Sorry form my english, I am Italian.

>

>I have a problem when run "make", the error is following

>

>g++ -DUNDEF_THREADS_HACK -I. -I. -I.. -I../include      -g  -DSAFE_MUTEX   

>-D_FILE_OFFSET_BITS=64 -DHAVE_CURSES_H 
>-I/download/mysql_4.1.7/mysql-4.1.7/include

>-DHAVE_RWLOCK_T -c -o mysql.o `test -f 'mysql.cc' || echo './'`mysql.cc

>../depcomp: exec: g++: not found

>*** Error code 127

>make: Fatal error: Command failed for target `mysql.o'

>Current working directory /download/mysql_4.1.7/mysql-4.1.7/client

>*** Error code 1

>make: Fatal error: Command failed for target `all-recursive'

>Current working directory /download/mysql_4.1.7/mysql-4.1.7

>*** Error code 1

>make: Fatal error: Command failed for target `all'[EMAIL PROTECTED] wrote:



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to