[R] R-0.65.0 on mips-sgi-irix6.5: Error code 1 (bu21)

Diego Kuonen Diego.Kuonen at epfl.ch
Thu Sep 9 10:23:03 CEST 1999


> What do the conflicting header files think?

Lines 681 to 683 from 
  /usr/local/lib/gcc-lib/mips-sgi-irix6.2/2.8.1/include/math.h

	extern int  srandom(unsigned);
	extern char *initstate(unsigned int, char *, int);
	extern char *setstate(char *);

And /usr/include/stdlib.h says:

	extern char *initstate(unsigned int, char *, size_t);
	extern char *setstate(const char *);
	extern void srandom(unsigned);

 
There's no "#include <stdlib.h>" call in the file
  /usr/local/lib/gcc-lib/mips-sgi-irix6.2/2.8.1/include/math.h
as there was for your math.h header file:

	<120> : cat math.h | grep include
	#include <sgidefs.h>
	#include <standards.h>
	#include <svr4_math.h>

BTW,
	<121>: cat /usr/include/stdlib.h | grep include
	#include <standards.h>
	#include <sgidefs.h>
	#include <locale_attr.h>
	#include <getopt.h>
	#include <inttypes.h>


But, as said, I'm not root an the system...

I appreciate your help...

    Diego


-- 
                       _     _ 
                     o' \,=./ `o
                        (o o)
 /----------------o-ooO--(_)--Ooo-o---------------\
/                                                  \
|                   Diego  Kuonen                  |
|  DMA-Ecublens, EPFL, 1015 Lausanne, Switzerland  |
|  Diego.Kuonen at epfl.ch          Diego at Kuonen.com  |
|      http://statwww.epfl.ch/people/kuonen/       |
|                                                  |
|   _           __   _                         _   |
|  (o-         / /  (_)__  __ ____  __        -o)  |
|  //\        / /__/ / _ \/ // /\ \/ /        /\\  |
|..v_/_....../____/_/_//_/\_,_/ /_/\_\......._\_v..|
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list