search for: realpr_

Displaying 2 results from an estimated 2 matches for "realpr_".

Did you mean: realpr
1998 Sep 18
1
R-beta: undefined reference to `realpr_' ?
...gnuwin32 -lR -lf2c dlltool -k --as as --dllname multiv.dll --base-file multiv.b -- output-exp mul tiv.e --def multiv.def gcc -mdll -Wl,--base-file,multiv.b -s -o multiv.dll multiv.e multiv.a -L ../../../gnuwin32 -lR -lf2c multiv.a(sammon.o)(.text+0x495):sammon.f: undefined reference to `realpr_' make.exe[2]: *** [multiv.dll] Error 1 make.exe[2]: Leaving directory `c:/R-0.62.3/src/library/multiv/src' make.exe[1]: *** [src/multiv.dll] Error 2 make.exe[1]: Leaving directory `c:/R-0.62.3/src/library/multiv' make.exe: *** [pkg-multiv] Error 2 [exited with 2] (/R-0.62.3/src/gnuwin32...
2003 May 23
1
Fortran DLL
...g R extensions", "readme.packages", "Using external compilers with R", ..., I have tried to create a DLL for my Fortran file using the command: g77 --shared -o robeth.dll robeth.f and failed with several messages as : c:\temp/ccU8N5fb.o: ... undefined reference to 'realpr_' c:\temp/ccU8N5fb.o: ... undefined reference to 'dblepr_' c:\temp/ccU8N5fb.o: ... undefined reference to 'intpr_' c:\temp/ccU8N5fb.o: ... undefined reference to 'rexit_' What I have missed. If I insert #include <R.h> at the top of the file, the MinGW g77 compi...