bug-gnulib
[Top][All Lists]
Advanced

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

Re: vma-iter: support Solaris


From: Tom G. Christensen
Subject: Re: vma-iter: support Solaris
Date: Tue, 18 Apr 2017 21:48:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 19/03/17 16:38, Bruno Haible wrote:
I'm adding support for Solaris to the 'vma-iter' module.
It's useful for GNU clisp.


This is causing my daily gnulib builds to fail on Solaris.

On Solaris 8 and 9 I'm seeing this error:

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"
 #error "Cannot use procfs in the large file compilation environment"
  ^
make[4]: *** [vma-iter.o] Error 1

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

-tgc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]