What is the status of Linux threads?
=================================TOP=============================== Q60: The Sunsoft debugger won’t recognize my PThreads program! Nope. The 3.0.2 version was written before the release of Sun’s pthread library. However, if you simply include -lthread on the compile line, it will come up and work. It’s a little bit redundant, but works fine. Hence: %cc -o one one.