This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PGP, or otherwise


Hi,

Don't know if in this case outdated info is better
than no information at all. However, I'd tried 
porting gnupg-1.0.0 awhile back. Got at far as the
follg. undefined "WinMain@16" error, and did not 
pursue further due to Werner Koch's warnings that
not having a well-formed way to /dev/rnd on Win32 
makes such a port disingenuous.

>> Just a summary of the results so far..
   (1) The gnupg-1.0.0 port to cygwin-b20.1 needs 
       GCC 2.95-19990728+ from Mumit, 
       cygwin32_ipc-1.03 from 
       http://www.multione.capgemini.fr/tools/pack_ipc
       
       or
       http://dods.jpl.nasa.gov/WinPort/DodsPort.html.
   (2) In cipher/rndunix.c, modify 
       #include<sys/signal.h>
       to <signal.h>. Comment out the sys/ipc.h & 
       sys/shm.h includes.
   (3) ./configure --target=i586-pc-cygwin 
                        --disable-asm
                        --disable-nls 
                        --disable-shared. 
   (4) Define HAVE_STRICMP config.h, & make -d to
       get the "WinMain@16" errmsg below..
       >> In function `main':
       >>
/home/noer/src/b20/comp-tools/devo/winsup/libcmain.cc:38:
undefined reference to `WinMain@16'

Hope this helps,
- varun

>>
I can't remember by reasoning now but I think it was
to stop it
attempting to build the Unix and Linux RNG modules.
I've just tried
again, starting with:

./configure --enable-static-rnd=egd
--disable-dev-random

Simon
>>


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]