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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
