Advertisement
Guest User

gcc build error in pbuilder

a guest
Aug 18th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. root@machine:/root/gcc-4.7.1/build# ../configure --build=x86_64-linux-gnu --prefix=/usr/gcc_4_7 --enable-checking=release --enable-languages=c,c++ --disable-multilib --program-suffix=-4.7
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking target system type... x86_64-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether ln works... yes
  7. checking whether ln -s works... yes
  8. checking for a sed that does not truncate output... /bin/sed
  9. checking for gawk... gawk
  10. checking for libitm support... yes
  11. checking for gcc... gcc
  12. checking for C compiler default output file name...
  13. configure: error: in `/root/gcc-4.7.1/build':
  14. configure: error: C compiler cannot create executables
  15. See `config.log' for more details.
  16. root@machine:/root/gcc-4.7.1/build# exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement