This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to get my app to find a dynamic library




mwoehlke wrote:
Thomas Preisler wrote:
My main app 'main.c' is in one directory and I have a dynamic library 'cygmylib.dll' in a subdiretory 'tmp'. I can compile and link my main app fine but having trouble running it. It complaints about not being able to find the dynamic library. I have tried just about everything from -L, -Wl,-rpath using relative or absolute paths on the compile line to setting LD_LIBRARY_PATH and LD_RUN_PATH at run time, but to no avail.

Seeing as how this is Cygwin, and not Interix or A Real *nix, did you try setting PATH? (PATH="./tmp:$PATH" ./app # this is one line)


Didn't think of that. It works fine. Thanks.

--thoams

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]