Re: [Quickfix-developers] Re: [Quickfix-users] QuickFIX 1.9.1 Available
Brought to you by:
orenmnero
From: Hans B. <han...@ma...> - 2004-09-15 11:23:36
|
On Wed, 2004-09-15 at 13:12, Joerg Thoennes wrote: > Hans Bausewein wrote: > > On Wed, 2004-09-15 at 12:30, Hans Bausewein wrote: > >> > >>I get a linker problem: > >> > >>Exception in thread "main" java.lang.UnsatisfiedLinkError: > >>/home/hans/src/quickfix/src/java/.libs/libquickfix_jni.so.7.1.0: > >>/home/hans/src/quickfix/src/C++/.libs/libquickfix.so.3: undefined > >>symbol: _ZNKSt11logic_error4whatEv > >> > >> > >>I also get many libraries with different version numbers: > >>libquickfix_jni.la libquickfix_jni.so.8 libquickfix.so.3 > >>libquickfix_jni.so libquickfix_jni.so.8.0.0 libquickfix.so.3.1.0 > >>libquickfix_jni.so.7 libquickfix.la libquickfix.so.4 > >>libquickfix_jni.so.7.1.0 libquickfix.so libquickfix.so.4.0.0 > >> > >>The 1.9.1 libraries are libquickfix.so.3.1.0 and > >>libquickfix_jni.so.7.1.0, while the 1.9.0 libraries had newer version > >>numbers: libquickfix.so.4.0.0 and libquickfix_jni.so.8.0.0 . > >> > >> > >>I'll try to delete the 1.9.0 libraries and recompile. > >> > >>OS = RedHat Linux 8.0 (kernel 2.4.20) > > Which GCC version do you use? > "gcc --version" returns: gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-24) "rpm -qv gcc" returns "gcc-3.2.3-24" 1.9.0 worked fine (both the Java banzai app and the unit and acceptance tests). Hans |