Hi Prabhakar, "Raju, Prabhakar \(P.\)" <[EMAIL PROTECTED]> writes:
> After building libs using gcc on solaris, I'm trying to build the > samples. Configure script seems to have run ok. When I do gmake, I'm > getting this error. Please help on this issue as it is important for us > to have a solaris build with gcc. > > Has anyone build xerces on solaris with gcc? If so, please share your > experience. I've built Xerces-C++ on Solaris with GCC on multiple occasions. I haven't built samples though. I am also pretty sure from the error messages that you are building the Xerces-C++ library and examples with different C++ compilers (one is GCC the other one is most likely Sun CC). Can you verify that you used the -c and -x options to runConfigure to specify gcc and g++ as C/C++ compilers? hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding
