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

samples/Makefile.incl has bad -L for linux

           Summary: samples/Makefile.incl has bad -L for linux
           Product: Xerces-C++
           Version: Nightly build (please specify the date)
          Platform: Macintosh
               URL: http://http://
        OS/Version: Linux
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Build
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following causes the linux linker to locate older versions of libxerces when
linking:

  PLATFORM_LIB_LINK_OPTIONS=-L/usr/lib -L/usr/local/lib

It should read

  PLATFORM_LIB_LINK_OPTIONS=-L/usr/local/lib

since /usr/lib is automatically in the search path

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

Reply via email to