ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Alright, I do not know why, but it appears some .pc files in ~/ros_catkin_ws/install_isolated/lib/pkgconfig contained links to libraries in the form of :
-l:/path/to/lib/lib.dylib
While it should have been :
-l/path/to/lib/lib.dylib
(minus the ':'). I removed all the ':' from these pc files and that fixed it. Perhaps I should open a ticket?