Boost (signals) library not found
Hello,
I am building ROS on Mac OSX from source, and when trying to run rosmake -a I get the following message for a number of packages:
ld: library not found for -l:/usr/local/lib/libboost_signals-mt.dylib
Boost 1.52 is installed and that file does exist, should I install a different version of boost? Or is something else perhaps going on?
Just a small update, I tried installing boost 1.49, but I get the same error.