From owner-freebsd-questions Fri Jan 15 13:20:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14878 for freebsd-questions-outgoing; Fri, 15 Jan 1999 13:20:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA14865 for ; Fri, 15 Jan 1999 13:20:25 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 22514 invoked by uid 100); 15 Jan 1999 21:20:22 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Jan 1999 21:20:22 -0000 Date: Fri, 15 Jan 1999 13:20:22 -0800 (PST) From: Mike Meyer To: questions@FreeBSD.ORG Subject: Re: static link vs dynamic link In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dynamically linked binaries expect to use shared libraries on your system. Staticly linked binaries don't - the code is all linked in. Dynamically linked binaries are smaller, but may require you to install the libraries it's looking for. Staticly linked binaries are complete, and never require installing anything else. However, if they got the wrong version of a library, you can't fix it. Date: Fri, 15 Jan 1999 11:55:06 -0900 (AKST) > From: Michael A. Endsley > To: questions@FreeBSD.ORG > Subject: static link vs dynamic link > > While trying to download software from internet, it is listed for either > static link or dynamic link. What is the difference? > I am running 3.0-R > Thanks! > Mike > > ------------------------------------------------------------------------------------------------------------ > Why don't YOU use a FREE operating system? > I use FreeBSD 3.0 or Linux (Debian 2.0) > al7oj@customcpu.com > http://www.customcpu.com/personal/al7oj/ > ------------------------------------------------------------------------------------------------------------ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message