File: configure

package info (click to toggle)
axiom 20140801-12
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 688,632 kB
  • ctags: 840
  • sloc: lisp: 3,601; ansic: 711; makefile: 465; cpp: 223; sh: 162
file content (43 lines) | stat: -rwxr-xr-x 1,436 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
echo Axiom is known to build on the following systems:
echo
echo SYSNAME ---- SYSTEM
echo =========================================================
echo redhat72 --- RedHat 7.2 linux
echo redhat9 ---- RedHat 9 linux
echo debian ----- Debian linux
echo opensuse --- OpenSuse linux
echo ubuntu ----- Ubuntu linux
echo fedora3 ---- Fedora Core 3 linux
echo fedora5 ---- Fedora 5 linux
echo fedora6 ---- Fedora 6 linux
echo fedora7 ---- Fedora 7 linux
echo fedora8 ---- Fedora 8 linux
echo fedora9 ---- Fedora 9 linux
echo fedora8-64 - Fedora 8 linux on 64 bit platform
echo fedora64 --- Fedora generic 64 bit build
echo gentoo ----- Gentoo generic build
echo linux ------ generic linux
echo macosxppc -- Mac OSX 10.4 with XCode installed
echo 
echo To use this information to build Axiom, decide which system is
echo closest to your configuration and look under the SYSNAME column.
echo 
echo Assuming you put Axiom in /home/me/axiom you would type:
echo 
echo export AXIOM=/home/me/axiom/mnt/SYSNAME
echo export PATH=\$AXIOM/bin:\$PATH
echo make
echo 
echo Note: On macosxppc type \"make AWK=awk\" instead
echo 
echo If the system fails to build the likely cause is SELinux.
echo See the faq.
echo
echo For new information and details see
echo http://axiom.axiom-developer.org
echo 
echo For binary downloads see
echo http://axiom.axiom-developer.org/axiom-website/download.html
echo 
echo Mail bug reports to axiom-developer@nongnu.org