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"
> ;;
> *)
> ;;
> esac
>
With 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.
--
Waldek Hebisch
[email protected]
--
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.