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

2006-04-20 Thread Thomas Preisler
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 tr

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

2006-04-20 Thread mwoehlke
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 ever

how to get my app to find a dynamic library

2006-04-20 Thread Thomas Preisler
I'm using Cygwin on Windows XP. gcc version 3.4.4. 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.