Dear Managers,
My problem was compiling MySQL 3.22.32 under True64 Unix 4.0d
Thanks to Uwe Kirbach <Uwe.Kirbach_at_Bertelsmann.de> who wrote:
------
Solution: I used Ann Cantelow's suggestion first, and it seems to work
just dandy (thanks, Ann!): Get newest version on GNU make and use the
following:
env CC="cc -pthread" CFLAGS="-I./include -DDONT_USE_THR_ALARM" CXX=gcc \
CXXFLAGS="-O3 -DDONT_USE_THR_ALARM" ./configure --with-low-memory \
--with-named-thread-libs="-lpthread -lmach -lexc"
-----
I've GNU Make version 3.74 it it works too.
Best Regards,
Gyula Szemenyei
http://www.rkk.hu/~szemgy
Received on Fri Mar 24 2000 - 12:29:13 NZST