Re: [Quickfix-developers] quickfix_jni not built on Linux
Brought to you by:
orenmnero
From: Alex H. <al...@an...> - 2002-06-19 17:33:44
|
On Wed, 2002-06-19 at 17:35, JDD...@th... wrote: > > > Alex, > > We haven't ported the JNI code to Unix systems yet. The Solaris port, if > anyone asks for it, will be the easiest to finish. Unfortunately, Linux > doesn't support C++ exceptions in shared objects so we are going to have to > make some major modifications to get it running there. > > We can give you support to get this done, if you'd like, or we can offer > our professional services to your company. > > Sorry, > John Duncan > Hi John, AFAIK Linux supports C++ exceptions in shared objects in (I'm using them right now). It there a QuickFix or Java specific problem? BTW I've got the JNI module built but Banzai aborts when it starts up. Perhaps the exceptions are the problem? Alex. |