From: Pascal.Trouvin@integralis.co.uk
Subject: Re[2]: Building-dll doc file
28 Jan 1997 03:17:00 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <01IEQS38BAVI003M0H.cygnus.gnu-win32@INTEGD.INTEGRALIS.CO.UK>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN
Original-To: gnu-win32@cygnus.com, gunther.ebert@ixos-leipzig.de
Original-Sender: owner-gnu-win32@cygnus.com


     Ooops, ok done.
     
     But now ld crashes : access_violation at C0...05 !!!!!
     
     It looks like an old problem with ld, but I do not remember if there 
     is any workaround.
     
     
     pascal


______________________________ Reply Separator _________________________________
Subject: Re: Building-dll doc file
Author:  gunther.ebert@ixos-leipzig.de at INTERNET
Date:    28/01/1997 08:21


Pascal.Trouvin@integralis.co.uk wrote: 
>
>      I've tried that, it doesn't work. I got exactly the same message. 
>
>      the new procedure was:
>
>      gcc -c foo.c
>      gcc -c foo2.c
>      ld --dll -o foo.dll --base-file foo.base foo.o foo2.o
>      dlltool --def foo.def --output-exp foo.exp --output-lib foo.a 
>      --dllname foo.dll
     
You forgot the --base-file dlltool option.
     
       dlltool --def foo.def --output-exp foo.exp --output-lib foo.a
        --dllname foo.dll --base-file foo.base
     
Gunther
________________________________________________________
MIMEsweeper has scanned this message and its attachments
and found it to be free of all known viruses.

info@Integralis.com
http://www.integralis.com

          Innovation, Integration, Integralis
________________________________________________________
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
