On Wed, 13 Mar 2002, Jor-el wrote: > On Wed, 13 Mar 2002, Adam Heath wrote: > > > ps: I note you are not using mmap(the above line is #ifdef'd out when mmap > > is > > enabled. Does aix not work with mmap? > >
> [snip] The code in lib/parse.c only uses mmap if HAVE_MMAP is defined. And the configure script tests for mmap, and then sets the above define. So, you need to figure out why the configure script is setting HAVE_MMAP, when mmap doesn't work. Additionally, you could add an option to configure.in to always disable the use of mmap.

