Subj : win32 thread and mingw32 To : comp.programming.threads From : AlterX Date : Tue Oct 04 2005 01:59 pm Hi there... i tried to compile a linux application that uses API thread (TslGetValue, ecc...). Now, my many errors are these (from mingw output): e:/MinGW/bin/..lib/gcc/mingw32/3.4.2/libgcc.a(gthr-win32.o)(.text+0x13a): undefined reference to '_imp_TlsSetValue@8' and so on.... into my makefile i insert kernel32, but it's the same! AnyOne?? .