Re: Build errors

2000-03-07 Thread Arundhati Bhowmick
The version of gcc that we use at our end is 2.95.2 I hope you're using gcc for compiling c files and g++ for C++ files. Also check if the XERCESCROOT and LD_LIBRARY_PATH set properly. Arundhati Craig Noah wrote: > I have tried to build the Xerces-C libraries on two development > machines: one

Re: Build errors

2000-03-06 Thread Rahul Jain
Noah, all the messages about 'private ctor/dtor with no friends' are warnings and for the reason Dean gave, these are benign. You are getting link time errors 'related to some exception handling code'. My suggestion would be to check the compile/link flags that we use under Linux (we use gcc there)

Re: Build errors

2000-03-06 Thread roddey
] Craig Noah <[EMAIL PROTECTED]>@sterling.com on 03/06/2000 02:24:34 PM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Build errors However, the build fails due to errors. Please take a look at the gzipped file and tell me w

Re: Build errors

2000-03-06 Thread Craig Noah
--- > Dean Roddey > Software Weenie > IBM Center for Java Technology - Silicon Valley > [EMAIL PROTECTED] > > Craig Noah <[EMAIL PROTECTED]>@sterling.com on 03/06/2000 12:35:47 PM > > Please respond to [EMAIL PROTECTED] > > Sent by: [E

Re: Build errors

2000-03-06 Thread roddey
Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Build errors I have tried to build the Xerces-C libraries on two development machines: one a solaris 2.6 with gcc 2.7.2.3 and the other a solaris 2.5.1 with gcc 2.7.2.1. Neither machine was

Build errors

2000-03-06 Thread Craig Noah
I have tried to build the Xerces-C libraries on two development machines: one a solaris 2.6 with gcc 2.7.2.3 and the other a solaris 2.5.1 with gcc 2.7.2.1. Neither machine was successful. In fact, both machines generated the same errors. I ran gmake inside the script utility and have attached