Re: [Quickfix-developers] AIX port of QuickFIX
Brought to you by:
orenmnero
|
From: John G. <joh...@wa...> - 2005-07-26 08:42:05
|
Hi all, > > just wondering whether anybody of you managed to build QuickFIX on AIX (4.3 or newer)? > > Would be interested to hear your experiences. > FYI : I did not have any problem compiling QF 1.9.4 on a 5.2 AIX using gcc > 3.3.2 (except for finding the infamous -brtl option to link with .so files > on AIX...) but as soon as I start my executable, I get a SIGABORT around > the constructor of a Dictionnary instance (Dictionary.h:42 in a > SocketInitiator, issue still under investigation here, this code works > perfectly well on Solaris and Linux). I finally found out (thanks Usenet !) : this has nothing to do with QF but is AIX specific, as any shared library loaded into memory stays "stuck" there until machine reboot or explicit call (by root) to "slibclean". More on : http://dcs.nac.uci.edu/~strombrg/AIX-shared-libs.html I can't help directly on the other question about QF and AIX 5.1, I really did not have any compilation problems with QF in itself and I am not an AIX expert in any way. Sincerely, JG |