From: Jose <jm...@gm...> - 2005-07-20 11:17:40
|
I've installed and run the textreader example.=20 When I trie to run the textreader example with the Makefile below, it builds ok but I gives a SIGSEGV when it starts. Any ideas ? Thanks Jose CXXFLAGS+=3D $(shell pkg-config --cflags libxml++-2.6) CXX =3D g++ -g -O2 -shared $(CXXFLAGS)=20 LDFLAGS+=3D $(shell pkg-config --libs libxml++-2.6) OBJS =3D parsetx.o parse: $(OBJS) =09$(CXX) -o $@ $(LDFLAGS) $(OBJS) |