Would like to install this with cxx not gcc!  Made the following adaptation
to website documentation for section 4.12.6:
CC="cc -pthread"
CFLAGS="-O4 -ansi_alias -ansi_args -fast -inline speed -speculate all -arch
host"
CXX="cxx -pthread" 
CXXFLAGS="-O4 -ansi_alias -ansi_args -fast -inline speed -speculate all
-arch host"
export CC CFLAGS CXX CXXFLAGS

./configure \ --prefix=/usr/local/mysql --enable-large-files
--enable-shared=yes --with-named-thread-libs="-lpthread -lmach -lexc -lc"

The configure appeared to work, however make exits on the following message:
cxx -pthread -O -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64
 -O3 -DDBUG_OFF -O4 -ansi_alias -ansi_args -fast -inline speed -speculate
all -a
rch host -o .libs/mysql mysql.o readline.o sql_string.o completion_hash.o
../rea
dline/libreadline.a -lcurses .libs/libmysqlclient.so -lm -lm -Wl,-rpath
-Wl,/usr
/local/mysql/lib/mysql
ld (prelink):
Can't open: /usr/local/mysql/lib/mysql (No such file or directory)
ld:
Can't open: /usr/local/mysql/lib/mysql (No such file or directory)
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

last line of config.log shows the following:
configure:8017: cc -pthread -std1 -c -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -
D_FILE_OFFSET_BITS=64 -O -DDBUG_OFF -O4 -ansi_alias -ansi_args -fast -inline
spe
configure:8121: checking character sett.c 1>&5     

We're running Tru64 Unix 4.0d with patch kit 6.  cxx is version 5.7
Upgrading the OS is not an option right now.  I'm totally new to the world
of mysql so any assistance would be greatly appreciated.
Best Regards,
Renee Vasel
DynCorp IS, LLC



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to