[Vm-dev] libtool unrecognized option `--preserve-dup-deps'

Holger Freyther holger at freyther.de
Sun Feb 26 09:47:39 UTC 2017


> On 26 Feb 2017, at 16:33, Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com> wrote:
> 
> 


> Last time I tried to build spur vm on ubuntu 14, the vm compilation did not succeed (don't remember how but I can replay it).
> I got to install an old version of autotools before being able to make configure from platforms/unix/config
> That did not solve anything because now the vm compilation barks about mmap being required.

For mmap you want something like this[1]. I have not fully read the macro but I think the AC_FUNC_MMAP runs into the mmap_min_addr restriction[2]. But as most people use a binary version of the VM there is little point to check that the system that built the software had a working version (and since the late 90s mmap generally works).

holger

[1] https://github.com/pharo-project/pharo-vm/commit/43461db5c154d8c47f3c504a67e55b9890839c74
[2] https://wiki.debian.org/mmap_min_addr


More information about the Vm-dev mailing list