Re: [Quickfix-developers] Quickfix and SunPro Compiler
Brought to you by:
orenmnero
|
From: Sheetal C. <sch...@gm...> - 2006-12-12 18:32:26
|
I am getting the same error also. I also noticed these warning whens the various .cpp files were being compiled: ------------- CC: Warning: Option -Wall passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -ansi passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -Wpointer-arith passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -Wwrite-strings passed to ld, if ld is invoked, ignored otherwise ----------- Stefan - can you please let me know if you are able to fix this? thanks QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi all, I try to build Quickfix 1.12.4 with the SunPro compiler . . . ..................................................................................................................................................................... Envrionment: OS: SunOS 5.9 CC: SunC++ 5.8 ..................................................................................................................................................................... Doing: Setting the environment vars CC= .... CFLAGS= .... etc. (http://www.quickfixengine.org/quickfix/doc/html/install.html) calling ./configure calling make clean calling make ..................................................................................................................................................................... Error Message: CC: Warning: Option -Wall passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -ansi passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -Wpointer-arith passed to ld, if ld is invoked, ignored otherwise CC: Warning: Option -Wwrite-strings passed to ld, if ld is invoked, ignored otherwise /usr/ccs/bin/ld: illegal option -- W /usr/ccs/bin/ld: illegal option -- n /usr/ccs/bin/ld: illegal option -- W /usr/ccs/bin/ld: illegal option -- W /usr/ccs/bin/ld: illegal option -- w usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s) *** Error code 1 make: Fatal error: Command failed for target `at' Current working directory /export/home/hoelste/dev/quickfix/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive' ..................................................................................................................................................................... Has anyone a description, whats going wrong? I think configure creates an incorrect Makefile. Has anyone a solution for this issue? If I use g++ 4.02 on the same maschine, all will be fine. However, I m u s t use the sun compiler. Many Thanks Stefan -- View this message in context: http://www.nabble.com/Quickfix-and-SunPro-Compiler-tf2805901.html#a7838868 Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |