search for: linuxlibc1

Displaying 1 result from an estimated 1 matches for "linuxlibc1".

Did you mean: linuxlib
2009 Nov 11
0
R installer can't find math.h, stdio.h
...?soap? ... ** libs gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c soap.c -o soap.o soap.c:6:18: error: math.h: No such file or directory soap.c:7:19: error: stdio.h: No such file or directory [the remaining output being assorted warnings] Now, I do have math.h and stdio.h: /usr/i486-linuxlibc1/include/math.h /usr/i486-linuxlibc1/include/stdio.h which may be a non-standard place (usually, in the past at any rate, in /usr/include). The soap bundle has one file to be compiled: soap/src/soap.c I have tried to pick my way around what happens when you call R CMD INSTALL, in order to find wh...