Can't compile .40 on HPUX 11.00 - linker problem with innobase

2001-08-06 Thread Andre Konopka
Hi, I can't *link* MySql on my HP-UX box due a linkage problem: ../innobase/lock/liblock.a ../innobase/mtr/libmtr.a ../innobase/page/libpage.a ../innobase/rem/librem.a ../innobase/thr/libthr.a ../innobase/com/libcom.a ../innobase/sync/libsync.a ../innobase/data/libdata.a

Re: Can't compile .40 on HPUX 11.00 - linker problem with innobase

2001-08-06 Thread Heikki Tuuri
Andre, I have not seen that problem before. Maybe you could try to add export CFLAGS=+Z to your configure lines. Look that it actually compiles InnoDB files with the +Z option, whatever it means. Actually it may be enough to do the configure only in mysql/innobase directory (InnoDB has its