Re: [Quickfix-developers] running make command in the QuickFix, I have some error messages.
Brought to you by:
orenmnero
From: <JDD...@th...> - 2002-04-18 03:32:44
|
Greetings, You are missing zlib. This is unusual for a Linux install, but it appears to be the case. Do an 'rpm -q zlib' just to make sure. If it is in fact not there, go to http://www.gzip.org/zlib/ or look on your Red Hat CD--it is almost definitely there. Sorry about your trouble. I'll update the web page to mention it. John Duncan Thoughtworks, Inc (312) 953-6286 "HyunKyu Han" <ha...@ho...> Sent by: qui...@li... 04/17/02 09:48 PM To: qui...@li... cc: Subject: [Quickfix-developers] running make command in the QuickFix, I have some error messages. Hello, I downloaded QuickFix 1.0.4.tar.gz from your server. Thanks a lot! my computer system is Redhat 7.2 and I checked out gcc-c++,gcc,glibc-devel,libxml-devel,make without sstream. to be honest I don't know what sstream is and also don't know how can i install this. so I run configure in quickfix directory and I was reported ruby and rubyunit doesn't exist in my system by configure. so I installed ruby and rubyunit. and run configure command again then I run make command in quickfix direcotry,it seemed to be okay, but I got below error message. but I checked out libquickfix.a in ./C++/.libs/libquickfix.a also I checked out below rpm packages which have installed in my system. libxml-devel-1.8.14-2 libxml2-2.4.2-1 libxml-1.8.14-2 Oh.as I saw other articles,it seems to be okay to run quickFix in Solaris. I'm gonna to do this. but I'm really afraid of this job. there's no gcc,libxml, gnu make there's only forte C!. please, I need your advice and help. -----------error message --------------------------- C++/Values.h:487:1: warning: no newline at end of file /bin/sh ../libtool --mode=link c++ -Wall -fexceptions -D_XOPEN_SOURCE=5 00 -o at_server -static at_server.o C++/libquickfix.la -lxml -lpthread mkdir .libs c++ -Wall -fexceptions -D_XOPEN_SOURCE=500 -o at_server at_server.o C++/ .libs/libquickfix.a -lxml -lpthread /usr/bin/ld: warning: libz.so.1, needed by /usr/lib/gcc-lib/i386-redhat- linux/2.96/../../../libxml.so, not found (try using -rpath or -rpath-lin k) /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libxml.so: undefined re ference to `gzopen' /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libxml.so: undefined re ference to `gzread' /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libxml.so: undefined re ference to `gzdopen' /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libxml.so: undefined re ference to `gzclose' /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libxml.so: undefined re ference to `gzwrite' Thanks, _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |