Re: [PATCH 2/4] libbacktrace: detect executable path on windows

2023-11-29 Thread Ian Lance Taylor via Gcc
On Mon, Nov 20, 2023 at 11:57 AM Björn Schäpers wrote: > > this is what I'm using with GCC 12 and 13 on my windows machines, rebased onto > the current HEAD. Thanks. Committed as follows. Ian * fileline.c: Include if available. (windows_get_executable_path): New static

Re: host-x86_64-pc-linux-gnu/gcc/xgcc: No such file or directory

2023-11-29 Thread Jonathan Wakely via Gcc
On Wed, 29 Nov 2023 at 14:44, Jonny Grant wrote: > > > > On 29/11/2023 13:05, Jonathan Wakely wrote: > > On Wed, 29 Nov 2023 at 12:59, Jonny Grant wrote: > >> > >> Hello > >> > >> Has anyone encountered this when compiling gcc from source? libgomp > >> doesn't build due to xgcc missing > >> > >>

Re: host-x86_64-pc-linux-gnu/gcc/xgcc: No such file or directory

2023-11-29 Thread Jonny Grant
On 29/11/2023 13:05, Jonathan Wakely wrote: > On Wed, 29 Nov 2023 at 12:59, Jonny Grant wrote: >> >> Hello >> >> Has anyone encountered this when compiling gcc from source? libgomp doesn't >> build due to xgcc missing >> >> I got latest git, did >> ./configure --disable-multilib > > Don't bui

Re: host-x86_64-pc-linux-gnu/gcc/xgcc: No such file or directory

2023-11-29 Thread Jonathan Wakely via Gcc
On Wed, 29 Nov 2023 at 12:59, Jonny Grant wrote: > > Hello > > Has anyone encountered this when compiling gcc from source? libgomp doesn't > build due to xgcc missing > > I got latest git, did > ./configure --disable-multilib Don't build in the source directory: https://gcc.gnu.org/wiki/FAQ#conf

host-x86_64-pc-linux-gnu/gcc/xgcc: No such file or directory

2023-11-29 Thread Jonny Grant
Hello Has anyone encountered this when compiling gcc from source? libgomp doesn't build due to xgcc missing I got latest git, did ./configure --disable-multilib make html It gets stuck here: checking whether make supports nested variables... yes /home/jonny/code/repos/gcc_tests/gcc_doc/libgomp