search for: r_dynloadext

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

Did you mean: dynloadext
2000 Dec 07
1
Compiling R for MacOS X / shared libraries
...e with this: cc -I. -I../../src/include -I../../src/include -I../../src/include/R_ext -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c platform.c -o platform.o platform.c:38: parse error before `.' make[3]: *** [platform.o] Error 1 after I changed in 'platform.c' the line: static char *R_DynLoadExt = DYNLOADEXT; to static char *R_DynLoadExt = "";/*DYNLOADEXT;*/ the make process got a little bit further until: cc -o ../../bin/R.bin apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o devPS.o devPicTeX.o depar...