> Further to our previous emailing, I received this response to my question > from a guy from HP in comp.sys.hp.hpux. > > I thought it might be of help to you. > > ---------- Forwarded message ---------- > : Sep 1 21:29:13 roccache nntpcached[1488]: nntpcache.c:570:Invalid > : argument: couldn't attach mmap() region. abort. > > HP-UX mmap() much prefers to pick the address to which the file should > be attached itself. You might find more details on that in the > manpage. > > rick jones > these opinions are mine, all mine; HP might not want them anyway... :) > -- end of forwarded message -- You could try the following: #ifdef MMALLOC # define MMAP_BASE_ADDRESS 0x20000000 #endif #ifdef MMALLOC # define MMAP_BASE_ADDRESS 0 #endif Or some other value. Cheers, Julian.