From owner-freebsd-current Sun Mar 23 5:51:27 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4733B37B405 for ; Sun, 23 Mar 2003 05:51:25 -0800 (PST) Received: from tomts23-srv.bellnexxia.net (tomts23-srv.bellnexxia.net [209.226.175.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04D343F3F for ; Sun, 23 Mar 2003 05:51:23 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.176.5]) by tomts23-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030323135122.YOMH24451.tomts23-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Sun, 23 Mar 2003 08:51:22 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h2NDmJiG097991; Sun, 23 Mar 2003 08:48:19 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <004c01c2f143$2288d1d0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "David Leimbach" Cc: References: Subject: Re: "Just" building the lib part of world Date: Sun, 23 Mar 2003 08:50:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, you're right. libc is where you want to be putting your code. (I'm suffering from multiple-OS-itis right now.) -- Matt ----- Original Message ----- From: "David Leimbach" To: "Matthew Emmerton" Cc: Sent: Sunday, March 23, 2003 8:46 AM Subject: Re: "Just" building the lib part of world > Hmmm for some reason I thought that would be the simple answer... also > at one point > in time unistd.h gave me trouble when I didn't build libc under world. > > Is libc_r the correct place to put getpwnam_r anyway? My understanding > is that just > where the userland thread implementation goes. > > I never got a clear answer to that question either... basically I > haven't made much > progress due to being unclear on several of these little issues. > > Dave > On Sunday, March 23, 2003, at 07:33 AM, Matthew Emmerton wrote: > > > > > ----- Original Message ----- > > From: "David Leimbach" > > To: > > Sent: Sunday, March 23, 2003 8:29 AM > > Subject: "Just" building the lib part of world > > > > > >> Or even better would be just building libc. I have been working on my > >> getpwnam_r assignment... > >> examining implementations in both Darwin and NetBSD and started trying > >> to implement some of > >> this code for FreeBSD... Its not anywhere even near the goal in sight > >> as I am still learning the > >> build system. > >> > >> Do I always have to build world or can I get away with just making > >> some > >> subdirectories? If so > >> what is the best way to do this? > > > > If you're just experimenting wiht getpwnam_r, you can just rebuild > > libc_r: > > > > cd /usr/src/lib/libc_r > > make > > make install > > > > -- > > Matt Emmerton > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message