Re: Installing gfortran-14

2024-08-31 Thread John Harper
x27;t intend ever to run gfortran-9 to gfortran-12 again.) John On Fri, 30 Aug 2024, Jerry D wrote: Date: Fri, 30 Aug 2024 03:19:37 + From: Jerry D To: John Harper , Thomas Koenig Cc: Damian Rouson , "fortran@gcc.gnu.org" Subject: Re: Installing gfortran-14 Resent-Date: Fri,

Re: Installing gfortran-14

2024-08-29 Thread Jerry D
On 8/29/24 7:53 PM, John Harper wrote: Hi Thomas & Damian Thank you. I'm running Ubuntu 24.04 in an x86_64 system. I do have dpkg and it said (lf) john:~/Gcc-build$ dpkg -S libc-header-start.h libc6-dev:amd64: /usr/include/x86_64-linux-gnu/bits/libc-header-start.h So I tried $ sudo apt install

Re: Installing gfortran-14

2024-08-29 Thread John Harper
"fortran@gcc.gnu.org" Subject: Re: Installing gfortran-14 Resent-Date: Thu, 29 Aug 2024 18:25:38 +1200 (NZST) Resent-From: [You don't often get email from tkoe...@netcologne.de. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Hi John, /usr/include/st

Re: Installing gfortran-14

2024-08-28 Thread Thomas Koenig
Hi John, /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory    27 | #include I'm not sure what system you are running. On my Ubuntu system, which is Debian-based, you can search for the package that provides a file with $ dpkg -S libc-header-start.

Re: Installing gfortran-14

2024-08-28 Thread Jerry D
On 8/28/24 8:33 PM, John Harper wrote: Hi Thomas Thank you! I got part of the way there after discovering that download-prerequisites had to be download_prerequisites, but make -j12 had a fatal error. What I did was $ cd % mkdir Gcc % cd ~/Gcc $ tar xvjf  ../Downloads/gmp-6.2.1.tar.bz2 $ tar

Re: Installing gfortran-14

2024-08-28 Thread John Harper
as Koenig wrote: Date: Thu, 22 Aug 2024 05:19:16 + From: Thomas Koenig To: John Harper , Damian Rouson Cc: "fortran@gcc.gnu.org" Subject: Re: Installing gfortran-14 Resent-Date: Thu, 22 Aug 2024 17:19:33 +1200 (NZST) Resent-From: [You don't often get email from tkoe

Re: Installing gfortran-14

2024-08-21 Thread Thomas Koenig
Hi John, Thank you Damian. Tried the first suggestion. It said I already had gfortran; it turned out to be version 13. Tried the second suggestion. My system has not heard of git. Managed to find gcc-14.2.0.tar so I am now struggling to do something with that. Assuming you have the top level

Re: Installing gfortran-14

2024-08-21 Thread John Harper
: Date: Tue, 20 Aug 2024 23:34:50 + From: Damian Rouson To: John Harper Cc: "fortran@gcc.gnu.org" Subject: Re: Installing gfortran-14 Resent-Date: Wed, 21 Aug 2024 11:35:39 +1200 (NZST) Resent-From: You don't often get email from damian@archaeologic.codes. Learn why thi

Re: Installing gfortran-14

2024-08-20 Thread Sergio Had
To install a specific version of gcc, you could perhaps use pkgsrc (NetBSD package manager, but it works on every system, including Linux). Serge On Aug 21, 2024 at 07:35 +0800, Damian Rouson , wrote: > It has been a few years since I used Ubuntu. If I recall correctly, I think > you can just u

Re: Installing gfortran-14

2024-08-20 Thread Damian Rouson
It has been a few years since I used Ubuntu. If I recall correctly, I think you can just use sudo apt install gcc and that will install gcc, g++, and gfortran. My Linux knowledge is limited. I never figured out how to install a specific version of GCC on Ubuntu so I think you just get what you