On Wed, 28 Jun 2023 13:02:41 +0530
Venky Vulpine <venkyvulp...@gmail.com> 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

______________________________________________
R-help@r-project.org 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.

Reply via email to