From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: egcs, C++ and GnuWin32
1 Dec 1997 15:50:25 -0800
Message-ID: <Pine.SUN.3.93.971201110431.18015A-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <3.0.3.32.19971127001234.00a7b5c0@ng.netgate.net>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: "Theodore W. Leung" <twl@pobox.com>
Cc: gnu-win32@cygnus.com

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".
