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=4953>.
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=4953

Problem with CFLAGS and CXXFLAGS

           Summary: Problem with CFLAGS and CXXFLAGS
           Product: Xerces-C++
           Version: Nightly build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Validating Parser (Schema) (Xerces 1.5 or up only)
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


You cannot specify CFLAGS and variables similar because runConfigure overwrite 
them directly, so I modifiy if to :

CXXFLAGS="$CXXFLAGS $compileroptions $debugflag $transcodingDefines 
$msgloaderDefines $threadingDefines $netaccessorDe
fines"
CFLAGS="$CFLAGS $compileroptions $debugflag $transcodingDefines 
$msgloaderDefines $threadingDefines $netaccessorDefine
s"

So it can use my own predefined CFLAGS, where I usualy put plateforme specific 
optimization like -mcpu=ultrasparc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to