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

Re: Cygwin + Debian



I'm not sure I know what you are thinking.  My cygwin makefile to
build a DLL has a simple rule:

translator.dll: translatordll.o
  gcc -mno-cygwin -Wl,--out-implib,translator.a,--output-def,translator.def -shared -o$@ $+
  
The only hard part is that in the Microsoft world, all exported
symbols require a __declspec(dllexport) type modifier.

On Tue, Jun 19, 2001 at 07:23:12PM -0400, Christophe Prud'homme wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> * Wouter Verhelst  [Mardi 19 Juin 2001 07:14 pm ]  :
> 
>   > If you'd get it to work, it'd probably interesting.
>   > However, since shared libraries are not supported that well under cygwin,
>   > I'm afraid you'll have to wait until that's solved...
>   >
>   > But please, do try. If you get it to do something decently, that would be
>   > interesting.
> dlls are really a problem, creating them "by hand" is a nightmare 
> you have to give the list of symbols to import and export arrh
> with libtool it is working Ok.
> 
> I might give it a try, at least port the packaging tools.
> any advice on the porting process ?
> 
> 
> 
> 
> regards
> C.
> - -- 
> | Christophe Prud'homme, http://augustine.mit.edu/~prudhomm
> | ICQ UIN: 24560867 Alias: Jesunix
> |
> | The Second Law of Thermodynamics: If you think things are in a mess now, just wait!
> | -- Jim Warner
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iEYEARECAAYFAjsv3uAACgkQoY+0C9S+FFCtmACfZSN0FxgOAlfAqqKpatdbH3/t
> 5RkAn2yeC9ivRAXmqjA2MzGHCHwPl3gV
> =smCW
> -----END PGP SIGNATURE-----
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: