[Quickfix-developers] quickfix library
Brought to you by:
orenmnero
From: YT L. <yt...@db...> - 2002-07-24 01:21:37
|
Hi all, Just want to know if I can obtain the compiled library instead of compiling it on my own.... Thanks! Regards, Eric Luk Tel : (852) 2203 6348 Fax : (852) 2203 6973 ----- Forwarded by YT Luk/HK/DBAsia/DeuBa on 24/07/2002 09:18 ----- YT Luk To: qui...@li..., 24/07/2002 09:15 qui...@li... cc: bcc: Subject: Compile error Hi all, I have been trying to compile the quickfix source but not successful. The problem is that the xml library quickfix needs for Solaris is on Solaris 8. When I run the command ./configure, it stops and has error at the point when it trys to link with a library with different version : Error text : ========================================================================== configure:2317: /mnt_gcc/solaris_local/bin/gcc -o conftest -g -O2 -I/opt/xml/usr/local/libxml/include/libxml2 -I/usr/lib conftest.c -L/opt/xml/usr/local/libxml/sparc/lib -R/opt/xml/usr/local/libxml/sparc/lib -lxml2 -lz -lpthread -lm -lsocket -lnsl 1>&5 ld: warning: file libz.so: required by /opt/xml/usr/local/libxml/sparc/lib/libxml2.so, not found ld: fatal: file /usr/lib/libpthread.so: version `SUNW_1.2' does not exist: required by file /opt/xml/usr/local/libxml/sparc/lib/libxml2.so ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 2307 "configure" #include "confdefs.h" #include <xmlversion.h> #include <stdio.h> int main() { LIBXML_TEST_VERSION; return 0; ; return 0; } ========================================================================== I have got a lib /usr/lib/libpthread.so with its version 1 only.... Question : 1. Do I really have to compile on my own...or I can simply obtain the compiled library somewhere else? 2. How can I obtain the new version of that library? Thanks for your help! Regards, Eric Luk Tel : (852) 2203 6348 Fax : (852) 2203 6973 (Embedded image moved to file: pic18718.pcx) -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |