From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: mmap() in DJGPP Date: 26 Apr 2000 08:52:24 GMT Organization: Aachen University of Technology (RWTH) Lines: 16 Message-ID: <8e6ao8$7jj$1@nets3.rz.RWTH-Aachen.DE> References: <390689C2 DOT 22B4233E AT home DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 956739144 7795 137.226.32.75 (26 Apr 2000 08:52:24 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 26 Apr 2000 08:52:24 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Robin Johnson wrote: > I'm trying to port some linux stuff over to DJGPP, but all the > configure scripts keep asking for mmap(), and I can't for the life > of me find it. mmap() is not available in DJGPP. Period. Those Linux-borne programs will either have to get along without it, or they can't be ported. Note: just because the script *checks* for mmap() usually doesn't mean that the programs won't work without it, yet. If it really must have mmap(), the configure script will terminate with an appropriate message. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.