Re: [Quickfix-developers] Problem on compiling with MySQL
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-01-03 16:55:06
|
Steven, Please give details on the operating system and compiler you are using. = Thanks. --oren ----- Original Message -----=20 From: Steven Leung=20 To: qui...@li...=20 Sent: Monday, January 03, 2005 10:26 AM Subject: [Quickfix-developers] Problem on compiling with MySQL 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 ............ 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 Please advice. Thanks a lot! Steven |