由于 R 包 glmnet 没有为 windows 提供二进制文件,所以我必须在我的操作系统 win7 64bit 下编译它。我是如何收到此错误消息的:
gfortran -m64 -fdefault-real-8 -ffixed-form -O2 -mtune=core2 -c newGLMnet.f90
-o newGLMnet.o
f951.exe: sorry, unimplemented: 64-bit mode not compiled in
make: *** [newGLMnet.o] Error 1
ERROR: compilation failed for package 'glmnet'
我也尝试在 windows XP 32bit 下编译它,但出现“配置 glmnet 包失败”错误消息。
有人在 Windows 中成功编译 glmnet 吗?