Uploaded a C-program that uses Posix threads, which compiles with cc & gcc
and runs fine on my own box.
MTL cc and gcc both accept several Posix calls except:
ParSort.c:(.text+0x538): undefined reference to `pthread_create'
ParSort.c:(.text+0x567): undefined reference to `pthread_join'
Baffling failure (and peculiar way to report a compilation error) ...
These two functions are core members in the Posix package - as I understand it.
Now what?



