www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <3C9142FA.40301@ece.gatech.edu> |
Date: | Thu, 14 Mar 2002 19:40:26 -0500 |
From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
User-Agent: | Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 |
X-Accept-Language: | en-us |
MIME-Version: | 1.0 |
To: | Chris Tooley <ctooley AT amoa DOT org> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: ldconfig??? |
References: | <1016123080 DOT 20502 DOT 12 DOT camel AT filecabinet DOT amoa DOT org> |
Chris Tooley wrote: > I'm having something complain that it can't find ldconfig. Is this > something that needs to be installed, and if so are there any pointers > as to where to get it, or do I have porting work ahead of me? your "something" shouldn't be looking for ldconfig on cygwin. It isn't used. ldconfig is used to setup shared libraries (creating the appropriate runtime links, etc) for use by the system. On windows, setting up a DLL consists of "put the DLL in your PATH". Period. So, no ldconfig. It's possible that we might want to include a dummy ldconfig (#!/bin/sh exit 0) but that might cause more confusion that the current situation. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |