Compilation troubles on BSD..
I'm having trouble compiling code on BSD with boost, specifically boost_filesystem.
I'm using gcc 3.2.3
On linux, there is no problem, buit on BSD.. this is what happens.
Notice that there is no trouble FINDING -lboost_filesystem to link with, but that I'm getting undefined references to anything boost-related. This compiles without any errors on both BSD and linux, but the linking on BSD is the problem.
Has anyone had any experiences getting boost to work on BSD before?
Thanks, Josh.
<snip>
signalConfigReload.o \
signalShutdown.o -o Batcher -L. -lChatsUtils -lConfig -lFfm -lFfmStream -lShared -lboost_filesystem -L/usr/local/pqxx/lib -lpqxx
markFinished.o: In function `Batcher::markFinished()':
/home/josh/src/mastermailings/code/daemons/Batcher/Batcher/markFinished.cpp:9: undefined reference to `boost::filesystem::path::path[in-charge](std::basic_string
participants (1)
-
Joshua Moore-Oliva