Re: gcc-13: libggcjit does not build

2024-10-05 Thread ASSI
ASSI writes: > The libgccjit library seems to have grown to have too many symbols: > > /mnt/share/cygpkgs/gcc/gcc.x86_64/build/./prev-gcc/xg++ > -B/mnt/share/cygpkgs/gcc/gcc.x86_64/build/./prev-gcc/ > -B/usr/x86_64-pc-cygwin/bin/ -nostdinc++ > -B/mnt/share/cygpkgs/gcc/gcc.x86_64/build/prev-x86_6

Re: gcc-13: libggcjit does not build

2024-10-05 Thread Samuel Crow
MSys2 uses Visual C++'s runtime DLL while CygWin uses a more POSIX-style runtime. That difference doesn't narrow it down much but at least it's a start. Looking at your linker output, you're using driver-i386.o on an x86_64 target. Maybe that's a potential culprit since CygWin is based on a more Li