
wk at gnupg
Dec 11, 2006, 11:32 PM
Post #3 of 3
(461 views)
Permalink
|
On Tue, 12 Dec 2006 06:41, henman [at] it said: > Though cygwin does not use dos-ish pathnames, shouldn't it have the follwing setting?? > > have_w32_system=yes Definitely not. Cygwin is a Unix emulation and as such it is very different from the W32 API. > I don't know if this is used for creating dlls or not? It is used for all kind of stuff. It is actually an alias for _WIN32, a name some folks don't like to use in connection with Free Software ;-) > Please take a look at configure.ac and add a case for *-*-cygwin* and > set the appropriate flags to enable w32 dll libraries for gpgme to be built. If it does not work like a basic Unix system, something would wrong with Cygwin. Note, that you need to use aCygwin build of gpg.exe wiith a Cygwin build pf gpgme - you can't mix them. Shalom-Salam, Werner _______________________________________________ Gnupg-devel mailing list Gnupg-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-devel
|