Re: [R] Compiling Fortran Subroutines as R Shared Objects on Mac OS-X

2009-04-15 Thread cls59
Chad R. Bhatti wrote: > > > Hello, > > I am trying to compile some F77 subroutines as shared objects for R on my > Mac. > --> Mac OS-X Version 10.4.11 (Tiger Intel Mac) > > > > chad-r-bhattis-computer:~/MyR/Examples/Fortran/Test1 chadrbhatti$ R CMD > SHLIB two.f > gfortran -arch i386 -fP

[R] Compiling Fortran Subroutines as R Shared Objects on Mac OS-X

2009-04-14 Thread Chad R. Bhatti
Hello, I am trying to compile some F77 subroutines as shared objects for R on my Mac. --> Mac OS-X Version 10.4.11 (Tiger Intel Mac) I have done this (successfully) before on Sun Solaris and Linux Fedora systems using the following command. > R CMD SHLIB myfile.f I have g77 installed from thi