not sure this message got through
thnks
---------- Forwarded message ----------
From: Jose <jm...@gm...>
Date: Jul 20, 2005 1:16 PM
Subject: using libxml++
To: lib...@li...
I've installed and run the textreader example.
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)
LDFLAGS+=3D $(shell pkg-config --libs libxml++-2.6)
OBJS =3D parsetx.o
parse: $(OBJS)
$(CXX) -o $@ $(LDFLAGS) $(OBJS)
|