|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2005-01-24 05:38:30
> http://www.meta-comm.com/engineering/boost-regression/output/
> Dirxion-bin-boost-libs-regex-build-libboost_regex-a-cw-9_3-debug.html
> ^^^
> -dylib-
Good pointer, looks like the toolset still isn't correct:
Status : Too many errors printed, aborting program
Error : undefined: 'NavCompleteSave' (code)
Referenced from 'PutFile' in MSL_All_Mach-O.lib
Error : undefined: 'NavPutFile' (code)
Referenced from 'PutFile' in MSL_All_Mach-O.lib
Error : undefined: 'TruncString' (code)
Referenced from 'TruncFileName' in MSL_All_Mach-O.lib
Error : undefined: 'BlockMove' (code)
Referenced from 'TruncFileName' in MSL_All_Mach-O.lib
Error : undefined: 'NavDisposeReply' (code)
Referenced from 'PutFile' in MSL_All_Mach-O.lib
Referenced from 'GetFile' in MSL_All_Mach-O.libThese errors look
like undefined references from std lib code? Maybe we need some additional
system libs added to the linker command line?Thanks,John.