Re: [Quickfix-developers] RE: Intermittent disconnect problem
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2004-12-01 14:06:31
|
On Wed, 1 Dec 2004 13:51:41 -0000, Bishop, Barry <bar...@gs...> wrote: > If you don't mind me asking, did you have difficulties like this? > Maybe I am just incompetent. No, just a glutton for punishment :) Seriously though, gcc 2.95 is just too old if you want to compile standards-conforming C++ code. You should try the latest 3.3 or 3.4 version (we use 3.3.2 here with success on Linux and Solaris). You can drop STLport with these newer versions as well. Your life becomes much simpler, at the expense of needing to compile all your C++ code because name mangling changed. -- Caleb Epstein caleb dot epstein at gmail dot com |