[R] 32bit application
    Ivan Krylov 
    kry|ov@r00t @end|ng |rom gm@||@com
       
    Wed Jun 28 09:45:52 CEST 2023
    
    
  
On Wed, 28 Jun 2023 13:02:41 +0530
Venky Vulpine <venkyvulpine using 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
    
    
More information about the R-help
mailing list