<div dir="ltr"><div>So now I remember why I have the 32-bit version of Euphoria installed on the Linux nightly build machine.<br><br></div>The hspeak build fails because gcc doesn't understand --no-pie<br><div><br><div><br>gcc -o /home/james/src/ohr/wip/hspeak init-.o hspeak.o main-.o hspeak_0.o hspeak_1.o hspeak_2.o hspeak_3.o hspeak_4.o hsspiffy.o file.o sort.o get.o graphics.o machine.o math.o types.o unicode.o ucstypes.o io_with_unicode.o 0achine.o memory.o dll.o  /usr/share/euphoria/bin/eu.a -m64 -ldl -lm -lpthread -no-pie<br>gcc: error: unrecognized command line option '-no-pie'<br>hspeak.mak:97: recipe for target '/home/james/src/ohr/wip/hspeak' failed<br>make: *** [/home/james/src/ohr/wip/hspeak] Error 1<br>make: Leaving directory '/home/james/src/ohr/wip/build/hspeak'<br>scons: done building targets.<br>james@ixrat:~/src/ohr/wip$ euc -v<br>Euphoria to C Translator v4.1.0 development<br>   64-bit Linux, Using System Memory<br>   Revision Date: 2015-02-02 14:18:53, Id: 5861:57179171dbed<br>james@ixrat:~/src/ohr/wip$ gcc --version<br>gcc (Debian 4.9.2-10) 4.9.2<br>Copyright (C) 2014 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br><br></div><div>I am wondering if the easiest way to resolve this might be to upgrade the virtual machine from Debian 8.x to 9.x and hopefully get a version of gcc that does not have this problem.<br><br></div><div>For now, I am leaving the 64-bit version of euphoria installed on the vm, so the 64-bit nightly builds are going to remain broken until I have figured out a solution.<br><br>---<br></div><div>James<br></div></div></div>