Silly Pthread Issues
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Sat Dec 10 22:06:43 CET 2011
On Fri Dec 09, 2011 at 23:50:02 -0800, brycecr at gmail.com wrote:
> I'm trying to get some simple modules written just by modifying the
> existing hello module. I've got a tiny stupid test one written, and
> I'm getting undefined references for all of my pthread functions,
> even though I've included all the necessary headers.
>
> I'm modifying hello in place -- should I need to make any makefile
> adjustments to get this to build?
Add
REQUIRES_LIBS = libpthread
to the Makefile.
Adam
--
Adam adam at os.inf.tu-dresden.de
Lackorzynski http://os.inf.tu-dresden.de/~adam/
More information about the l4-hackers
mailing list