You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/11/14 11:40:03 UTC

DO NOT REPLY [Bug 14545] New: - samples/Makefile.incl has bad -L for linux

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: xerces-c-dev@xml.apache.org
        ReportedBy: jason@openinformatics.com


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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org