On Tue, Nov 18, 2008 at 01:11:55PM +0100, Markus Hoenicka wrote: > Quoting Eric Lilja <[EMAIL PROTECTED]>: > >> 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/