On 19/04/17 01:28, Bruno Haible wrote:
Tom G. Christensen wrote:
On Solaris 2.6 and 7 there is the additional issue of missing MAP_ANONYMOUS:
In file included from vma-iter.c:41:0:
/usr/include/sys/procfs.h:44:2: error: #error "Cannot use procfs in the
large file compilation environment"
vma-iter.c: In function 'vma_iterate':
vma-iter.c:545:27: error: 'MAP_ANONYMOUS' undeclared (first use in this
function)
vma-iter.c:545:27: note: each undeclared identifier is reported only
once for each function it appears in
make[4]: *** [vma-iter.o] Error 1
Fixed as follows. Thanks for the report!
Thank you, builds have now completed on Solaris 2.6 and 7.
-tgc