PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2924 *** shadow/2924 Tue Jul 31 09:56:19 2001 --- shadow/2924.tmp.12897 Tue Jul 31 09:56:19 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | runConfigure script compiler options | + +----------------------------------------------------------------------------+ + | Bug #: 2924 Product: Xerces-C++ | + | Status: NEW Version: 1.5.1 | + | Resolution: Platform: Sun | + | Severity: Minor OS/Version: Solaris | + | Priority: Other Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + runConfigure doesn't accept multiple compiler options. + + Patch with following diff: + 170c170 + < compileroptions=$2; shift 2;; + --- + > compileroptions="$compileroptions $2"; shift 2;; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
