Robotics StackExchange | Archived questions

Fedora 29: 'class_loader' tried to find library '-lpthread'

I'd like to install ROS Kinetic Kame from here on my Fedora 29 laptop.

So I've found this guide which should work with Fedora too, even though I get that installing the program on Ubuntu would be much easier, but I don't have the chance to do so.

Anyway, I follow the guide and when I run this command ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release it stops with an error:

Project 'class_loader' tried to find library '-lpthread'.  The library is
  neither a target nor built/installed properly.  Did you compile project
  'class_loader'? Did you find_package() it before the subdirectory
  containing its code is included?

I don't know what to do, I've tried many things without any improvements. Are there any other solution apart from installing on Ubuntu or solving this issue that could get me ROS Kinetic to work?

Asked by 0novanta on 2019-03-22 15:07:12 UTC

Comments

You might want to look at #q311753

Asked by christophebedard on 2019-03-23 07:16:18 UTC

This indeed looks like a duplicate of #q311753.

Asked by gvdhoorn on 2019-03-25 04:24:35 UTC

Answers