nealrichardson commented on pull request #8153: URL: https://github.com/apache/arrow/pull/8153#issuecomment-699207051
Here's what I'm talking about in the failure in the 32 bit build: ``` lto-wrapper.exe: fatal error: C:\rtools40\mingw32\bin\g++.exe returned 1 exit status compilation terminated. C:/rtools40/mingw32/bin/../lib/gcc/i686-w64-mingw32/8.3.0/../../../../i686-w64-mingw32/bin/ld.exe: error: lto-wrapper failed collect2.exe: error: ld returned 1 exit status C:\rtools40\mingw64\bin\nm.exe: D:/a/arrow/arrow/check/arrow.Rcheck/00_pkg_src/arrow/src-i386/array.o: plugin needed to handle lto object ``` Might the problem be that it's trying to use `C:\rtools40\mingw64\bin\nm.exe` instead of `C:\rtools40\mingw32\bin\nm.exe`? I've looked locally in R's etc/Makeconf and don't see where it's configured wrong, but maybe it's buried somewhere. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
