From owner-freebsd-questions Thu Oct 26 16:25:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 3140B37B479 for ; Thu, 26 Oct 2000 16:25:45 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.11.1/8.11.1) id e9QNPiY09656; Thu, 26 Oct 2000 18:25:44 -0500 (CDT) (envelope-from dan) Date: Thu, 26 Oct 2000 18:25:43 -0500 From: Dan Nelson To: Flemming Froekjaer Cc: freebsd-questions@freebsd.org Subject: Re: What's the deal with _THREAD_SAFE? Message-ID: <20001026182543.A29079@dan.emsphone.com> References: <0E205B64.7BDA2B7E.0F2A144B@netscape.net> <20001026164517.A11415@dan.emsphone.com> <34FF0427.420B3885.0F2A144B@netscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.10i In-Reply-To: <34FF0427.420B3885.0F2A144B@netscape.net>; from "Flemming Froekjaer" on Thu Oct 26 19:19:22 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 26), Flemming Froekjaer said: > Dan Nelson wrote: > > In the last episode (Oct 26), Flemming Froekjaer said: > > > I'm trying to use the functions in , but after much > > > aggavation I've found that I can't unless _THREAD_SAFE is defined. > > > Now, do I have to define it in my own header file, or do I include > > > some other header file where it's defined, and if so, which one? > > > > Compiling with the -pthread gcc switch should be sufficient. > > I couldn't find the -pthread option in the GCC Command Options manual, but > tried it anyway. Didn't do the trick, unfortunately... It's in the pthread manpage. Actually, I should have read your first message more carefully. First, it's , not , and second, the only reference to _THREAD_SAFE is in stdio.h, where it doesn't add any new function prototypes. What version of FreeBSD is this? -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message