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.
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
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 -zxvf ../Downloads/mpc-1.2.1.tar.gz
$ ta