Skip to content
Prev 5225 / 12125 Next

[R-pkg-devel] Errors in make check in Windows 10 with OpenBLAS

Hello again.

So I'm trying to find the place where the GNU iconv comes from.  However, I
looked at output from both the regular build and the custom, and I'm not
seeing any differences in how win_iconv is generated.

Any suggestions, please?

Custom:
c:/Rtools/mingw_64/bin/ar crs libtz.a localtime.o registryTZ.o strftime.o
installing zoneinfo
making win_iconv.d from win_iconv.c
c:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include  -O3 -Wall -pedantic
-march=native -pipe   -c win_iconv.c -o win_iconv.o
c:/Rtools/mingw_64/bin/gcc -std=gnu99  -shared   -o Riconv.dll Riconv.def
win_iconv.o

Regular:
c:/Rtools/mingw_64/bin/ar crs libtz.a localtime.o registryTZ.o strftime.o
installing zoneinfo
making win_iconv.d from win_iconv.c
c:/Rtools/mingw_64/bin/gcc -std=gnu99  -I../../include  -O3 -Wall -pedantic
-mtune=core2   -c win_iconv.c -o win_iconv.o
c:/Rtools/mingw_64/bin/gcc -std=gnu99  -shared   -o Riconv.dll Riconv.def
win_iconv.o

Just the  -march=native -pipe

Erin Hodgess, PhD
mailto: erinm.hodgess at gmail.com


On Fri, Mar 20, 2020 at 9:01 AM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote: