Displaying 2 results from an estimated 2 matches for "modula2".
Did you mean:
modular
2005 Aug 22
1
An lgrind definition for the S language
...anguages currently available in your lgrindef file:
Ada MLisp (Emacs Mock Lisp)
Asm SML/NJ (ML)
Asm68 Scheme (scm)
BASIC model
Batch (bat) Modula2 (mod2, m2)
C Pascal (pas, p, bp)
C++ (CC) PERL (pl)
csh PostScript (ps)
FORTRAN (f77, f) PROLOG
Gnuplot Python (py)
Icon...
2006 Oct 03
3
Linking R with Fortran 90: make: m2c: Command not found
Following the setup in Prof.Duncan Murdoch's page, I have successfully compiled the DLL for one Fortran 95 program using Gfortran and got 300 times speed boost. For the second set of fortran programs, However, I have this error message
R CMD SHLIB -o jiangang kdtree2.f90 jian.f90 gang.f90
m2c -o jian.o jian.mod
make: m2c: Command not found
make: *** [jian.o] Error 127
Can anyone