The R Project SVN R

Rev

Rev 3921 | Rev 4038 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3921 Rev 4036
Line 1... Line 1...
1
SUCCESSFUL BUILDS
1
SUCCESSFUL BUILDS
2
 
2
 
3
R is known to configure and compile on the following platforms.
3
R is known to configure, compile and run correctly on at least the
4
If you have success on any others, let us know the platform names
-
 
5
and any changes you had to make so we can update this file and
-
 
6
our installation procedures.
-
 
7
 
-
 
8
	PLATFORM			COMPILER	NOTES
-
 
9
 
-
 
10
	i386-unknown-freebsd2.2.5	gcc / f77
-
 
11
	i386-unknown-linux debian 1.3	gcc / g77
-
 
12
	i386-unknown-linux debian 2.0	egcs/ g77
-
 
13
	i386-unknown-linux Redhat 4.2	egcs/ g77
-
 
14
	i386-unknown-linux Redhat 4.2	gcc / f2c
-
 
15
	i386-unknown-linux RedHat 5.0 	(??)
-
 
16
	ppc-unknown-linux  LinuxPPC 4	egcs/ g77
-
 
17
	i386-unknown-linux SuSe 6.0	egcs/ f77
-
 
18
	mips-sgi-irix6.2		cc  / f77	(1)
-
 
19
	sparc-sun-solaris2.5.1		gcc / g77
-
 
20
		"			gcc / f77	(3)
-
 
21
		"			cc  / f77
-
 
22
	sparc-sun-solaris2.6		gcc / f77 
-
 
23
	sparc-sun-solaris2.6		cc  / f77
-
 
24
	alpha-dec-osf4			gcc		(4)
-
 
25
 
-
 
26
	OLD (pre 0.62 systems)
-
 
27
 
-
 
28
	hppa1.1-hp-hpux9.07		c89 		(2)
-
 
29
	hppa1.1-hp-hpux10.20		c89
-
 
30
	alpha-dec-osf3.2		cc
-
 
31
 
-
 
32
NOTES
-
 
33
 
-
 
34
(1)	Perl version 5 must be installed in order to build
-
 
35
	the documentation.  (The SGI supplied Perl is version 4).
-
 
36
 
-
 
37
(2)	The Makefile in src/main must be edited manually after
-
 
38
	configuration and the reference to the library "-lSM"
-
 
39
	removed.
-
 
40
 
-
 
41
(3) 	A number of  users appear to have installation problems with f77,
-
 
42
	requiring the f77 library directory to be explicitly 
-
 
43
	specified in -L and -R 
-
 
44
 
-
 
45
(4)     (Greg Snow <snow@biostat.washington.edu>)
-
 
46
 
-
 
47
	It needed the -mieee-with-inexact flag (the default config used 
-
 
48
	-ieee_with_inexact, note the m and the switch from _ to -)
-
 
49
 
-
 
50
	I also changed a line in plot.c, the line was around 411 (I
-
 
51
	added some printf's for debugging so this is probably not the
-
 
52
	original line number)
4
following platforms.  
53
 
-
 
54
	the original line was:
-
 
55
    if (FINITE(asp) && asp > 0 ) {
-
 
56
	my new line is:
-
 
57
    if (FINITE(asp) && asp > 0 && asp != NA_REAL ) {
-
 
58
 
-
 
59
	Apparently my setup thinks that NA_REAL is positive finite so
-
 
60
	the change was neccesary.
-
 
61
 
5
 
-
 
6
0.63.3	i386	Linux Debian 2.1
-
 
7
		Linux Redhat 5.1, 5.2
-
 
8
		Linux SuSe 5.3, 6.0
-
 
9
		FreeBSD 2.2.5
-
 
10
 
-
 
11
	alpha	DEC OSF 4.0
-
 
12
 
-
 
13
	sparc	Linux RedHat 5.2
-
 
14
		Sun Solaris 2.6, 2.7
-
 
15
 
-
 
16
	ppc	Linux LinuxPPC 4
-
 
17
 
-
 
18
0.64.0	i386	Linux Debian 2.0
-
 
19
 
-
 
20
	sparc	Sun Solaris 2.5.1, 2.6
-
 
21
 
-
 
22
	hppa	HPUX 10.20
-
 
23
 
-
 
24
See below for more details and contact information.
-
 
25
 
-
 
26
If you have success on any others, please notify us by filling in the
-
 
27
template and the end of this file.  Make sure to mention any changes you
-
 
28
had to make so we can update this file and our installation procedures.
-
 
29
 
-
 
30
NOTE: a `successful' build is one that passes `make check'!
-
 
31
 
-
 
32
NAME       	Douglas Bates
-
 
33
EMAIL      	bates@stat.wisc.edu
-
 
34
VERSION    	0.63.3
-
 
35
PLATFORM   	i386-unknown-linux
-
 
36
SYSTEM     	Debian 2.1
-
 
37
CC		egcs
-
 
38
FC		g77
-
 
39
MAKE		make
-
 
40
 
-
 
41
NAME		Martyn Plummer
-
 
42
EMAIL		plummer@iarc.fr
-
 
43
VERSION         0.63.3
-
 
44
PLATFORM        i386-unknown-linux
-
 
45
SYSTEM          Redhat 5.1
-
 
46
CC		gcc
-
 
47
FC		egcs-g77
-
 
48
MAKE		make
-
 
49
 
-
 
50
NAME		Göran Broström
-
 
51
EMAIL		gb@stat.umu.se
-
 
52
VERSION         0.63.3
-
 
53
PLATFORM        i386-unknown-linux
-
 
54
SYSTEM          Redhat 5.2
-
 
55
CC		gcc
-
 
56
FC		egcs-g77
-
 
57
MAKE		make
-
 
58
 
-
 
59
NAME            Albrecht Gebhardt
-
 
60
EMAIL           albrecht.gebhardt@uni-klu.ac.at
-
 
61
VERSION         0.63.3
-
 
62
PLATFORM        i386-unknown-linux
-
 
63
SYSTEM          SuSE 5.3
-
 
64
CC		egcs-2.91.57
-
 
65
FC		GNU Fortran 0.5.24-19980804
-
 
66
MAKE		GNU Make version 3.76.1
-
 
67
NOTES		native SuSE 5.3 gcc/g77 do not work
-
 
68
 
-
 
69
NAME            Albrecht Gebhardt
-
 
70
EMAIL           albrecht.gebhardt@uni-klu.ac.at
-
 
71
VERSION         0.63.3
-
 
72
PLATFORM        i386-unknown-linux
-
 
73
SYSTEM          SuSE 6.0
-
 
74
CC		egcs-2.91.60
-
 
75
FC		GNU Fortran 0.5.24-19980804
-
 
76
MAKE		GNU Make version 3.76.1
-
 
77
 
-
 
78
NAME		Osman Buyukisik
-
 
79
EMAIL		osman@cinternet.net
-
 
80
VERSION         0.63.3
-
 
81
PLATFORM        i386-unknown-linux
-
 
82
SYSTEM          SuSE 6.0
-
 
83
CC		gcc
-
 
84
FC		egcs-g77
-
 
85
MAKE		make
-
 
86
 
-
 
87
NAME            Albrecht Gebhardt
-
 
88
EMAIL           albrecht.gebhardt@uni-klu.ac.at
-
 
89
VERSION         0.63.3
-
 
90
PLATFORM        alpha-dec-osf4.0
-
 
91
SYSTEM          Digital Unix 4.0E
-
 
92
CC		DEC C V5.8-009 on Digital UNIX V4.0 (Rev. 1091)
-
 
93
FC		DIGITAL Fortran 77 V5.1 for DIGITAL UNIX
-
 
94
MAKE		GNU Make version 3.76.1
-
 
95
 
-
 
96
NAME            Brian Ripley
-
 
97
EMAIL           ripley@stats.ox.ac.uk
-
 
98
VERSION         0.63.3
-
 
99
PLATFORM        sun-sparc-solaris2.6
-
 
100
SYSTEM          
-
 
101
CC		gcc 2.8.1
-
 
102
FC		f77 SC4.2
-
 
103
MAKE		GNU make
-
 
104
 
-
 
105
NAME            Brian Ripley
-
 
106
EMAIL           ripley@stats.ox.ac.uk
-
 
107
VERSION         0.63.3
-
 
108
PLATFORM        sun-sparc-solaris2.6
-
 
109
SYSTEM          
-
 
110
CC		cc SC4.2
-
 
111
FC		f77 SC4.2
-
 
112
MAKE      	GNU make
-
 
113
 
-
 
114
NAME            Brian Ripley
-
 
115
EMAIL           ripley@stats.ox.ac.uk
-
 
116
VERSION         0.63.3
-
 
117
PLATFORM        sun-sparc-solaris2.6
-
 
118
SYSTEM          
-
 
119
CC		egcs 1.1 gcc
-
 
120
FC		egcs 1.1 g77
-
 
121
MAKE		GNU make
-
 
122
 
-
 
123
NAME		Thomas Lumley
-
 
124
EMAIL		thomas@biostat.washington.edu
-
 
125
VERSION		0.63.3
-
 
126
PLATFORM	sun-sparc-solaris2.7
-
 
127
SYSTEM		
-
 
128
CC		gcc 2.8.1
-
 
129
FC		f77 SC4.2
-
 
130
MAKE		GNU make
-
 
131
 
-
 
132
NAME       	Göran Broström
-
 
133
EMAIL      	gb@stat.umu.se
-
 
134
VERSION    	0.63.3
-
 
135
PLATFORM   	sun-sparc-linux
-
 
136
SYSTEM     	Redhat 5.2
-
 
137
CC		egcs
-
 
138
FC		egcs-g77
-
 
139
MAKE 		make
-
 
140
 
-
 
141
NAME       	Kurt Hornik
-
 
142
EMAIL      	Kurt.Hornik@ci.tuwien.ac.at
-
 
143
VERSION    	0.64.0(1999/04/03)
-
 
144
PLATFORM   	i586-unknown-linux
-
 
145
SYSTEM     	Debian 2.0
-
 
146
CC 		gcc 2.7.2.3
-
 
147
FC		egcs-2.90.29 980515 (egcs-1.0.3 release)
-
 
148
MAKE		GNU make 3.76.1
-
 
149
 
-
 
150
NAME       	Nicholas Lee
-
 
151
EMAIL      	njl25@cam.ac.uk
-
 
152
VERSION    	0.64.0 Unstable
-
 
153
PLATFORM   	i586-unknown-linux
-
 
154
SYSTEM     	Debian 2.2 Unstable
-
 
155
CC		egcs-1.1.2 gcc
-
 
156
FC		egcs-1.1.2 g77
-
 
157
MAKE		make
-
 
158
 
-
 
159
NAME		Martin Maechler
-
 
160
EMAIL		maechler@stat.math.ethz.ch
-
 
161
VERSION         0.64(1999/04/01)
-
 
162
PLATFORM        sparc-sun-solaris2.5.1
-
 
163
SYSTEM          sun4u SUNW,Ultra-1
-
 
164
CC		gcc 2.8.1
-
 
165
FC		f77 SC4.2
-
 
166
MAKE		Sun make
-
 
167
 
-
 
168
NAME		Martin Maechler
-
 
169
EMAIL		maechler@stat.math.ethz.ch
-
 
170
VERSION         0.64(1999/04/01)
-
 
171
PLATFORM        sparc-sun-solaris2.5.1
-
 
172
SYSTEM          sun4u SUNW,Ultra-1
-
 
173
CC		gcc 2.8.1
-
 
174
FC		f77 SC4.2
-
 
175
MAKE		GNU make
-
 
176
 
-
 
177
NAME            Brian Ripley
-
 
178
EMAIL           ripley@stats.ox.ac.uk
-
 
179
VERSION         0.64
-
 
180
PLATFORM        sun-sparc-solaris2.6
-
 
181
SYSTEM          
-
 
182
CC		gcc 2.8.1
-
 
183
FC		f77 SC4.2
-
 
184
MAKE		Sun make
-
 
185
 
-
 
186
NAME            Brian Ripley
-
 
187
EMAIL           ripley@stats.ox.ac.uk
-
 
188
VERSION         0.64
-
 
189
PLATFORM        sun-sparc-solaris2.6
-
 
190
SYSTEM          
-
 
191
CC		cc SC4.2
-
 
192
FC		f77 SC4.2
-
 
193
MAKE		Sun make
-
 
194
 
-
 
195
NAME            Brian Ripley
-
 
196
EMAIL           ripley@stats.ox.ac.uk
-
 
197
VERSION         0.64
-
 
198
PLATFORM        sun-sparc-solaris2.6
-
 
199
SYSTEM          
-
 
200
CC		egcs 1.1 gcc
-
 
201
FC		egcs 1.1 g77
-
 
202
MAKE		GNU make
-
 
203
 
-
 
204
NAME		Osman Buyukisik
-
 
205
EMAIL		osman@cinternet.net
-
 
206
VERSION         0.64
-
 
207
PLATFORM        hppa2.0
-
 
208
SYSTEM          hpux10.20
-
 
209
CC		egcs
-
 
210
FC		f2c
-
 
211
MAKE		GNU make
-
 
212
 
-
 
213
NAME		
-
 
214
EMAIL		
-
 
215
VERSION         
-
 
216
PLATFORM        
-
 
217
SYSTEM          
-
 
218
CC		
-
 
219
FC		
-
 
220
MAKE