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 own configure script there) and then
recompile only the innobase subtree.

Regards,

Heikki
http://www.innodb.com

Copied message:
........
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 ../innobase/mach/libmach.a
../innobase/ha/libha.a ../innobase/dyn/libdyn.a ../innobase/mem/libmem.a
../innobase/sync/libsync.a ../innobase/ut/libut.a ../innobase/os/libos.a
../innobase/ut/lib
ut.a -lrt ../isam/libnisam.a ../merge/libmerge.a ../myisam/libmyisam.a
../myisammrg/libmyisammrg.a ../heap/libheap.a ../mysys/libmysys.a
../dbug/libdbug.a ../regex/libregex.a ../strings/libmystrings.a
-lpthread -lcrypt -lnsl -lm -lpthread
/usr/bin/ld: Data Linkage Table (+z) overflow in file
../innobase/row/librow.a(row0ins.o) - use +Z option to recompile
collect2: ld returned 1 exit status*** Error exit code 1Stop.
*** Error exit code 1
Any idea?

I configured MySQl with the following lines:

export CXX=gcc
export CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti -O3"
./configure --with-low-memory --with-berkeley-db --with-innodb
--prefix=/opt/mysql --disable-shared
gcc version 2.95.2 19991024 (release)


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