RE: [Quickfix-developers] Solaris gcc 3.x and Quickfix 1.4
Brought to you by:
orenmnero
From: Chuck H. <zzc...@xc...> - 2003-03-12 16:29:01
|
Yes, it seems that libtools 1.4 basically requires the GNU linker - I = had been trying to build with gcc and the native linker. -----Original Message----- From: Oren Miller [mailto:ore...@ya...] Sent: Monday, March 10, 2003 4:16 PM To: Chuck Houpt; qui...@li... Subject: Re: [Quickfix-developers] Solaris gcc 3.x and Quickfix 1.4 Bye the way, concerning libtool. I was building on a SunOS 5.8 box at a client site.=20 After getting it to compile, I found that the quickfix_jni library would crash instantly. I found that any static variables were not being initialized when the shared object was loaded. This turns out to be a bug in libtool 1.4 support for C++. Turns out they are linking C++ object files with ld instead of using the C++ compiler to do so. You can see the relevant thread here on the libtool mailing list: http://mail.gnu.org/archive/html/libtool/2002-10/msg00186.html They say that it has been fixed in the repository and will be released with version 1.5. If you run into this problem, your options are to either build the src/java directory manually, or get the latest libtool from CVS. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |