axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] build axiom on amd64 (= x86_64) linux Suse/Novell


From: Jean-Pierre Vial
Subject: [Axiom-developer] build axiom on amd64 (= x86_64) linux Suse/Novell
Date: Sun, 26 Nov 2006 11:01:25 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20060911)

since the linux binary version does not work
on my Suse/Novell 10.1 amd64 machine
I had to build from source (source from svn, silver version).
I met two problems, fortunately not too difficult:

(1)
 configure just identifies the system as linux, and this leads to
linking errors. The makefile.pamphlet must be modified
so that the variables XLIB and LDF point to 64 bits libraries
XLIB='/usr/x11R6/lib64'
LDF=' -L /usr/x11R6/lib64 -L/usr/lib64 -L/lib64'

and CCF must be supplemented with "-m64"
to make sure that everything is coherent.

(2)
in (axiomdir)/src/doc/bookvol1.pamphlet
two definitions must be erased or commented-out because they are already
in axiom.sty

%% spadgraph are the actual text that you type at the axiom prompt for draw
\newcommand{\spadgraph}[1]%
{\begin{flushleft}{\tt #1}\end{flushleft}\vskip .1cm }

% spadfunFrom records the function name and domain in the index
\newcommand{\spadfunFrom}[2]{{\bf #1}\index{#1 @\begingroup \string\bf{}
#1 \endgroup}\index{#2}}

When they are present, latex hangs, without error message since it is
run in non-interactive mode.
-- 
Jean-Pierre Vial




reply via email to

[Prev in Thread] Current Thread [Next in Thread]