Am Freitag, 19. Februar 2021, 15:18:40 CET schrieb Richard Biener:
On Thu, 18 Feb 2021, AW wrote:
Am Donnerstag, 18. Februar 2021, 19:47:42 CET schrieb Cristian Rodríguez:
On Thu, Feb 18, 2021 at 1:11 PM AW <alexander.willand@t-online.de> wrote:
Hi,
configure:17143: gcc -o conftest -g3 -O2 -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 conftest.c -lgccjit >&5 configure:17143: $? = 0 configure:17143: ./conftest ld: cannot find crtbeginS.o: No such file or directory ld: cannot find -lgcc ld: cannot find -lgcc_s libgccjit.so: error: error invoking gcc driver configure:17143: $? = 1
Looks like a dependence issue to me, you are using gcc 10 for the configure test - can you show the version of libgccjit-devel? I think the gccjit from gcc11 expects gcc11 to be installed which is maybe not.
Richard.
Hi, yes, that has been my first error, but I found that later and installed libgccjit0-devel-gcc11 (11.0.0+git183291-1.1) which didn't work either and produced the same error. However, thank you for investigating. Kind Regards, Alexander