Skip to content

R-patched make warnings on Mandrake 9.0

4 messages · Paul Gilbert, Jan de Leeuw, Brian Ripley

#
I seem to recall a discussion about this a day or two ago, but I believe it was
on Solaris. On Linux, Mandrake 9.0,  when I make R-patched_2002-10-16 with gcc
3.2 I get lots of warnings like:
...
gcc -I../../../../include  -I/usr/local/include -D__NO_MATH_INLINES 
-mieee-fp  -fPIC  -g -O2 -c pacf.c -o pacf.o
cc1: warning: changing search order for system directory 
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
gcc -I../../../../include  -I/usr/local/include -D__NO_MATH_INLINES 
-mieee-fp  -fPIC  -g -O2 -c qr.c -o qr.o
cc1: warning: changing search order for system directory 
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
...

Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
This always happens with gcc 3.2, and is harmless.

You can avoid most of them (but not in the GNOME module) by setting
CPPFLAGS= (nothing).

I thought I had put something about this in R-admin.texi, but apparently
did not get it there for 1.6.0.
On Wed, 16 Oct 2002, Paul Gilbert wrote:

            

  
    
#
Harmless but annoying. It's gone in gcc-3.3.

On Wednesday, October 16, 2002, at 09:37 AM, <ripley@stats.ox.ac.uk>  
wrote:
===
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@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-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Wed, 16 Oct 2002, Jan de Leeuw wrote:

            
That's not released yet according to gcc.gnu.org!  gcc alphas are subject
to change.