dslm4515 / Musl-LFS

Linux From Scratch using Musl as Libc
GNU General Public License v3.0
170 stars 21 forks source link

Final System: GCC fails at `configure-target-libquadmath` #50

Closed owl4ce closed 3 years ago

owl4ce commented 3 years ago

Hi, somehow this happened.

checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [Makefile:13205: configure-target-libquadmath] Error 1
make[1]: Leaving directory '/sources/pkgs/gcc-10.2.0/build'
make: *** [Makefile:962: all] Error 2
owl4ce commented 3 years ago

Oh, idk what happen. After using isl-0.24, build success now. cc: @dslm4515