Advertisement
nomadunix_1

GCC Build error

Dec 20th, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. done
  2. make[4]: Leaving directory '/mnt/lfs/sources/gcc-13.2.0/build/x86_64-pc-linux-gnu/libgcc'
  3. make[3]: Leaving directory '/mnt/lfs/sources/gcc-13.2.0/build/x86_64-pc-linux-gnu/libgcc'
  4. make[2]: Leaving directory '/mnt/lfs/sources/gcc-13.2.0/build'
  5. make[2]: Entering directory '/mnt/lfs/sources/gcc-13.2.0/build'
  6. make[3]: Entering directory '/mnt/lfs/sources/gcc-13.2.0/build'
  7. rm -f stage_current
  8. make[3]: Leaving directory '/mnt/lfs/sources/gcc-13.2.0/build'
  9. make[2]: Leaving directory '/mnt/lfs/sources/gcc-13.2.0/build'
  10. make[2]: Entering directory '/mnt/lfs/sources/gcc-13.2.0/build'
  11. Configuring stage 2 in ./intl
  12. configure: loading cache ./config.cache
  13. checking for x86_64-pc-linux-gnu-gcc... /mnt/lfs/sources/gcc-13.2.0/build/./prev-gcc/xgcc -B/mnt/lfs/sources/gcc-13.2.0/build/./prev-gcc/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/bin/ -B/mnt/lfs/tools/x86_64-pc-linux-gnu/lib/ -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/include -isystem /mnt/lfs/tools/x86_64-pc-linux-gnu/sys-include -fno-checking
  14. checking whether the C compiler works... no
  15. configure: error: in `/mnt/lfs/sources/gcc-13.2.0/build/intl':
  16. configure: error: C compiler cannot create executables
  17. See `config.log' for more details
  18. make[2]: *** [Makefile:6551: configure-stage2-intl] Error 77
  19. make[2]: Leaving directory '/mnt/lfs/sources/gcc-13.2.0/build'
  20. make[1]: *** [Makefile:21586: stage2-bubble] Error 2
  21. make[1]: Leaving directory '/mnt/lfs/sources/gcc-13.2.0/build'
  22. make: *** [Makefile:1027: all] Error 2
Tags: error make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement