From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001220041125.A6BF5199E1@mail.cse.psu.edu> Subject: [9fans] drawterm Date: Tue, 19 Dec 2000 23:11:22 -0500 Topicbox-Message-UUID: 3a7365d4-eac9-11e9-9e20-41e7f4b1d025 for anyone compiling on solaris, jean mehat notes that you need to use gcc -lpthread to link the final result if you use gcc instead of the sun compilers (in which case you need cc -mt). apparently without -lpthread, gcc will silently produce a bogus binary.