OK, but what I find a bit imperfect is that in configure.ac it is called fricas_fasl_type and in config/var-def.mk it is LISPOBJEXT and FASLEXT. Why not also call it by the latter names in configure.ac?
Ralf On 07/28/2010 08:50 AM, Waldek Hebisch wrote:
Ralf Hemmecke wrote:What is the variable fricas_fasl_type2 used for? I don't know what ecl returns as the fasl_type, but why is it first computed and then hardcoded to "o"? configure.ac: fricas_fasl_type2=$fricas_fasl_type case $fricas_lisp_flavor in ecl) fricas_fasl_type="o" ;; *) ;; esacWith ECL we have two kinds of compiled Lisp files: linkable ones (with extension ".o") and loadable ones (shared libraries). The computed extensions is for loadable ones. But main FriCAS executable is linked and we need linkable files for this.
-- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
