Re: [Rd] Different gcc versions

2005-08-20 Thread Dirk Eddelbuettel
Göran, On 20 August 2005 at 13:54, Göran Broström wrote: | I have both gcc-3.4 and gcc-4.0(.1) installed on my system | (debian-amd64 unstable), with links /usr/bin/gcc, g77, etc. to | the 3.4 versions. When I build R, the 3.4 version is picked up, | which is fine. | | However, when I 'install

[Rd] Different gcc versions

2005-08-20 Thread Göran Broström
I have both gcc-3.4 and gcc-4.0(.1) installed on my system (debian-amd64 unstable), with links /usr/bin/gcc, g77, etc. to the 3.4 versions. When I build R, the 3.4 version is picked up, which is fine. However, when I 'install.packages("xyz")', R uses gcc-4.0 and gfortran-4.0! Should I accept thi