You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2003/11/27 05:21:39 UTC

DO NOT REPLY [Bug 25041] New: - configure gcc 64-bit on solaris fails

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25041>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25041

configure gcc 64-bit on solaris fails

           Summary: configure gcc 64-bit on solaris fails
           Product: Xerces-C++
           Version: 2.3.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: johnk@aurema.com


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"

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org