Menu

Compilation Errors

Help
2001-09-12
2001-09-25
  • David Dawson

    David Dawson - 2001-09-12

    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.

     
    • David Sugar

      David Sugar - 2001-09-25

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.