Re: PThreads in kernel module & network interface

2001-04-04 Thread Bart Trojanowski
On Wed, 4 Apr 2001, Remko van der Vossen wrote: > second problem is that when I use the PThread functions from this module I > need the pthread library. As you probably know gcc doesn't link the pthread > library into the module, so I tried to do that with ld, that in itself > worked, I successfu

PThreads in kernel module & network interface

2001-04-04 Thread Remko van der Vossen
Hi Guys, I'm new to this list, so let me introduce myself first, I'm Remko van der Vossen from Holland, I work for CMG in an internship at the moment. CMG Eindhoven wants me to set up a project. This project involves making a TCP/IP implementation for embedded systems. As it is way too hard to de