Re: [Quickfix-developers] Build Quickfix with Sun SPRO compiler 6.2 or 8.0
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2004-09-09 15:35:15
|
On Thu, 09 Sep 2004 09:58:48 +0200, Joerg Thoennes <joe...@ma...> wrote: > > Has anybody tried to build quickfix 1.9.0 with sun compilers? > > Yes, check mailing list archive for recent mails from Kristopher > Peterson. QF 1.9.0 should be able to be compiled with SunPRO 5.3 Unfortunately, 1.9.0 doesn't compile out of the box with SunPRO 5.3. A number of things from Kristopher's original patch seem not to have made it into CVS. Among them: * Remove -Wall from configure and configure.in * Remove -lstdc++ from all Makefiles * For "configure", AR must be CC (or the full path to it) and AR_FLAGS must contain "-xar -o". There ought to be some automated way for configure to detect this, otherwise the user must specify them manually when running configure, so this should be mentioned in the installation docs. * SessionIDTestCase is generating unresolved externals for me. Not sure why, but I had to comment it out from TestSuite.h to get 'ut' to compile. I'm attaching the patches I needed against stock 1.9.0 to get things to build -- Caleb Epstein cal...@gm... |