search for: g77_exit_0

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

2008 Oct 23
0
RCMD SHLIB: static libraries and f77 libraries on Windows
...AGS? If so, how do I do this? Perhaps using MakeVar/MakeFile? Failing this, is there a way to use a wildcard on a link , e.g. RCMD SHLIB myprog.c *.o, instead of having to list ~100 object files? (2) I'm using some legacy F77 code in the project, and it calls some gcc library functions: G77_exit_0, s_cat, F77_aloc, etc. These used to be in gcc libraries libg2c.a and libgcc.a, which were part of MinGW. They don't seem to be in the MinGW that comes with Rtools. Have they be replaced, and if so, what are the appropriate libraries? If this is documented, or if there is an example somewhe...