Replies: 1 comment 1 reply
-
|
Installed brew install --verbose --debug gcc again.. ==> Finishing up /home/azureusr/.linuxbrew/Homebrew/Library/Homebrew/utils/popen.rb:12:in ==> Summary 🍺 /home/azureusr/.linuxbrew/Cellar/gcc/11.2.0: 8 files, 1.6MB, built in 21 minutes 49 seconds |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How does get around this error, whilst installing gcc:
[azureusr@SLAZEXVCLDSSO01 ~]$ brew reinstall gcc
Warning: Building gcc@5 from source as the bottle needs:
==> Downloading https://ftp.gnu.org/gnu/gcc/gcc-5.5.0/gcc-5.5.0.tar.xz
Already downloaded: /home/azureusr/.cache/Homebrew/downloads/62d8cc20018aa926380222fa7098af4384ca68c3ebdabe0806f2cd801ea0d075--gcc-5.5.0.tar.xz
:
powitf2_s.o enable-execute-stack_s.o unwind-dw2_s.o unwind-dw2-fde-dip_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o libgcc.a -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so
ld: cannot find crti.o: No such file or directory
collect2: error: ld returned 1 exit status
make[3]: *** [libgcc_s.so] Error 1
make[3]: Leaving directory
/tmp/gccA5-20210902-17865-lkyzz1/gcc-5.5.0/build/x86_64-unknown-linux-gnu/libgcc' make[2]: *** [all-stage1-target-libgcc] Error 2 make[2]: Leaving directory/tmp/gccA5-20210902-17865-lkyzz1/gcc-5.5.0/build'make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/tmp/gccA5-20210902-17865-lkyzz1/gcc-5.5.0/build'
make: *** [bootstrap] Error 2
READ THIS: https://docs.brew.sh/Troubleshooting
Beta Was this translation helpful? Give feedback.
All reactions