Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 1999 13:20:22 -0800 (PST)
From:      Mike Meyer <mwm@phone.net>
To:        questions@FreeBSD.ORG
Subject:   Re: static link vs dynamic link
Message-ID:  <Pine.BSF.4.05.9901151316290.21276-100000@guru.phone.net>
In-Reply-To: <Pine.BSF.4.05.9901151153130.283-100000@FreeBSDrulz>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

	<mike

On Fri, 15 Jan 1999, Michael A. Endsley wrote:

> Date: Fri, 15 Jan 1999 11:55:06 -0900 (AKST)
> From: Michael A. Endsley <root@customcpu.com>
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901151316290.21276-100000>