[R-SIG-Mac] R-1.7.1 with new gcc-3.3

Stefano Iacus jago at mclink.it
Tue Jul 8 22:43:59 MEST 2003


I was used to define inside src/unix/aqua.c (or devQuartz.c) the symbol  
DEBUG to 0.

But are you building 1.7.1 or R-devel?
stefano

p.s. I have implemented many new features in RAqua (R-devel) but I have  
not committed all of these changes yet. They will be out in a couple of  
days if I finish them in time.


On Martedì, lug 8, 2003, at 19:40 Europe/Rome, Byron Ellis wrote:

> I also got the Aqua version to build though I ran into some trouble  
> with the Debugging.h Carbon header. There's something in there that  
> gcc-3.3 really didn't like. I commented out a series of innocuous  
> looking #define's that caused the problem (for no apparent reason) and  
> everything built fine, but I have no idea why those particular  
> preprocessor instructions would cause problems.
>
> I don't know if its just some weirdness with my Debugging.h, but the  
> symptom is complaints about a bad left hand token during assignment  
> IIRC.
>
> On Tuesday, July 8, 2003, at 12:54  PM, Jan de Leeuw wrote:
>
>> If you want to build Darwin/X11 R with Apple's new gcc-3.3, then this  
>> is
>> possible. In fact, you can even set MACOS_DEPLOYMENT_TARGET
>> to 10.2 (and thus use weak libraries) and you will no longer
>> see the irritating warnings about /usr/local/include. Follow Stefano's
>> instructions at
>>
>> http://www.economia.unimi.it/R/
>>
>> but use Gaurav Khanna's g77-3.3 instead of 3.1
>>
>> Make sure you have /usr/bin before /usr/local/bin in your path. Then  
>> do
>>
>> sudo gcc_select 3.3
>> setenv FPICFLAGS -fno-common
>> setenv LDFLAGS -lcc_dynamic
>>
>> configure --with-tcl-config=/usr/local/lib/tclConfig.sh  
>> --with-tk-config=/usr/local/lib/tkConfig.sh --enable-R-shlib  
>> --with-blas='-framework vecLib' --with-lapack
>>
>> Then build and install. Although configure still indicates
>> some problems with the fortran compiler, this build passed all
>> checks. It is supposedly faster, but I have not tested this.
>>
>> ===
>> Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
>> Editor: Journal of Multivariate Analysis, Journal of Statistical  
>> Software
>> US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
>> phone (310)-825-9550;  fax (310)-206-5658;  email:  
>> deleeuw at stat.ucla.edu
>> homepage: http://gifi.stat.ucla.edu
>>   
>> ---------------------------------------------------------------------- 
>> ---------------------------
>>           No matter where you go, there you are. --- Buckaroo Banzai
>>                    http://gifi.stat.ucla.edu/sounds/nomatter.au
>>
>> _______________________________________________
>> R-SIG-Mac mailing list
>> R-SIG-Mac at stat.math.ethz.ch
>> https://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac
>>
> Byron Ellis (bellis at hsph.harvard.edu)
> "Oook" - The Librarian
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://www.stat.math.ethz.ch/mailman/listinfo/r-sig-mac
>



More information about the R-SIG-Mac mailing list