> Hello list, > > I've just tried to compile neko 1.5.3 on Linux (Fedora Core 4) and > got an error message immediately: > > cc1: error: unrecognized command line option "-fno-stack-protector" > > Everything seemed to compile fine before the update...
Yes, this is troublesome : - on GLIBC 2.4, I need to use -fno-stack-protector so users with older GLIB versions can run neko - OTOH, if you build without GLIBC 2.4 -fno-stack-protector is not available. Anyone know how I can define a global GCC switch outside of the Makefile or downgrade my glibc to prev-2.4 ? You can remove -fno-stack-protector from both Makefile and src/tools/install.neko Nicolas -- Neko : One VM to run them all (http://nekovm.org)
