After running " pacman -S mingw-w64-i686-gcc", it installed 15 packages. Then I ran the " make all recommended MULTI=32" command. But it still shows the same issue. It will be great if somewhere I get a 32bit installer for newer R versions. But it seems it is discontinued. Anyway, thanks @Ivan Krylov <[email protected]> for responding to mails. It really means a lot. Have a nice day!
Thanks, Venkatesh U On Wed, Jun 28, 2023 at 1:15 PM Ivan Krylov <[email protected]> wrote: > On Wed, 28 Jun 2023 13:02:41 +0530 > Venky Vulpine <[email protected]> wrote: > > > C:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: skipping > > incompatible > > > c:/rtools42/x86_64-w64-mingw32.static.posix/bin/../lib/gcc/x86_64-w64-mingw32.static.posix/10.4.0/../../../libmingw32.a > > when searching for -lmingw32 > > This is what progress looks like! > > The current problem is that you have 64-bit import libraries installed > under .../x86_64-w64-mingw32.static.posix/... and there are probably no > 32-bit import libraries bundled with Rtools. > > If you run `pacman -S mingw-w64-i686-gcc`, do you get a number of > packages installed? When you retry the command, does it still fail with > the same error message? (In that case, more adjustments will be needed > in order to tell the linker where to find the 32-bit import libraries.) > > -- > Best regards, > Ivan > [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

