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 libc6-dev
$ ../Gcc/gcc-14.2.0/configure --prefix=$HOME --enable-multilib
--enable-languages=c,c++,fortran
$ make -j4
but I still got the same error message from make.
John
I am reminded. When using --enable-multilib you need both the 32-bit and
the 64-bit libraries.
Possibly libc6-i386 libc6-dev-i386.
Jerry