From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: LD errors compiling source from gnupg-1.0.1.tar.gz Date: 27 Feb 2000 12:16:42 -0800 Organization: InterWorld Communications Lines: 22 Message-ID: <83bt52bdud.fsf@mercury.st.hmc.edu> References: <38B928AA DOT 3D79671D AT bigfoot DOT com> <38B95132 DOT 5826EEE6 AT is DOT elta DOT co DOT il> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: nntp1.interworld.net 951682739 95776 134.173.45.219 (27 Feb 2000 20:18:59 GMT) X-Complaints-To: usenet AT nntp1 DOT interworld DOT net NNTP-Posting-Date: 27 Feb 2000 20:18:59 GMT User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii writes: > Richard Dawe wrote: > > > > DJGPP does not have /dev/random, nor does it have /dev/urandom. > > This could be easily emulated with File System Extensions, no? Maybe. /dev/random is a strong random number generator. On Linux, it works by gathering various random events from the hardware (keyboard interrupt timing, mouse movement, noise from a microphone, etc) and hashing them. But it's a somewhat difficult proposition to continually gather all this info unless you are the kernel. GPG does have an Entropy Generating Daemon for systems without this kernel functionality. But I don't think you could use it on DOS, since it needs to run in the background. Windows could work. -- Nate Eldredge neldredge AT hmc DOT edu