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/10/21 08:30:15 UTC

DO NOT REPLY [Bug 13801] New: - cygwin libxerces-c.dll symlinks misleading

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

cygwin libxerces-c.dll symlinks misleading

           Summary: cygwin libxerces-c.dll symlinks misleading
           Product: Xerces-C++
           Version: 2.1.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: abraham@backus.com


During the build, after the libxerces-c<version>.dll is created, a couple of 
symlink files are created which target that dll.  When someone specifies one of 
these shortened file names on the link line, the run-time linker will expect a 
real dll of the same name.

For example, in the current release, libxerces-c2_1_0.dll is the "real" dll.  
libxerces-c21.dll and libxerces-c.dll are the symlink files.  If 
$XERCESCROOT/lib happens to be in someone's link path (e.g. -L/
$(XERCESCROOT)/lib) and they specify -lxerces-c or -lxerces-c21, then when they 
go to run their app, it will error out because there isn't a dll named 
libxerces-c.dll or libxerces-c21.dll.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org