[libxml++] using libxml++



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+= $(shell pkg-config --cflags libxml++-2.6)
CXX = g++ -g -O2 -shared $(CXXFLAGS) 

LDFLAGS+= $(shell pkg-config --libs libxml++-2.6)

OBJS = parsetx.o

parse: $(OBJS)
	$(CXX) -o $@ $(LDFLAGS) $(OBJS)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]