The R Project SVN R

Rev

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

Rev 36183 Rev 36479
Line 8... Line 8...
8
/R/rw2000, I used in /TEMP/R (any other directory will do, except the
8
/R/rw2000, I used in /TEMP/R (any other directory will do, except the
9
sources)
9
sources)
10
 
10
 
11
sh /R/R-2.3.0/configure --build=i386-pc-mingw32 --with-readline=no --with-x=no
11
sh /R/R-2.3.0/configure --build=i386-pc-mingw32 --with-readline=no --with-x=no
12
 
12
 
13
This ran fairly slowly, producing a src/include/config.h that differs
13
This ran fairly slowly, currently producing a src/include/config.h
14
only in that
14
that differs only in that
15
 
15
 
16
 - it found R_PRINTCMD = lpr on my system, but that is not used under 
16
 - it does not find the declarations of siglongjmp/sigsetjmp (in
17
   Windows, so the actual setting is irrelevant.
17
   psignal.h)
18
 
18
 
19
 - It found libreadline, not used under Windows.  
19
 - SUPPORT_UTF8 is defined, but that is not true on Windows.
20
 
20
 
21
Also, watch out for versions of the header files.  For example,
21
Also, watch out for versions of the header files.  For example,
22
<strings.h> was in mingw-runtime-1.2 and later, but not in the
22
<strings.h> was in mingw-runtime-1.2 and later, but not in the
23
Mingw-1.1 bundle.
23
Mingw-1.1 bundle.  These days we tend to insist on a current MinGW.
24
 
24
 
25
BDR 2002-04-15, 2003-02-10, 2004-06-28
25
BDR 2002-04-15, 2003-02-10, 2004-06-28, 2005-11-25
26
 
26
 
27
2) The Makefiles for building a distribution have been reorganized.  Now
27
2) The Makefiles for building a distribution have been reorganized.  Now
28
all of the decisions about what files go into the distributables are made
28
all of the decisions about what files go into the distributables are made
29
in installer/Makefile; the decisions about which component of the setup
29
in installer/Makefile; the decisions about which component of the setup
30
program each file goes into are made in installer/JRins.pl.
30
program each file goes into are made in installer/JRins.pl.