search for: xdr_stdio

Displaying 3 results from an estimated 3 matches for "xdr_stdio".

2006 Jan 23
1
R-2.2.1 doesn't compile under cygwin/Win2000
...]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/zlib' make[3]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr' make[4]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr' making xdr.d from xdr.c making xdr_float.d from xdr_float.c making xdr_mem.d from xdr_mem.c making xdr_stdio.d from xdr_stdio.c make[4]: Leaving directory `/home/Vonkad/R-2.2.1/src/extra/xdr' make[4]: Entering directory `/home/Vonkad/R-2.2.1/src/extra/xdr' gcc -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/inclu de -DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -O2 -c xdr.c -o xdr.o I...
2006 Apr 25
1
libtrio
Hi, I usually compile R-devel tarball every few days (just to check if I can do it and check for any compile errors). As of two days ago, I am receiving the following error: ... gcc -O3 -I. -DWIN32 -D_X86_ -c xdr_mem.c -o xdr_mem.o ar crs libxdr.a xdr.o xdr_float.o xdr_stdio.o xdr_mem.o make: *** ../extra/trio: No such file or directory. Stop. make[3]: *** [rlibs] Error 1 make[2]: *** [../../bin/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make[1]: Leaving directory `/home/andyj/R-devel/src/gnuwin32' make: *** [distribution] Error 2 Looking at the Makefile in R-d...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html