Re: Linking error

"Mark" <[email protected]> Tue, 27 Nov 2007 11:31:06 -0000
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
> g++.exe -D__DEBUG__ main.o 
> ../../SRLGrp/BoostLib/boost_1_34_1/libs/graph/src/graphml.o  -o 
> "graphml.exe" -L"C:/Dev-Cpp/lib"  -lgmon -pg  -g3 

You need to link in expat.  Modify this line in your makefile.

Mark.