I'm not sure if I should post this here, but here it is anyway.
I'm trying to compile the demeter 3d engine, also on sourceforge) that uses Common C++.
Every time I try I get an odd message,
/usr/local/lib/libccio.so: undefined reference to xmlFreeParserCtxt
/usr/local/lib/libccio.so: undefined reference to xmlParseDocument
/usr/local/lib/libccio.so: undefined reference to
xmlCreateIOParserctxt.
Are these function part of the Common C++ library, or another library that is missing?
I am running mandrake 8.1B gcc 2.96 Common C++ 1.5.1.
Any help would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is part of libxml2. You need to make sure you link with that as well or are using the link library list that is returned from ccgnu-config --stdlibs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure if I should post this here, but here it is anyway.
I'm trying to compile the demeter 3d engine, also on sourceforge) that uses Common C++.
Every time I try I get an odd message,
/usr/local/lib/libccio.so: undefined reference to xmlFreeParserCtxt
/usr/local/lib/libccio.so: undefined reference to xmlParseDocument
/usr/local/lib/libccio.so: undefined reference to
xmlCreateIOParserctxt.
Are these function part of the Common C++ library, or another library that is missing?
I am running mandrake 8.1B gcc 2.96 Common C++ 1.5.1.
Any help would be appreciated.
This is part of libxml2. You need to make sure you link with that as well or are using the link library list that is returned from ccgnu-config --stdlibs.