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=5371>. 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=5371 runConfigure extra linker options ignored in Makefiles for tests and samples Summary: runConfigure extra linker options ignored in Makefiles for tests and samples Product: Xerces-C++ Version: Nightly build Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Samples/Tests AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Occurs on: all platforms where runConfigure is used, except Solaris. The options supplied to runConfigure (in tests and in samples) via -l <extra linker options> are propagated to configure, but not used in the Makefiles because Makefile.incl ignores them. Only for Solaris, the LINK command is defined correctly: LINK = CC -D${PLATFORM} ${LDFLAGS} (or similar). Solution: For all other platforms, ${LDFLAGS} should be appended in the same way. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]