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=2681>. 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=2681 Can't build with gcc/g++ not named 'gcc'/'g++' ------- Additional Comments From [EMAIL PROTECTED] 2002-03-22 15:47 ------- This problem still exists with Xerces 1.7.0. I'll attach my patch, updated for the new version. I'd really appreciate getting this patch into the Xerces distribution. gcc 2.95.2 and gcc 3.0 aren't binary compatible, and we need to build our Xerces-using code with both compilers. Without this patch, it's not possible to do this. The autoconf-generated configure script is already checking whether the C and C++ compilers are gcc. You'll see the messages checking whether we are using GNU C... yes checking whether we are using GNU C++... yes when you execute runConfigure. My patch uses this information, rather than throwing it away the way the current build system does. I've tested this patch by building with 'gcc-2.95.2' and 'g++-2.95.2' on Solaris 8. All tests passed successfully. I'd really like it if this could get checked in to the code base soon... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
