Re: [R] 32bit application

2023-06-28 Thread Ivan Krylov
В Wed, 28 Jun 2023 13:25:21 +0530 Venky Vulpine пишет: > 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. Here's what I've been able to find out. In addition to mingw-w64-i686

Re: [R] 32bit application

2023-06-28 Thread Venky Vulpine
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 Kryl

Re: [R] 32bit application

2023-06-28 Thread Venky Vulpine
After doing "make clean". I entered the "make all recommended MULTI=32" and got the following error: make all recommended MULTI=32 make[1]: 'MkRules' is up to date. make --no-print-directory -C front-ends Rpwd make -C ../../include -f Makefile.win version make Rpwd.exe gcc -std=gnu99 -m32 -I../../

Re: [R] 32bit application

2023-06-28 Thread Ivan Krylov
On Wed, 28 Jun 2023 13:02:41 +0530 Venky Vulpine 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

Re: [R] 32bit application

2023-06-28 Thread Ivan Krylov
On Wed, 28 Jun 2023 08:54:14 +0530 Venky Vulpine wrote: > [image: image.png] Please copy and paste the error text from the command line window. For historical reasons, you need to use Ctrl+Insert in order to copy text from it and Shift+Insert in order to paste text into it. It seems that the as

Re: [R] 32bit application

2023-06-27 Thread Ivan Krylov
В Tue, 27 Jun 2023 11:03:23 +0530 Venky Vulpine пишет: > Is there a way to build a 32bit R setup or is there any solution for > the people who definitely need 32bit R on windows. While 32-bit builds of R are not supported on Windows, they might still work (and they do work on other platforms).

[R] 32bit application

2023-06-26 Thread Venky Vulpine
Hi Team, It seems from 4.2.3, R setup is not having a 32bit package as like the previous version. Is there a way to build a 32bit R setup or is there any solution for the people who definitely need 32bit R on windows. Please let me know. Thanks, Venkatesh U [[alternative HTML version del