Displaying 1 result from an estimated 1 matches for "__mingw_vsprintf".
2011 Oct 14
0
Compiling R extension: undefined reference to `__mingw_vsprintf'
I'm trying to link a hydrological model in FORTRAN with R.
I have a subroutine inside wetall.f90 which calls two contained functions.
When I try
rcmd SHLIB -o wetall.dll wetall.f90
I get a bunch of errors stating undefined reference to `__mingw_vsprintf' from dos (see below).
When the same is run from cygwin the dll is compiled but hangs R when dyn.load(ed)
The code does not do any I/O so the errors seem unusual. Any suggestions?
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C: \wetla...