[Quickfix-developers] Problem on compiling with MySQL
Brought to you by:
orenmnero
From: Steven L. <ste...@2G...> - 2005-01-03 16:31:11
|
Hi, When I compile quickfix 1.9.4 with MySQL option, everything was = fine in './configure ' and 'make'. However when I try to 'make install', = it show a huge page of errors, a part of it as follows:=20 =20 ............ sqlclient.a(ctype-simple.o) __udivdi3 0xb68 = /usr/local/mysql/lib/mysql/libmysqlclient.a(ctype-simple.o) __udivdi3 0xe74 = /usr/local/mysql/lib/mysql/libmysqlclient.a(ctype-simple.o) __umoddi3 0x8f8 = /usr/local/mysql/lib/mysql/libmysqlclient.a(ctype-simple.o) __umoddi3 0xb8c = /usr/local/mysql/lib/mysql/libmysqlclient.a(ctype-simple.o) ld: fatal: relocations remain against allocatable but non-writable = sections collect2: ld returned 1 exit status libtool: install: error: relink `libquickfix_jni.la' with the above = command before installing it make[2]: *** [install-libLTLIBRARIES] Error 1 make[2]: Leaving directory `/usr/local/src/quickfix/src/java' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/usr/local/src/quickfix/src/java' make: *** [install-recursive] Error 1 =20 Please advice. =20 Thanks a lot! Steven |