I tried compiling R-devel from the subversion sources using gcc 3.4.1 and it fails in make check at d-p-q-r-tests. It compiles and works using gcc 3.3.4. Can post more details if needed (don't remember the exact error off the top of my head). Linux-i686. -- robert.kruus at utoronto.ca linux: the choice of a GNU generation (ksh at cis.ufl.edu put this on Tshirts in '93)
I encountered a similar problem with 1. Intel compilers. 2. gcc when I turn off optimizations (no -Ox) -----Original Message----- From: Robert Kruus [mailto:robert.kruus at utoronto.ca] Sent: Friday, August 20, 2004 3:14 PM To: r-help at stat.math.ethz.ch Subject: [R] R-devel and gcc 3.4 I tried compiling R-devel from the subversion sources using gcc 3.4.1 and it fails in make check at d-p-q-r-tests. It compiles and works using gcc 3.3.4. Can post more details if needed (don't remember the exact error off the top of my head). Linux-i686. -- robert.kruus at utoronto.ca linux: the choice of a GNU generation (ksh at cis.ufl.edu put this on Tshirts in '93) ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Seems to be something with the Os flag. Will investigate further. On Fri, 20 Aug 2004 18:24:18 -0400 Robert Kruus <robert.kruus at utoronto.ca> wrote:> gcc. Sorry for the double post. > > On Fri, 20 Aug 2004 23:02:32 +0200 it is rumored > that Martin Maechler <maechler at stat.math.ethz.ch> wrote: > > > >>>>> "Robert" == Robert Kruus <robert.kruus at utoronto.ca> > > >>>>> on Fri, 20 Aug 2004 16:33:33 -0400 writes: > > > > Robert> Here: CFLAGS=-Os -march=athlon-xp -pipe > > Robert> -fomit-frame-pointer -ftracer > > > > is this now gcc (w/o -O) or the intel one? > > > > In any case, your numeric results seem completely off target, > > not just slightly inaccurate.. > > > > Robert> Will try some other flags to see if that is an > > Robert> issue. > > > <---SNIP---> > > -- > robert.kruus at utoronto.ca > If little else, the brain is an educational toy. > -- Tom Robbins > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html >