Displaying 3 results from an estimated 3 matches for "r_osdynsymbol".
2015 Jan 02
1
Help in building R with minGW
...rc/unix'
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c dynload.c -o dynload.o
dynload.c: In function 'Rf_InitFunctionHashing':
dynload.c:69:32: warning: assignment from incompatible pointer type
[enabled by default]
R_osDynSymbol->loadLibrary = loadLibrary;
^
dynload.c:71:33: warning: assignment from incompatible pointer type
[enabled by default]
R_osDynSymbol->closeLibrary = closeLibrary;
^
dynload.c: At top level:
dynload.c:97:13: error: conflicti...
2001 May 13
1
Dynamic C Symbols and Embedding Suggestion
...strcpy(DLLerror,"unable to register embedded executable.
too many libraries");
return 0;
}
dpath = malloc(strlen(path)+1);
if(dpath == NULL) {
strcpy(DLLerror,"Couldn't allocate space for 'path'");
return 0;
}
strcpy(dpath, path);
if(R_osDynSymbol->fixPath)
R_osDynSymbol->fixPath(dpath);
p = strrchr(dpath, R_DIR_SEPARATOR);
if(!p) p = dpath; else p++;
strcpy(DLLname, p);
p = strchr(DLLname, '.');
if(p) *p = '\0';
name = malloc(strlen(DLLname)+1);
if(name == NULL) {
strcpy(DLLerror,"C...
2006 Jun 12
1
Link error with glibc-2.4 on linux/PPC (PR#8967)
...ned in .sbss section in main.o
CommandLineArgs.c:(.text+0x722): relocation truncated to fit: R_PPC_GOT16
against symbol `R_StdinEnc' defined in .data section in main.o
Rdynload.o: In function `GetFullDLLPath':
Rdynload.c:(.text+0x6a): relocation truncated to fit: R_PPC_GOT16 against symbol
`R_osDynSymbol' defined in .sdata section in Rdynload.o
Rdynload.o: In function `Rf_MakeDLLInfo':
Rdynload.c:(.text+0x1c2): relocation truncated to fit: R_PPC_GOT16 against
symbol `R_ClassSymbol' defined in .sbss section in main.o
Rdynload.c:(.text+0x1e6): relocation truncated to fit: R_PPC_GOT16 agai...