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

getopt may be installed in /bin as well

           Summary: getopt may be installed in /bin as well
           Product: Xerces-C++
           Version: 2.4.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Slackware 9.0 has getopt installed in /bin rather than /usr/bin as runConfigure
expects.  This causes 

test -x /usr/bin/getopt should be augmented to

test -x /usr/bin/getopt -o /bin/getopt

Without it, the script uses getopts which displays:

getopts: usage: getopts optstring name [arg] which I presume is also a bug but
I'm not very familiar with either's syntax.

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

Reply via email to