Re: [Quickfix-developers] crash when upgrade to 1.9.4
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-06-21 22:12:50
|
On 6/21/05, Sean Kirkpatrick <Sea...@pi...> wrote: > 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 > 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 > 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? Probably because you had old object files sitting around that were built with a different compiler, or with other differences in the compiler settings. --=20 Caleb Epstein caleb dot epstein at gmail dot com |