Re: DLL vs. shared object linking behavior

2004-01-04 Thread Larry Hall
At 06:19 AM 1/4/2004, Jani Tiainen you wrote: >Karl Robillard wrote: > >>I have a shared library which has undefined references to functions. On Linux I can >>build and use the library without problems, but when I build it as a DLL using >>Cygwin the undefined references are link errors. Can th

Re: DLL vs. shared object linking behavior

2004-01-04 Thread Jani Tiainen
Karl Robillard wrote: I have a shared library which has undefined references to functions. On Linux I can build and use the library without problems, but when I build it as a DLL using Cygwin the undefined references are link errors. Can the Windows loader handle unresolved symbols in DLLs at

DLL vs. shared object linking behavior

2004-01-03 Thread Karl Robillard
I have a shared library which has undefined references to functions. On Linux I can build and use the library without problems, but when I build it as a DLL using Cygwin the undefined references are link errors. Can the Windows loader handle unresolved symbols in DLLs at runtime? Is there som