Re: [Quickfix-users] 1.9.3 java runtime error
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-11-18 20:42:51
|
Yeah, I believe this is related to a patch that was designed to make=20 QuickFIX compatible with the SunPRO compiler. What version of gcc are=20= you running? Is it a 2.x? Try adding -lstdc++ to your LDFLAGS=20 environment variable. Rerun configure and do a clean build. Let me=20 know if that works and we'll need to look at how to detect under which=20= environments we need to do this. --oren On Nov 18, 2004, at 2:23 PM, dwi...@jp... wrote: > > I'm getting the following when I try to run any of the java examples: > > > =A0run_banzai > Exception in thread "main" java.lang.UnsatisfiedLinkError:=20 > /usr/local/lib/libquickfix_jni.so.9.0.0:=20 > /usr/local/lib/libquickfix.so.5: undefined symbol:=20 > _ZTTSt14basic_ifstreamIcSt11char_traitsIcEE > =A0 =A0 =A0 =A0at java.lang.ClassLoader$NativeLibrary.load(Native = Method) > =A0 =A0 =A0 =A0at = java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) > =A0 =A0 =A0 =A0at = java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676) > =A0 =A0 =A0 =A0at java.lang.Runtime.loadLibrary0(Runtime.java:822) > =A0 =A0 =A0 =A0at java.lang.System.loadLibrary(System.java:992) > =A0 =A0 =A0 =A0at Banzai.<clinit>(Unknown Source) > > > I do not have this problem with 1.9.2. > > Any suggestions? > > Thanks > > Dwight Browne > > > This communication is for informational purposes only. It is not=20 > intended as an offer or solicitation for the purchase or sale of any=20= > financial instrument or as an official confirmation of any=20 > transaction. All market prices, data and other information are not=20 > warranted as to completeness or accuracy and are subject to change=20 > without notice. Any comments or statements made herein do not=20 > necessarily reflect those of JPMorgan Chase & Co., its subsidiaries=20 > and affiliates > |