Blame | Last modification | View Log | Download | RSS feed
Contrarily to most UNIXes, QNX doesn't include a separate libpthread.so/.a in/usr/lib, the POSIX thread functions are directly embedded in the systemlibrary. For this reason many UNIX tool sources autoconfiguration attempts donot correctly detect pthreads support on this system. To work around thisproblem, a static empty libpthread.a, containing just one dummy symbol, hasbeen added to the QNX platform SDK's /lib.Build with:qnxsdp_envgcc -c phread-stub.c -o pthread-stub.oar rcs libpthread.a pthread-stub.oor just 'make' on Win32.--Pierre-Marie Baty <pm@pmbaty.com>