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
cast.com> To: <[EMAIL PROTECTED]> cc: 07/17/2003 05:49 Su

RE: Linux question

2003-07-17 Thread vinayak
You need to explicitly include the standard libraries when you link your project. I guess that is what is causing this problem. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thu 7/17/2003 6:39 PM To: [EMAIL PROTECTED]