RE: [Quickfix-developers] RE: Intermittent disconnect problem
Brought to you by:
orenmnero
From: Bishop, B. <Bar...@gs...> - 2004-12-01 14:14:47
|
Sounds like you've got me sussed! I think I'll take your advice as I've tried building without stlport and it won't. All the includes are wrong (e.g. I only have a limits.h not limits) so I'll need to seek out a later gcc. This is not easy in my organisation. Thank you very much indeed for responding. barry -----Original Message----- From: Caleb Epstein [mailto:cal...@gm...] Sent: Wednesday, December 01, 2004 2:06 PM To: Bishop, Barry Cc: Oren Miller; qui...@li... Subject: Re: [Quickfix-developers] RE: Intermittent disconnect problem 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 |