Problem with DLL in R.
Will R, version 2.3 accept compiled Fortran 90 code
as a dynamic link library? I've
1. Changed MkRules to include gfortran as the F90 compiler,
2. Have F90 code that compiles cleanly
3. Used R CMD SHLIB to create .DLL files (using the .f90 code and
..o files).
4. In R, used dyn.load("XXX.dll") with no errors.
But the fortran subroutines are not there (is.loaded("XXX") returns
FALSE).
I've had no trouble with this in the past using Fortran 77. I am using
Windows XP.
Thanks
.
Relevant Pages
- Re: Announcement: GCC 4.6.0 / GCC at Google Summer of Code
... Is GFortran written in C, ... Where can I learn more about a GSC project with GFortran? ... favourite compiler - and earn some bucks as well. ... Support for new CPUs and improved CPU tuning - in particular with ... (comp.lang.fortran) - Re: High Performance Fortran compiler?
... looking for a freely available HPF compiler. ... the High-Performace Fortran (HPF) ... Both the g95 and gfortran are Open Source Fortan 95 compilers; ... (comp.lang.fortran) - Re: Praise for Gfortran (finally)
... Dear Tobias and everyone else involved with Gfortran, ... |the number of bugs bugs. ... I would also claim that Fortran is complex | ... I am not promoting any compiler as lacking bugs, ... (comp.lang.fortran) - Re: Installation and usage of free FORTRAN-77 compiler on Windows XP laptop
... Objective C is not that popular on Windows and that Java programmers ... will primarily use Sun's compiler. ... Fortran Library: http://www.fortranlib.com ... Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html ... (comp.lang.fortran) - GNU Fortran 95: Opinions?
... replace g77 in the forthcoming 4.0.0 version of the GNU Compiler ... Since gfortran is still in development, I know many people have not ... Snapshots are available from the GCC web site. ... programmer who wants to see GCC be more useful to the Fortran community. ... (comp.lang.fortran) |
|