Re: Linux question

2003-07-19 Thread Boris Glawe
[EMAIL PROTECTED] wrote: I've got: LIBS = /root/xerces/lib/libxerces-c.so.22.0 -lsupc++ -lstdc++ $(myDLL): $(OBJS) $(CC) -shared -o $(myDLL) $(OBJS) $(LIBS) obviously there is more to itbut I thought that did include the standard libraries that were necessary? No? Thanks! If you co

RE: Linux question

2003-07-17 Thread elliot . rapp
s what is causing this problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thu 7/17/2003 6:39 PM To: [EMAIL PROTECTED] Cc: Subject: Linux question I brought my new c

RE: Linux question

2003-07-17 Thread vinayak
] Cc: Subject: Linux question I brought my new code over to Linux and upgraded Xerces to 2.2 (everything runs just fine on Windows). Anyway, my app compiles fine on Linux. However, at runtime when my app loads the Xerces library I am getting an

Linux question

2003-07-17 Thread elliot . rapp
I brought my new code over to Linux and upgraded Xerces to 2.2 (everything runs just fine on Windows). Anyway, my app compiles fine on Linux. However, at runtime when my app loads the Xerces library I am getting an error that /root/xerces/lib/libxerces-c.so.22: undefined symbol: cout Any clues