[Quickfix-developers] Re: [Quickfix-users] QuickFIX 1.9.1 Available
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-15 14:38:39
|
Indeed. The versions were incorrectly incremented in autotools causing it to believe it is backwards compatible which is why the versions were knocked back. I'll fix this and repackage. --oren On Sep 15, 2004, at 6:23 AM, Hans Bausewein wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: thawte's Crypto Challenge Vl > Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam > Camcorder. More prizes in the weekly Lunch Hour Challenge. > Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |