rebhuhnd / linux-g13-driver

Automatically exported from code.google.com/p/linux-g13-driver
0 stars 0 forks source link

undefined reference to symbol 'pthread_kill@@GLIBC_2.2.5' #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Quick note to say that when installing under Linux Mint 15 (Ubuntu 13.04), I 
received the following error:

/usr/bin/ld: c-source/Main.o: undefined reference to symbol 
'pthread_kill@@GLIBC_2.2.5'

To fix, edit the FLAGS entry in the Makefile like so:

FLAGS    = -L /lib64 -l pthread

Now compiles and works beautifully :).

Original issue reported on code.google.com by jim.gu...@gmail.com on 16 Nov 2013 at 3:45

GoogleCodeExporter commented 9 years ago
THANK YOU! 

I was having this exact issue and this fixed it! 
thanks again!

Mist

Original comment by Mistr...@gmail.com on 12 Dec 2013 at 4:22

GoogleCodeExporter commented 9 years ago
To help Google search find this solution, Ubuntu 13.10 has the same issue and 
this fixes that as well. I imagine it's probably true of 13.04 and 14.04 as 
well, though I haven't tested.

Original comment by bgeis...@geisel-software.com on 3 Oct 2014 at 8:38

GoogleCodeExporter commented 9 years ago
I was exactly the same in Ubuntu 14.10, and the solution also works fine!
Thanks!

Original comment by 19IM...@gmail.com on 29 Nov 2014 at 6:11