RE: [Quickfix-developers] crash when upgrade to 1.9.4
Brought to you by:
orenmnero
|
From: Sean K. <Sea...@Pi...> - 2005-06-21 21:36:12
|
I apologize for being so annoying about this, but I just now seem to have resolved this issue. I wiped everything out for quickfix and=20 untarred the source again (same source used originally). I then ran ./configure --with-stlport=3D/usr/local --disable-callstack. I am using GCC 3.2.3 here. I then went directly to src/C++ and ran make and=20 make install from there to build the libraries and install the header files. I ran ldconfig -v and rebuilt my app. Now the exceptions are being thrown and caught as expected. One thing I did notice is that the library binaries are different sizes. Is there any reason why building from src/C++ would yield different results? Thanks, Sean > -----Original Message----- > From: qui...@li... > [mailto:qui...@li...]On Behalf Of > Sean Kirkpatrick > Sent: Tuesday, June 21, 2005 4:03 PM > To: Caleb Epstein > Cc: qui...@li... > Subject: RE: [Quickfix-developers] crash when upgrade to 1.9.4 >=20 >=20 > QuickFIX Documentation:=20 > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ:=20 > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 > We're using GCC 3.2.3 to build the binaries. Thanks for you=20 > time/input. >=20 > > -----Original Message----- > > From: Caleb Epstein [mailto:cal...@gm...] > > Sent: Tuesday, June 21, 2005 4:00 PM > > To: Sean Kirkpatrick > > Cc: qui...@li... > > Subject: Re: [Quickfix-developers] crash when upgrade to 1.9.4 > >=20 > >=20 > > On 6/21/05, Sean Kirkpatrick=20 > > <Sea...@pi...> wrote: > >=20 > > > Additional Info: > > >=20 > > > We are using STLport 4.6.2 and I ran: > > > ./configure --with-stlport=3D/usr/local = --disable-callstack > > > before building quickfix. I also tried adding=20 > > --enable-shared, after some > > > googling, but that didn't seem to make a difference... > >=20 > >=20 > > This is starting to look like an issue for your platform vendor to > > have to answer. Also, which version of gcc are you using? I'm > > praying its not 2.95.x... If it is, thats probably a big source of > > your troubles. You should switch to gcc 3.3.x or 3.4.x and drop > > STLport. > >=20 > > --=20 > > Caleb Epstein > > caleb dot epstein at gmail dot com > >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dick > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers >=20 |