Hum… Not sure where it is stored while building but your generated Makeconf file that is used to build R package should have a line CC = gcc -std=gnu99 but you only seem to have CC = gcc by the look of things. I guess we could check the effect of building R like so CC=“gcc -std=gnu99” ./sage -i r-3.1.2.p0
François > On 25/03/2015, at 07:33, Harald Schilly <[email protected]> wrote: > > > > On Saturday, March 21, 2015 at 3:05:16 PM UTC+1, Volker Braun wrote: > 7f1fbd5 Updated Sage version to 6.6.rc0 > > > > As usual, r fails to build for me. Ubuntu 14.04. > > http://boxen.math.washington.edu/home/schilly/logs/r-3.1.2.p0.log > > -- Harald > > > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
