From owner-freebsd-questions Mon Jan 27 04:42:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA04662 for questions-outgoing; Mon, 27 Jan 1997 04:42:52 -0800 (PST) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA04647 for ; Mon, 27 Jan 1997 04:42:44 -0800 (PST) Received: from sol1.gud.siemens.co.at ([10.1.143.100]) by zwei.siemens.at (8.7.5/8.7.3) with SMTP id NAA19039 for ; Mon, 27 Jan 1997 13:43:22 +0100 (MET) Received: from ws2301.gud.siemens.co.at by sol1.gud.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0voqMP-000213C; Mon, 27 Jan 97 13:40 MET Received: by ws2301.gud.siemens.co.at (1.37.109.16/1.37) id AA112538670; Mon, 27 Jan 1997 13:37:50 +0100 From: "Hr.Ladavac" Message-Id: <199701271237.AA112538670@ws2301.gud.siemens.co.at> Subject: Re: FreeBSD Newbie... To: matra@diemme.it (matra) Date: Mon, 27 Jan 1997 13:37:50 +0100 (MEZ) Cc: dwhite@resnet.uoregon.edu, freebsd-questions@freebsd.org In-Reply-To: from "matra" at Jan 24, 97 11:03:13 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk E-mail message from matra contained: > Hi! > > After the thread i want to ask some questions . Again, this is my opinion, the core team may see things differently: > > 1 - Suppose ,for example, i have FreeBSD-2.1.5 with ,for example, sendmail > version x.y.z . If i ftp from a.b.c the newest sendmail, unpack it > in /usr/src and compile it , have i FreeBSD-2.1.5 or "FreeBSD-matra"? I'd call it FreeBSD-2.1.5 with the newest sendmail. But if you were to redistribute the product the matters would likely be different. > > 2 - Why ports? > I have installed many programs (nvi,vile,diffutils,a prolog > compiler) from various srcs without problems ! Because they automate the process. cd /usr/ports; make all install and all ports will have been fetched, built and installed. > > 3 - FreeBSD's libc is different from the linux libc; Where can i get > the src for it ? Wat about libg++ ?Can anyone give me information > about diffs between linux-libc and freebsd-libc? libc is in slib.?? chunks. They make up a slib.tgz. As for the diffs, UTSL (i.e. Hell if I know). Main diff is: BSD libc is unencumbered. /Marino