[ http://nagoya.apache.org/jira/browse/XERCESC-1069?page=history ]
Alberto Massari updated XERCESC-1069: ------------------------------------- Priority: Major > configure gcc 64-bit on solaris fails > ------------------------------------- > > Key: XERCESC-1069 > URL: http://nagoya.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://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]