Bug 12861

Summary: Re: resend: uthread_init.c PANICs in case of (legally) close stdin
Product: Base System Reporter: John Birrell <jb>
Component: binAssignee: GNATS administrator <gnats-admin>
Status: Closed FIXED    
Severity: Affects Only Me CC: eischen
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description John Birrell 1999-07-29 01:00:01 UTC
 Lawrence D. Lopez wrote:
 >         cc -o thread thread.c -lc_r
 
 This is wrong. You are linking against both libc _and_ libc_r.
 Use -pthread instead of -lc_r.
 
 -- 
 John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/
 CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-07-29 21:01:08 UTC
State Changed
From-To: open->closed

Mis-filed en route to PR 12853.