Greetings! I know Version_2_6_13pre works here, and of course tested 2.6.12 on macosx at that time, but I think that was before clang. Please let me know if you have problems with git Version_2_6_13pre. The issue below appears unrelated to clang, but rather an apparent attempt to compile lisp files with gcc level stack checking when the base gcl was compiled without stack checking. That' won't work. In general, the gcc compile flags (but for -O?, -g) should be the same for the base image and compiled .lsp files to be loaded.
Take care, Gabriel Dos Reis <[email protected]> writes: > Hi Camm, > > Have you tried GCL compiled with Clang on OS X? (Clang is the official OS X's > system compiler.) > > I just tried to build OpenAxiom with a GCL on OS X and it fails with > > Unrelocated non-local symbol: ___stack_chk_fail > > I was just wondering if it is a supported scenario. > > Best, > > -- Gaby > > _______________________________________________ > Gcl-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gcl-devel -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gcl-devel
