Hi Joerg, all,

I found the ar utility under the /usr/ccs/bin.  The make works very fine
(AR=ar)  even that it comes from the Sun CC Compiler , until the 

g++ -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti 
-D_FILE_OFFSET_BITS=64
-DHAVE_RWLOCK_T -o .libs/gen_lex_hash gen_lex_hash.o  ../myisam/libmyisam.a
../myisammrg/libmyisammrg.a ../heap/libheap.a ../vio/libvio.a 
../mysys/libmysys.a
../dbug/libdbug.a ../regex/libregex.a ../strings/libmystrings.a 
../zlib/.libs/libz.so
-lpthread -lthread -lpthread -lthread -lpthread -lthread -lpthread -lthread
-lpthread -lthread -lposix4 -lcrypt -lgen -lsocket -lnsl -lm -lpthread -lthread
-Wl,-R -Wl,/usr/opt/mysql/lib/mysql
creating gen_lex_hash
./gen_lex_hash > lex_hash.h
ld.so.1: gen_lex_hash: fatal: libstdc++.so.6: open failed: No such file or
directory
make[2]: *** [lex_hash.h] Error 137


The real problem is that this PATH is not exported by default by solaris
after the installation. I changed that under the /etc/default/su (or better
idea ?).

Now what happens with th LD_LIBRARY_PATH (or any other?) as I guess that
? 
Or because I am using the the GNU libraries....
Regards
Claude Angeloz


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

Reply via email to