[ http://issues.apache.org/jira/browse/XERCESC-1069?page=comments#action_12412632 ]
Alberto Massari commented on XERCESC-1069: ------------------------------------------ Can you test the 3.0 branch under SVN to see if the new autoconf-based configure script works? Thanks, Alberto > configure gcc 64-bit on solaris fails > ------------------------------------- > > Key: XERCESC-1069 > URL: http://issues.apache.org/jira/browse/XERCESC-1069 > Project: Xerces-C++ > Type: Bug > Components: Build > 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
