What consists FreeBSD Libc?

2008-06-08 Thread Unga
Hi all What consists FreeBSD Libc (/lib/libc.so.7)? Is it only /usr/src/lib/libc/* ? I have compiled /usr/src/lib/libc/*, the resulting libc.so.7 is about 65,000 bytes smaller. Kind regards Unga ___ freebsd-questions@freebsd.org mailing

Re: What consists FreeBSD Libc?

2008-06-08 Thread Kris Kennaway
Unga wrote: Hi all What consists FreeBSD Libc (/lib/libc.so.7)? Is it only /usr/src/lib/libc/* ? Yes. I have compiled /usr/src/lib/libc/*, the resulting libc.so.7 is about 65,000 bytes smaller. Than what? It will change depending on your CFLAGS. Kris

Re: What consists FreeBSD Libc?

2008-06-08 Thread Wojciech Puchar
with the same compiler options and same compiler as used with binary distribution? On Sun, 8 Jun 2008, Unga wrote: Hi all What consists FreeBSD Libc (/lib/libc.so.7)? Is it only /usr/src/lib/libc/* ? I have compiled /usr/src/lib/libc/*, the resulting libc.so.7 is about 65,000 bytes

Re: What consists FreeBSD Libc?

2008-06-08 Thread Unga
--- On Sun, 6/8/08, Kris Kennaway [EMAIL PROTECTED] wrote: From: Kris Kennaway [EMAIL PROTECTED] Subject: Re: What consists FreeBSD Libc? To: [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Sunday, June 8, 2008, 6:37 PM Unga wrote: Hi all What consists FreeBSD Libc (/lib

Re: What consists FreeBSD Libc?

2008-06-08 Thread Wojciech Puchar
Its great to get it confirmed that FreeBSD Libc is only /usr/src/lib/libc/* as I presumed. I have compiled and installed the FreeBSD Libc into a temp directory. The size of /tmp/libc.so.7 is about 65,000 bytes smaller than /lib/libc.so.7. The /lib/libc.so.7 is dated May 25, 2008. I did not