RE: undefined symbol error: std::char_traits::length(unsigned short const*)

2003-09-23 Thread Scott Cantor
ving linking error on Solaris. > Thouhg it builds successfully on Windows. Could anybody help > me which library am I missing to include to get rid of this > undefined symbol error. I am sorry I am asking simple C++ > question out here but still would request reply. The short answer is th

undefined symbol error: std::char_traits::leng th(unsigned short const*)

2003-09-23 Thread Agrawal, Vikas (ELS)
s. Thouhg it builds successfully on Windows. Could anybody help me which library am I missing to include to get rid of this undefined symbol error. I am sorry I am asking simple C++ question out here but still would request reply. Thanks & Regards Vikas Agrawal /tool/gcc-3.2.1/bin/g++ -w -fpe

Re: undefined symbol error

2002-05-28 Thread Robert Schiele
On Tue, May 28, 2002 at 03:12:18PM -0400, Michael Grabenstein wrote: > > On Friday, May 24, 2002, at 01:00 PM, Robert Schiele wrote: > > >On Fri, May 24, 2002 at 12:30:57PM -0400, Michael Grabenstein wrote: > >>Two guesses: > >>1) LD_LIBRARY_PATH needs to be set to include the correct > >li

Re: undefined symbol error

2002-05-28 Thread Michael Grabenstein
On Friday, May 24, 2002, at 01:00 PM, Robert Schiele wrote: > On Fri, May 24, 2002 at 12:30:57PM -0400, Michael Grabenstein wrote: >> Two guesses: >> 1) LD_LIBRARY_PATH needs to be set to include the correct > libstdc++.so >> ( you must be finding an older copy). > > Huh? No! XMI2SSLHandl

Re: undefined symbol error

2002-05-24 Thread Robert Schiele
On Fri, May 24, 2002 at 12:30:57PM -0400, Michael Grabenstein wrote: > Two guesses: > 1)LD_LIBRARY_PATH needs to be set to include the correct libstdc++.so > ( you must be finding an older copy). Huh? No! XMI2SSLHandler is not a class defined in libstdc++! > Or > 2)Your gcc was no

Re: undefined symbol error

2002-05-24 Thread Michael Grabenstein
Two guesses: 1) LD_LIBRARY_PATH needs to be set to include the correct libstdc++.so ( you must be finding an older copy). Or 2) Your gcc was not compiled with "--enable-shared", with version 3 and newer gcc this is default. Beneath version 3 it was not the default... later,

undefined symbol error

2002-05-22 Thread Helge Hartmann
hi! i have a problem compiling my first sax based parser: /opt/local/gcc-2.95/bin/g++ -I../include -I/home/helge/xerces-c-src1_7_0/include -Wall -g -ggdb -DDEVELOPMENT-c main.cpp -o ../obj/solaris/main.o /opt/local/gcc-2.95/bin/g++ -g -L/home/helge/xerces-c-src1_7_0/lib/ ../obj/sol

RE: undefined symbol error xercesc1.6

2002-03-20 Thread Avula, Raj
if it can not be done for some reason. Thanks, Raj.. > -Original Message- > From: Avula, Raj > Sent: Wednesday, March 20, 2002 2:53 PM > To: [EMAIL PROTECTED] > Subject: undefined symbol error xercesc1.6 > > > Hi, > I am trying to build xerces1.6

undefined symbol error xercesc1.6

2002-03-20 Thread Avula, Raj
Hi, I am trying to build xerces1.6 on AIX with xlC366. And I am getting following linker error. I tried including /usr/lib/libpthreads.a. It does not help. Can any body let me know how can I fix this. ld: 0711-317 ERROR: Undefined symbol: .pthread_mutexattr_setkind_np make[1]: *** [/hom

Re: "Undefined Symbol" error under Solaris

2002-01-16 Thread Vinay Kakade
PM Subject: Re: "Undefined Symbol" error under Solaris What compiler did you use?  The Xerces-1.6.0 binary for Solaris was built using Forte C++ 6.2.  If your compiler is different, then you may get link error and you may need to rebuild the Xerces-1.6.0 library yourself usin