From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mike Woolley Newsgroups: gmane.emacs.devel Subject: Re: How about using static link instead of dynamic loaded dlls? Date: Thu, 05 Jun 2003 10:05:27 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054804097 2371 80.91.224.249 (5 Jun 2003 09:08:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2003 09:08:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 05 11:08:15 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19NqjH-0000c4-00 for ; Thu, 05 Jun 2003 11:08:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Nr1G-0006ai-00 for ; Thu, 05 Jun 2003 11:26:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Nql5-00026E-0O for emacs-devel@quimby.gnus.org; Thu, 05 Jun 2003 05:10:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NqiF-00006g-4g for emacs-devel@gnu.org; Thu, 05 Jun 2003 05:07:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Nqhr-0008EZ-SJ for emacs-devel@gnu.org; Thu, 05 Jun 2003 05:06:49 -0400 Original-Received: from ip125.ariel.co.uk ([195.112.22.125] helo=server30.ariel.co.uk) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Nqgg-0007GP-1n for emacs-devel@gnu.org; Thu, 05 Jun 2003 05:05:34 -0400 Original-Received: from MIKE.ariel.co.uk (paulh.ariel.co.uk [192.168.0.14]) by Service Version 5.5.2653.13) id MFCBVXA0; Thu, 5 Jun 2003 10:09:10 +0100 Original-To: emacs-devel@gnu.org X-Face: zo(d<$!]|W?eo}y<{; HoizqV&U?7R$0qo5~D*B#d;,TPAY0iB 5+2ka2zR3R&I"H-CBVq.jykC$]rfsY-fb%I0$=/3(yTesXxy#g In-Reply-To: (Jason Rumney's message of "05 Jun 2003 07:53:49 +0100") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14749 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14749 Jason Rumney writes: > so linking dynamically is more flexible for binary distribution. Would it be possible to link in the libraries statically and *not* require the DLL's at all at run-time? That would provide the following advantages: 1/ No DLL hell. 2/ User doesn't have to go and download all the dependent libraries. Of course, the resulting program is bigger, but does that matter these days? Cheers, Mike