[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HPUX compilation problem



Michael Lerperger <lerperg@husc.harvard.edu> writes:
> 
> Anybody seen this? Seems to build but fail the test.
> 
> $ make
> test -d linkkit || ln -s . linkkit
> test -d base || ln -s . base
> test -d bindings || mkdir bindings
> ./lisp.run -m 800kw -N po/locale -x "(load \"init.lsp\")
> (sys::%saveinitmem) (exit)"
> cannot map memory to address 0xA0890000[end]cannot map memory to address
> 0x errno = ENOMEM: Not enough memory.
> cannot map memory to address 0xA0890000[end]cannot map memory to address
> 0x errno = ENOMEM: Not enough memory.
> 
> 
> OS:         HP-UX A.09.03 A 9000/755 
> COMPILER:   gcc v2.7.2.1

Add  -DNO_TRIVIALMAP  to the CFLAGS in the Makefile. Then remove
all the *.o files and retry "make".

Explanation: Apparently the configuration-time mmap test now succeeds
on HP-UX, which it didn't in the past.

Bruno