On 10/01/2014 04:40 PM, Bill Page wrote:
> I have committed my changes for the texmacs interface to svn.  I can
> confirm that the full build works using SBCL 1.1.11-2.1.4-suse on
> 64-bit OpenSuse 13.1.  I have not tested on any non-unicode supporting
> lisps.
> 
> One minor note:  I can to modify the 3rd line of '/usr/localbin/fricas' from:
> 
> AXIOM="${exec_prefix}/lib/fricas/target/x86_64-suse-linux"
> 
> to:
> 
> AXIOM="${exec_prefix}/lib64/fricas/target/x86_64-suse-linux"
> 
> Apparently configure still does not set the library/executable path
> variable correctly on this platform.

That's not a configure problem.

https://github.com/fricas/fricas/blob/master/Makefile.in#L151

I guess this line

echo AXIOM='"$${exec_prefix}/lib/fricas/target/$(target)"' >>
'${COMMAND}'.tmp

should be changed into something like

echo AXIOM='"${libdir}/fricas/target/$(target)"' >> '${COMMAND}'.tmp

But Waldek apperently wanted to be able to set FRICAS_PREFIX in order to
be able to override exec_prefix. I.e. using libdir in this place will
probably not be approved by Waldek.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to