Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. $ ./configure --prefix=/home/pure/gcc-4.6-20101106 --disable-bootstrap CFLAGS="-g3 -O0 -pipe -m64" --enable-languages=c,c++
  2. $ make -j6
  3. ...
  4. ...
  5. ...
  6. /usr/bin/ld: skipping incompatible //usr/lib/libc.so when searching for -lc
  7. /usr/bin/ld: skipping incompatible //usr/lib/libc.a when searching for -lc
  8. /usr/bin/ld: cannot find -lc
  9. collect2: ld returned 1 exit status
  10. make[4]: *** [libgcc_s.so] Error 1
  11. make[4]: Leaving directory `/home/pure/Downloads/gcc-4.6-20101106/x86_64-unknown-linux-gnu/32/libgcc'
  12. make[3]: *** [multi-do] Error 1
  13. make[3]: Leaving directory `/home/pure/Downloads/gcc-4.6-20101106/x86_64-unknown-linux-gnu/libgcc'
  14. make[2]: *** [all-multi] Error 2
  15. make[2]: Leaving directory `/home/pure/Downloads/gcc-4.6-20101106/x86_64-unknown-linux-gnu/libgcc'
  16. make[1]: *** [all-target-libgcc] Error 2
  17. make[1]: Leaving directory `/home/pure/Downloads/gcc-4.6-20101106'
  18. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement