Re: Disabling PIE in Makefile

2016-12-06 Thread Alexander Burger
@Jon Kleiser and other Mac users, concerning the long-time problem of building pil64 on Mac OS: On Tue, Dec 06, 2016 at 09:06:24AM +0100, Alexander Burger wrote: > Hi all, > > Debian Testing now links by default as Position Independent Executables. > > Unfortunately, the PicoLisp VM won't run

Disabling PIE in Makefile

2016-12-06 Thread Alexander Burger
Hi all, Debian Testing now links by default as Position Independent Executables. Unfortunately, the PicoLisp VM won't run in this mode on x86-64 CPUs, so I added a 'PIE' variable to src64/Makefile. For the time being, it is commented out by default: ifeq ($(UNAME), Linux) ...