|
linktime error from xerces 2.1
I get a fatal error trying to link IceBox. Here it is:
CC -I/usr/local/db/include -I/usr/local/include -L../../lib -o ../../bin/icebox ServiceManagerI.o Server.o -lIceBox -lFreeze -lIceXML -lIce -ldl -lbz2 -lIceUtil -lpthread -luuid -lsocket -lrt -L/usr/local/db/lib -ldb
Undefined first referenced
symbol in file
std::basic_ostream<char,std::char_traits<char> >&std::basic_ostream<char,std::char_traits<char> >::write(const char*,long) /usr/local/gnu-stuff/xerces-c-src2_1_0/lib/libxerces-c.so.21
ld: fatal: Symbol referencing errors. No output written to ../../bin/icebox
gmake[2]: *** [../../bin/icebox] Error 1
gmake[2]: Leaving directory `/export/spare/amarlow/development/Ice-1.0.1/src/IceBox'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/export/spare/amarlow/development/Ice-1.0.1/src'
gmake: *** [all] Error 1
Any ideas?
-Andrew M.
__________________
You are in a maze of twisty little passages, all different.
|