On Sun, 2006-08-27 at 17:05 +0200, Markus Elfring wrote: > > That's OK: this is a known and as yet unresolved problem. > > Cygwin supports mmap, but only Linux has the flag > > ANONYMOUS > > which allows mapping pages from your standard paging file. > > > The "MAP_ANON" option is also available for MacOS, FreeBSD, Solaris and > HP-UX.
Ok, thanks for that info .. doesn't work on Cygwin tho. Hmm .. MAP_ANON is a synonym for MAP_ANONYMOUS .. should I use the former? > Would you like to cooperate with a library to avoid such portability issues? > http://libdms.sourceforge.net/classdsMmapAnon.html libdms has a BSD licence which is cool. Also looks nice .. I'm downloading it. Perhaps we'll steal it :) -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
