sferes2 icon indicating copy to clipboard operation
sferes2 copied to clipboard

fix missing pthread link flag

Open Aneoshun opened this issue 7 years ago • 3 comments

Fix discussed in #92 . It seems to work on OSX (just a small warning ld: warning: directory not found for option '-L/usr/lib/x86_64-linux-gnu/')

Aneoshun avatar Jan 21 '19 11:01 Aneoshun

What about the -pthread option? does it work?

Also, are you sure you need '-L/usr/lib/x86_64-linux-gnu/'? this should be in your ld.so.conf

jbmouret avatar Jan 21 '19 12:01 jbmouret

I don't have a ubuntu 18.10 with me at the moment to test. I will see this with my students and come back to you.

Aneoshun avatar Jan 21 '19 13:01 Aneoshun

This should be fixed by #95. Can you check @Aneoshun if it works for Ubuntu also?

costashatz avatar Feb 08 '19 09:02 costashatz