[Quickfix-developers] Compiling on Solaris - gcc problems and not reverting to SunPro
Brought to you by:
orenmnero
|
From: Hedwig Da O. <hed...@gm...> - 2005-12-13 13:40:59
|
Hi All, I downloaded the tar.gz yesterday and unzipped and tried to get this compiling with the Python API. I am doing this on Solaris and the gcc we have is pretty ancient 2.95.3. Using that I am not able to compile as <limits> is not found (present in one of the test cases). So Itreid to get it compiling with Sun PRO. I added the CC, CFLAGS, CXX etc variables in my .bashrc file. But still when I run make (after running configure with --with-python and --prefix options), it reverts to using gcc and g++ and fails on not finding <limits>. How can I force it to try using SunPro version ( Sun C 5.5 Patch 112760-09 2004/03/31 ) Thanks. |