On Thu, 15 Apr 1999, A. Brandic wrote:
Hi,
I'm trying to compile MySql version 3.2.2.21 on a DEC Alpha 800 running
Digital Unix 4.0e.
(Output from 'make')
--------------------------------------------------------------------
cxx: Warning: /usr/include/sys/select.h, line 223: Expected type
"void (void *, unsigned long) C" is incompatible with declared type
"void (char *, int) C", function will not be made intrinsic
extern void bzero __((char *, int));
------------^
/bin/sh ../libtool --mode=link cxx -O -DDBUG_OFF -o mysql mysql.o
readline.o
sql_string.o completion_hash.o ../readline/libreadline.a -lcurses
libmysqlclien
t.la -lm
cxx -O -DDBUG_OFF -o .libs/mysql mysql.o readline.o sql_string.o
completion_hash
.o ../readline/libreadline.a -lcurses -Wl,-rpath
-Wl,/usr/local/opt/MYSQL/lib/my
sql .libs/libmysqlclient.so -lm -lm
ld (prelink):
Can't open: /usr/local/opt/MYSQL/lib/mysql (No such file or directory)
ld:
Can't open: /usr/local/opt/MYSQL/lib/mysql (No such file or directory)
make[2]: *** [mysql] Error 1
make[2]: Leaving directory `/usr/local/src/MYSql/mysql-3.22.22/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/MYSql/mysql-3.22.22'
make: *** [all-recursive-am] Error 2
-----------------------------------------------------------------
First of all I've got mysql v21 binary installed already and this works OK.
I tried to configure with all the possible options listed in the manual
(every time before running a different configure option I've deleted old
"config.cache" and run "make clean"). I've tried "tuoch c_asm.h" :).
Any ideas,
Thanx
Ajdin