http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2680 *** shadow/2680 Wed Jul 18 13:18:27 2001 --- shadow/2680.tmp.12669 Wed Jul 18 13:18:27 2001 *************** *** 0 **** --- 1,27 ---- + +============================================================================+ + | Solaris build fails with GCC 3.0 | + +----------------------------------------------------------------------------+ + | Bug #: 2680 Product: Xerces-C++ | + | Status: NEW Version: 1.5.1 | + | Resolution: Platform: Sun | + | Severity: Normal OS/Version: Solaris | + | Priority: Other Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + An out-of-the-box attempt to build Xerces-C++ on Solaris 8 with GCC 3.0 fails. + + This is because PLATFORM_COMPILE_OPTIONS contains the option + "-instances=static". It's not clear what this is supposed to mean; no version + of g++ that I know about recognizes this option. + + g++ 2.95.2 complained about the option, but continued to compile files. g++ 3.0 + is stricter, and refuses to proceed. + + Removing the option from Makefile.impl allows the build to continue. (It has + not yet completed, so I can't verify that it works coorectly.) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
