Hi,

I'm trying to compile mysql 3.23.49 on a compaq DS10 box running
Tru64 Unix 5.1 . The binary for ev6 doesn't seem to work on this
architecture (Alpha 21264 processor) and so I'm compiling using
the compaq c and c++ compilers (v6.2) from source.

Compaq 'make' doesn't work so I'm using 'GNU make' (3.79.1) as suggested.
However it seems to be linking to something in /local/mysql/lib/ and
failing (see below)

Is there a recommended build environment for Tru64 Unix?
I note it is one of the OS's on which MySQL is said to work, but
I can only find specific build instructions DEC Unix 4.x and the
environment/configure script for this doesn't even get past 'configure'
on Tru64 5.1

Thanks

Paul

Making all in client
make[2]: Entering directory `/sources/BUILD/mysql-3.23.49/client'
/bin/sh ../libtool --mode=link cxx  -O3 -DDBUG_OFF    -o mysql  mysql.o readline.o 
sql_string.o completion_hash.o ../readline/libreadline.a -lcurses 
../libmysql/libmysqlclient.la  -lz -lm
cxx -O3 -DDBUG_OFF -o .libs/mysql mysql.o readline.o sql_string.o completion_hash.o 
../readline/libreadline.a -lcurses ../libmysql/.libs/libmysqlclient.so -lz -lm -lz -lm 
-Wl,-rpath -Wl,/local/mysql/lib/mysql
ld (prelink):
Can't open: /local/mysql/lib/mysql (No such file or directory)
ld:
Can't open: /local/mysql/lib/mysql (No such file or directory)
make[2]: *** [mysql] Error 1
make[2]: Leaving directory `/sources/BUILD/mysql-3.23.49/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources/BUILD/mysql-3.23.49'
make: *** [all-recursive-am] Error 2


---------------------------------------------------------------------
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