X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 18 Nov 2008 11:02:40 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Make program find its dll:s Message-ID: <20081118160239.GA12546@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20081118112012 DOT GB26249 AT tomas> <20081118124859 DOT zfzlhv3wisw4sg88 AT webmail DOT df DOT eu> <20081118131155 DOT i1lqgpvgysswk408 AT webmail DOT df DOT eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081118131155.i1lqgpvgysswk408@webmail.df.eu> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Tue, Nov 18, 2008 at 01:11:55PM +0100, Markus Hoenicka wrote: > Quoting Eric Lilja : > >> does work. I guess LD_LIBRARY_PATH cannot be used for what I was trying >> to do. > > Now, this indeed *is* Cygwin-specific :-) No, it's actually Windows specific. LD_LIBRARY_PATH only works for dynamically loaded dlls using "dlopen()". Cygwin doesn't affect the way Windows finds DLLs that are linked into the program. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/