~ubuntu-branches/debian/squeeze/maxima/squeeze

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2006-10-18 14:52:42 UTC
  • mto: (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061018145242-vzyrm5hmxr8kiosf
ImportĀ upstreamĀ versionĀ 5.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
The "make check" step runs the Maxima test suite. The Maxima test
20
20
suite is also available at run time via the command run_testsuite();.
21
21
 
 
22
If locale under which Maxima is built is not C, POSIX or 
 
23
any English language locale then is is highly recommended
 
24
to run "make/make install" in C locale
 
25
        LANG=C make
 
26
        LANG=C make install
 
27
Otherwise problems with Maxima on-line help system (describe command)
 
28
can be expected.
 
29
 
 
30
On certain systems problem with Maxima under Clisp is reported.
 
31
When Maxima starts it gives the following error (exact content
 
32
of the message may vary) :
 
33
 
 
34
*** - invalid byte sequence #xED #x73 #x69 in CHARSET:UTF-8 conversion
 
35
The following restarts are available:
 
36
ABORT          :R1      ABORT
 
37
Break 1 [2]>
 
38
 
 
39
Quite likely this is Clisp installation problem.  One can check
 
40
this by running clisp command -- it should produce the same
 
41
error message.  Known workaround is to create empty .clisprc
 
42
file in user's home directory. 
 
43
 
 
44
 
22
45
Generic Autotools build instructions follow.
23
46
 
 
47
 
 
48
 
24
49
Basic Installation
25
50
==================
26
51