Menu

??undefined reference to TiXmlString::nullrep

Developer
Mee@china
2006-11-15
2013-05-20
  • Mee@china

    Mee@china - 2006-11-15

    g++ -g -O -Wall   -I.  -I/home/mee/c2c2/comm/export_include/cgi_comm_include -I./tinyxml/   -o c2c_error_tool c2c_error_tool.cpp c2c_error_manager.cpp -L./tinyxml/ -ltinyxml
    /tmp/ccPqU54E.o: In function `TiXmlString::quit(void)':
    /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/../../../../include/g++-3/stl_vector.h(.TiXmlString::gnu.linkonce.t.quit(void)+0xb): undefined reference to `TiXmlString::nullrep_'
    collect2: ld returned 1 exit status
    make: *** [c2c_error_tool] Error 1

    why?

     
    • Davidbrcz

      Davidbrcz - 2007-03-17

      I have in makefile desactivated STL_SUPPORT and I have no problem at compilation.

       

Log in to post a comment.