[xsd-users] Which debug option I need to use?

Boris Kolpackov boris at codesynthesis.com
Mon Nov 16 10:18:08 EST 2015


Hi Wendy,

wendy f <wendy01142015 at outlook.com> writes:

> I have used the following command the build the code:
> 
> g++ -g -c driver_serialization.cxx hello.cxx -I/xerces/3.1.0/include -I/xsd-3.2.0-x86/libxsdg++ -g -Wall -o driver driver_serialization.o hello.o -L /xerces/c3.1.0/ -lxerces-c

This is a link command line. You will also need to add -g to the
compile command lines (those that produce .o files).

Boris



More information about the xsd-users mailing list