Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Authentication-Warning: modi.xraylith.wisc.edu: khan owned process doing -bs Date: Wed, 24 Mar 1999 08:55:17 -0600 (CST) From: Mumit Khan To: "Brown, Kim" cc: cygwin AT sourceware DOT cygnus DOT com Subject: RE: [ANN] Creating Excel-callable DLLs with GCC - fails! In-Reply-To: <9F481A71957AD111BB2300805FE65D256240F4@mpisex02.mops.wl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 24 Mar 1999, Brown, Kim wrote: > I tried to compile these DLLs on my Win95 machine. I downloaded and > installed egcs-1.1.2 just before I compiled them. I used the command "$ > make". I placed the DLLs in my c:\windows\system directory. They both fail > to work in my Excel 97 SR-1. The compilation gives me a warning about "no > export definition file...". The output during compilation of f77dll.dll is > below. Is this warning message expected? Anyone else have a problem? Sigh ... Richard Stanton already reported problems with Windows95. I did my tests on NT and those did work. Could you please remove the "-s" from DLL_LDFLAGS in the Makefile and retry? The stripping of the DLL may be causing problems. > dllwrap --export-all --output-def f77dll.def --driver-name g77 -o f77dll.dll > \ > f77dll.o -s --entry __cygwin_noncygwin_dll_entry AT 12 > Warning: no export definition file provided > dllwrap will create one, but may not be what you want Expected. It's there so you would look at the f77dll.def file to make sure it's what you expect. I'll test on a Win95 system hopefully today and see if I can find the problem. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com