gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnutls-dev] Re: gnutls 1.2.8 and mingw32


From: Werner Koch
Subject: Re: [gnutls-dev] Re: gnutls 1.2.8 and mingw32
Date: Tue, 25 Oct 2005 12:33:54 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux)

On Mon, 24 Oct 2005 19:08:47 +0200, Enrico Tassi said:

> Is there a way to build a "stub" libwsock32.dll with libtool so that
> there is no need of hacking configure.in and Makefile.am?

Just take the def file and build a new import library.  Something similar
to 

  # W32API 3.2 comes with an unusable libmapi32.a.  We build our own
  # version.  Note the omission of -k (--kill-at) from the DLLTOOL
  # command line.  We also create our own virtual copies to the _static_
  # versions of GPGME and gpg-error, because we want to link to them
  # statically, and not dynamically (otherwise Outlook would not find
  # them).
  gpgol_DEPENDENCIES = libmapi32.a libgpgme.a libgpg-error.a
  
  libmapi32.a: mapi32.def
        $(DLLTOOL) --output-lib $@ --def $<
  


Salam-Shalom,

   Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]