Re: [Rd] R + OS X + gcc 3.5 = not quite there ..

2004-08-01 Thread Simon Urbanek
On Jul 31, 2004, at 9:15 PM, Jan de Leeuw wrote: [cabledoc70:Developer/R/R-devel] deleeuw% bin/R Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : internal error in decompress1 I forgot to post it here, but the problem I had was in libz (thanks to Luke for some tips). When I

Re: [Rd] R + OS X + gcc 3.5 = not quite there ..

2004-07-31 Thread Jan de Leeuw
I tried R-devel (07/31/04) with setenv CC gcc-3.5 setenv F77 gfortran setenv CXX g++-3.5 Here gfortran is g-95, version 3.5, from Gaurav's site. Configure goes fine, build goes fine, except for problems with macro-expansion in plot.c, similar to the one you mention in starma.c. After clobbering

[Rd] R + OS X + gcc 3.5 = not quite there ..

2004-07-11 Thread Simon Urbanek
I tried to compile R (current R-patched to be more precise) with gcc 3.5 by Apple (which will be probably shipped with Tiger) and here's how far I got: 1) compilation itself was fine except for one exception: ../../../../../../R-patched/src/library/stats/src/starma.c: In function `forkal':