Mail Archives: cygwin/1997/12/01/15:50:25
On Thu, 27 Nov 1997, Theodore W. Leung wrote:
> I am able to compile and link the program, but when I invoke a.exe, I get an
> error saying that the dll 'll' cannot be found in the path. As far as I
> can see, there is no ll.dll in the cygwin distribution. If I do an objdump
> -p on a.exe, I get the stuff below. Can anyone get me started on how to
> track this down?
>
Make sure that you're linking with export libraries (eg., libkernel32.a
etc) that were distributed/compiled with egcs gcc, not gnu-win32 b18 gcc.
Could you send me the output of the verbose linking step?
% gcc -o blah.exe *.o -v -Wl,--verbose
Best if you can share the source code of course, but the above might be
sufficient to see where the problem lies.
Thanks
Mumit
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -