Re: [R-sig-Debian] R3.4 on Debian12

2024-12-12 Thread Dirk Eddelbuettel
Also, which compiler is this now? Maybe it is more stringent than the one we used when R 3.4.* was current? For Debian, you always have its own version of the wayback machine, namely https://snapshot.debian.org/ (which can be slow to respond because the breadth and depth whatever page you

Re: [R-sig-Debian] R3.4 on Debian12

2024-12-12 Thread Ivan Krylov via R-SIG-Debian
You may also need gfortran -fallow-argument-mismatch argument to avoid the problem in src/library/stats/src/lminfl.f, where the same variable, double precision dummy, is used for an array argument and a scalar argument for dqrsl(). Declaring 'dummy' as a length-1 array should also work. -- Best r

Re: [R-sig-Debian] R3.4 on Debian12

2024-12-12 Thread Tomas Kalibera
On 12/12/24 16:50, Quinones, Jose M. wrote: Hello, Looking for guidance on compiling R version 3.4 on Debian 12. I�m encountering the following error on compiling: /usr/bin/ld: ../unix/system.o:(.bss+0x0): multiple definition of `R_OutputCon'; CommandLineArgs.o:(.bss+0x0): first defined here

[R-sig-Debian] R3.4 on Debian12

2024-12-12 Thread Quinones, Jose M.
Hello, Looking for guidance on compiling R version 3.4 on Debian 12. I�m encountering the following error on compiling: /usr/bin/ld: ../unix/system.o:(.bss+0x0): multiple definition of `R_OutputCon'; CommandLineArgs.o:(.bss+0x0): first defined here /usr/bin/ld: ../unix/sys-unix.o:(.bss+0x0): mu