egcs, C++ and GnuWin32
Mumit Khan
khan@xraylith.wisc.edu
Mon Dec 1 09:09:00 GMT 1997
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@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list