| Simple question |
[10 May 2004|01:00pm] |
Hello, i'm developing simple wrapper classes for posix threads and mutexes. Here are the sources ( sourcesCollapse )
when compiling these sources i'm getting this error:
/var/tmp//cc1V2mOd.o: In function `LThread::LThread[in-charge](thread*)': /var/tmp//cc1V2mOd.o(.gnu.linkonce.t._ZN7LThreadC1EP6thread+0xa): undefined reference to `thread_body(void*)' collect2: ld returned 1 exit status
compiler is GCC 3.2
any ideas why it is so?
P.S. I understand that there are a lot of implementations for thread/mutexes classes, but i want this one to become working :)
|
|