All, Actually, I mis-read the instructions, I now have access to many R functions, but not BLAS, LAPACK and LINPACK (directly).
That is something else I am still working on. ________________________________ From: R-devel <[email protected]> on behalf of Andre Mikulec <[email protected]> Sent: Monday, December 21, 2020 6:09 PM To: [email protected] <[email protected]> LINPACK linear algebra functions included in R Ivan and all, Thanks, I compiled R from source on windows. Next, I followed: That works. Thanks, Andre Mikulec ________________________________ From: Ivan Krylov <[email protected]> Sent: Monday, December 21, 2020 1:27 AM To: Andre Mikulec <[email protected]> Cc: [email protected] <[email protected]> LINPACK linear algebra functions included in R Hello Andre Mikulec! On Mon, 21 Dec 2020 00:20:35 +0000 Andre Mikulec <[email protected]> wrote: > ComputerUser@COMPUTER MINGW64 /c/APPLICATIONS/r-source-R-4-0-branch > > checking for BSD networking... configure: error: BSD networking > functions are required > > What do I need to do next? MinGW64 seems to be not sufficiently Unix-alike for ./configure to conclude that it has sockets API (WinSock header names and some type definitions are different from its expectations). You seem to be on section? Apologies if I'm missing some context, but it seems to me that the -- Best regards, Ivan [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
