Date: Sun, 23 Mar 2003 08:50:15 -0500 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: "David Leimbach" <leimy2k@mac.com> Cc: <freebsd-current@FreeBSD.ORG> Subject: Re: "Just" building the lib part of world Message-ID: <004c01c2f143$2288d1d0$1200a8c0@gsicomp.on.ca> References: <EA495CC3-5D35-11D7-AFCD-0003937E39E0@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <leimy2k@mac.com> To: "Matthew Emmerton" <matt@gsicomp.on.ca> Cc: <freebsd-current@FreeBSD.ORG> 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" <leimy2k@mac.com> > > To: <freebsd-current@FreeBSD.ORG> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004c01c2f143$2288d1d0$1200a8c0>