Hello, I'm trying to figure out how to build a debug version of the xerces shared object on linux (bash). This is what I do to build the library in general:
//Begin Build export XERCESCROOT=/home/mydir/xercesc/xerces-c-src_2_5_0 ./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread gmake clean gmake //End Build Everything works fine but I'd like instead to generate a debug version of the library so I can use gdb to debug into the code. So, how can I do it :) I apologise if there is an obvious answer to this but I'm pretty new to make and I poked around the xerces FAQs and searched the mail list archive but didn't come up with anything. Thanks in advance. -exits __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]