Link Problem with filesystem lib test program.
Hi there,
I'm trying to get the boost::filesystem library working on Sun SPARC
Solaris 7 with the Sun forte 6.2 compiler.
----------------------------------------------------------------------
$ cd boost_1_30_0/libs/filesystem/test
$ bjam -sTOOLS=sunpro -sBOOST_ROOT=/opt/boost_1.30.0
[...]
sunpro-Link-action ../../../libs/filesystem/test/bin/convenience_test.test/sunpro/debug/runtime-link-dynamic/convenience_test
Undefined first referenced
symbol in file
boost::__RTTI__1nFboostPchecked_deleter4n0AKfilesystemSdirectory_iteratorLdir_itr_imp___ ../../../libs/filesystem/build/bin/libboost_filesystem.a/sunpro/debug/runtime-link-dynamic/libboost_filesystem.a(9dK8jJofKplZFEI9d1QA.o)
[Hint: static member boost::__RTTI__1nFboostPchecked_deleter4n0AKfilesystemSdirectory_iteratorLdir_itr_imp___ must be defined in the program]
ld: fatal: Symbol referencing errors. No output written to ../../../libs/filesystem/test/bin/convenience_test.test/sunpro/debug/runtime-link-dynamic/convenience_test
CC -o "../../../libs/filesystem/test/bin/convenience_test.test/sunpro/debug/runtime-link-dynamic/convenience_test" -xildoff -g "../../../libs/filesystem/test/bin/convenience_test.test/sunpro/debug/runtime-link-dynamic/convenience_test.o" "../../../libs/filesystem/build/bin/libboost_filesystem.a/sunpro/debug/runtime-link-dynamic/libboost_filesystem.a" "../../../libs/filesystem/build/bin/libboost_filesystem.a/sunpro/debug/runtime-link-dynamic/libboost_filesystem.a"
...failed sunpro-Link-action ../../../libs/filesystem/test/bin/convenience_test.test/sunpro/debug/runtime-link-dynamic/convenience_test...
...skipped
participants (1)
-
Adalbert Perbandt