[ https://issues.apache.org/jira/browse/XERCESC-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623588#action_12623588 ]
Alberto Massari commented on XERCESC-1069: ------------------------------------------ Sorry, the tone of your comment doesn't entitle you an answer > configure gcc 64-bit on solaris fails > ------------------------------------- > > Key: XERCESC-1069 > URL: https://issues.apache.org/jira/browse/XERCESC-1069 > Project: Xerces-C++ > Issue Type: Bug > Components: Build > Affects Versions: 2.3.0 > Environment: Operating System: Other > Platform: Other > Reporter: John Ky > Assignee: Xerces-C Developers Mailing List > > When: > ./runConfigure -p$OSTYPE -cgcc -xg++ -minmem -nsocket -tnative -rpthread -b 64 > The configure script fails on Solaris 9 fails because it uses the > compiler/linker options -xarch=v9 instead of -m64 -mcpu=v9. > gcc has no such command line options. > It is possible to use runConfigure with the following options instead: > ./runConfigure -p$OSTYPE -cgcc -xg++ -minmem -nsocket -tnative -rpthread -l > "-m64" -l "-mcpu=v9" -z "-m64" -z "-mcpu=v9" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]