search for: ngcdo

Displaying 1 result from an estimated 1 matches for "ngcdo".

2014 Sep 15
1
Debug an R windows (Fortran) DLL within R with gdb?
...atic-libgcc -o main.dll tmp.def main.o -Ld:/RCompile/CRANpkg/extralibs64/local/lib/i386 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -lgfortran -LF:/ProgramFiles/R/R-3.1.1/bin/i386 -lR Here is the contents of the file ?main.f ----------------------------------------- ? ? ? SUBROUTINE NGCD(NA, NB, NGCDO)? ? ? ? ? IA = NA ? ? ? ? IB = NB ? ? 1 ? IF (IB.NE.0) THEN ? ? ? ? ? ITEMP = IA ? ? ? ? ? IA = IB ? ? ? ? ? IB = MOD(ITEMP, IB) ? ? ? ? ? GOTO 1 ? ? ? ? END IF ? ? ? ? NGCDO = IA ? ? ? ? ? RETURN ? ? ? END Thank you, Andre Mikulec Andre_Mikulec at Hotmail.com