Hi Stephane, everyone, On Thu, 28 Oct 1999, Stephane Letz wrote: > I'm trying to port a C library which use pthread with the Blackdown JDK > 1.1.7 on Linux. Bad idea. All pthread implementations I know of, along with green threads in the JDK, and native threads, mess around with the signal handlers. It would be a big undertaking to make everyone happy. Your best bet would be to change the pthread code to use native threads, which is Posix compatible anyway and discard the other pthread library. . . . Sean. ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]