DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28639>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28639 compilation error on g++ on SunOS 2.8 Summary: compilation error on g++ on SunOS 2.8 Product: XalanC Version: 1.7 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I tried to build Xalan-C 1.7 on Solaris with g++ 3.1 compiler. The linkage stage failed with complains that '-ptr' option is not supported. Apparently, the configuration script assumes Sun's CC compiler for linking the final library. I traced the problem down to the line 307 of the Makefile.incl.in: the linking options were set the same for both Sun’s CC and g++ compilers. I believe that you guys did the testing only for Sun’s CC on Solaris, and not for g++ on Solaris combination, since the problem is obvious. runConfigure -p solaris -cgcc -xg++ -r pthread Line 307: MAKE_SHARED_LOC = ${CXX} -D${PLATFORM} -G -ptr$(ALL_OBJECTS_DIR) ${LDFLAGS} -h ${LOC_SONAME} Thanks! Igor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
