sferes2
sferes2 copied to clipboard
fix missing pthread link flag
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/')
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
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.
This should be fixed by #95. Can you check @Aneoshun if it works for Ubuntu also?