ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

stefanf's profile - activity

2014-05-13 19:05:54 -0500 received badge  Notable Question (source)
2014-05-13 19:05:54 -0500 received badge  Famous Question (source)
2014-01-14 07:19:54 -0500 received badge  Popular Question (source)
2014-01-13 10:46:12 -0500 asked a question Static library link

I am running a Ubuntu 12.04 64bits fuerte installation. I have an static library from Force Dimension which i'm trying to link using the target_link_libraries(). Rosmake gives the following error over the library that I want to link:

"/usr/bin/ld: /opt/ros/fuerte/lib/libdrd.a(dhdc.o) relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC"

Is there a way to link a static library which is not build using -fPIC?