From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: library ll could not be found
15 Sep 1998 06:10:08 -0700
Message-ID: <Pine.SUN.3.93.980914231504.22075F-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <5F052F2A01FBD11184F00008C7A4A8005D56CF@eukbant101.ericsson.se>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: "Richard Hellicar (EML)" <Rick.Hellicar@eml.ericsson.se>
Cc: "'gnu-win32@cygnus.com'" <gnu-win32@cygnus.com>

On Mon, 14 Sep 1998, Richard Hellicar (EML) wrote:

> I'm trying to compile hp2xx using gcc egcs-1.0.2.
> 
> Compilation goes fine, but at run-time, I get an NT error message saying
> "The dynamic link library ll could not be found in the specified path".
> However, I do not reference a library called "libll" at link time:
> 
> gcc *.o  -L/usr/X11R6.3/lib -lX11 -lm -o hp2xx
> 
> Any ideas?  This didn't happen with b18's gcc.
> 

This is due to a bug in old binutils (dlltool specifically I believe) that
created the import libraries (libX11.a in this case). Re-create libX11.a
and you should be fine. I belive Arlindo da Silva has had the new ones on 
his site for a while now.

See http://dao.gsfc.nasa.gov/software/grads/win32/X11R6.3/ or somewhere
thereabouts.

Regards,
Mumit


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
