Hi,

I was trying to compile my program which contains libtiff and libgomp. But I got this error message when I compiled my program.

ld: errno: TLS reference in ..../l4linux_test/obj/l4/x86/lib/x86_586/l4f/libpthread.a(semaphore.o) mismatches non-TLS reference in ..../l4linux_test/obj/l4/x86/lib/x86_586/libtiff.so
..../l4linux_test/obj/l4/x86/lib/x86_586/l4f/libpthread.a: could not read symbols: Bad value

Previously, I ported the libtiff library by myself. Is it happen because I didn't port it properly?

Regards,
Irvanda