Advertisement
Guest User

Untitled

a guest
Feb 13th, 2013
1,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. configure:3360: gcc -V >&5
  2. gcc: error: unrecognized command line option '-V'
  3. gcc: fatal error: no input files
  4. compilation terminated.
  5.  
  6.  
  7. configure:3360: gcc -qversion >&5
  8. gcc: error: unrecognized command line option '-qversion'
  9. gcc: fatal error: no input files
  10. compilation terminated.
  11.  
  12. configure:3978: checking if compiler supports -R
  13. configure:3997: gcc -o conftest -m32 -m32 conftest.c -R /usr/lib >&5
  14. gcc: error: unrecognized option '-R'
  15.  
  16. collect2: error: ld returned 1 exit status
  17.  
  18. gcc: error: unrecognized command line option '-V'
  19. gcc: fatal error: no input files
  20. gcc: error: unrecognized command line option '-qversion'
  21. gcc: fatal error: no input files
  22. gcc: error: unrecognized option '-R'
  23. collect2: error: ld returned 1 exit status
  24. configure:4753: error: build test failed. Please check the config.log for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement