thanks for you answer, I didn't realize mingw-w64 already change default code
model.Â
I found one more file also need change,otherwise package build will fail. the
file is  share/make/winshlib.mk .
 $(NM) $^ | $(SED) -n $(SYMPAT)|$(SED) -n '/.refptr./d'  | $(SED) -n
's/.refptr*//g' Â >>
I think you used the wrong code model: these come from defaulting to the
medium-code model intended for x64 Cygwin -- see
https://gcc.gnu.org/ml/gcc-patches/2013-03/msg00858.html .
Also, please follow the posting guide and do not send HTML: your message
arrived rather garbled.
I've added a m
recently I used gcc 4.9.1
(http://sourceforge.net/projects/mingw-w64/files/Toolchains targetting
Win64/Personal Builds/mingw-builds/)on windows to build R,but failed when link
R.dll ,it report linker status 5.Â
after some digging, I found when use gcc 4.9.1 64 bit on windows there are lots
of