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=21527>. 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=21527 Misleading Cygwin Build Outputs Summary: Misleading Cygwin Build Outputs Product: Xerces-C++ Version: 2.3.0 Platform: PC OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When building the 2.3 distribution on CYGWIN_NT-5.1 using GCC 3.2 and gmake (make.exe) 3.80, I got the following: Building /cygdrive/c/xercestmp/xerces-c-src_2_3_0.unx/lib/libxerces-c2_3_0.dll Building /cygdrive/c/xercestmp/xerces-c-src_2_3_0.unx/lib/cygxerces-c23.dll which indicates that two libraries are being built. Apparently, only one message is correct. Ok, I figured out what's up... It isn't actually building two libraries, the "Building ..." messages are printed out by the Makefiles. The top-level makefile prints out that it's going to build libxerces, then instructs make to go into the obj dir, which prints out that it's building cygxerces. If you want to write up a bug in bugzilla, I'll get a patch out for it today. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
