[Quickfix-users] Compilation under Solaris 10
Brought to you by:
orenmnero
From: <ra...@sc...> - 2007-03-21 03:51:33
|
Hi list, it is the first time that I am trying to use quickfix. I am sorry to have ask you a question in this early stage, but I am already running into troubles while compiling quickfix. I have tried to call configure without any DB support with the same result. Our environment is: Solaris 10 autoconf 2.60 automake 1.10 m4 1.4.7 libtool 1.5 gcc 3.4.3 libxml2 2.6.19 In the compile log I found the following entries: configure:4524:28: ac_nonexistent.h: No such file or directory configure:20005: checking for ftime in -lcompat configure:20036: gcc -o conftest -g -O2 -Wall -ansi -Wpointer-arith -Wwrite-stri ngs -I/usr/local/include/libxml2 conftest.c -lcompat -lrt -L/usr/lo cal/lib -R/usr/local/lib -lxml2 -lz -lpthread -lm -lsocket -lnsl >&5 ld: fatal: library -lcompat: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status Does anyone has an idea what is going wrong? Am I missing some libraries. How should my configure looks like? Thanks for your help, Ralf |