Hi Camm, One more issue/request: At the moment compiler::*ld* does not -just- designate the linker. It contains also flags (and arguments) to the linker proper. I believe that should be splitted as follows:
-- compiler::*ld*: a string that designates the name of the linker -- compiler::*ld-flags*" a string (or list of string?) that holds necssary arguments to the linker Otherwise, it is almost impossible to test cross-builds that use a linker different from the host linker (or use a custom linker, e.g. "g++" instead of "gcc") with GCL. The same issue holds for compiler::*cc* too. Thanks, -- Gaby _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel