[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Building user applications with thread library



Hello,
I am trying to move our application from an proprietary linux
distributor to emdebian.
A small part of the application (it consists of several daemons) uses
the pthread library.
Without specifying the library I get this:

arm-linux-gnu-gcc -O0 -I/usr/include   -c -o ledd.o ledd.c
.
.
ledd.c:(.text+0x139c): undefined reference to `pthread_create'
.
.


Does anybody know how to link against the pthread library in emdebian?

Thanks,
Marco


Reply to: