From: pgarceau AT teleport DOT com (Paul Garceau) Subject: Re: library ll could not be found 15 Sep 1998 16:16:30 -0700 Message-ID: <199809150737.AAA07580.cygnus.gnu-win32@cygnus.com> References: <5F052F2A01FBD11184F00008C7A4A8005D56CF AT eukbant101 DOT ericsson DOT se> Reply-To: pgarceau AT teleport DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: gnu-win32 AT cygnus DOT com Hi folks, On 14 Sep 98, at 14:44, the Illustrious Richard Hellicar (EML) wrote: > I'm trying to compile hp2xx using gcc egcs-1.0.2. Before you get too far into that, you might want to download the latest EGCS (v1.1) and use it instead...in the meantime: > > 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: hmmm...this sounds familiar ;-) Have you dumped the object code yet? Whether you have or not, this is something that EGCS-1.0.2 is known for doing. It means that some symbols, (those listed in the object dump under ll.dll) are assumed to be defined in one place (lib files I think), but not the other (.dll files). You may have to create a special .dll to compensate for this. That is my best guess, I am sure that Mumit Khan can probably tell you more about this than I can. Peace, Paul G. Information Systems Consultant NewDawn Productions http://www.teleport.com/~pgarceau/newdawn/ - 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".