Guest User

Untitled

a guest
Mar 24th, 2011
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. configure:3683: $? = 0
  2. configure:3672: gcc -v >&5
  3. Using built-in specs.
  4. Target: i686-apple-darwin10
  5. Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-trans
  6. form-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin
  7. 10 --with-gxx-include-dir=/include/c++/4.2.1
  8. Thread model: posix
  9. gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
  10. configure:3683: $? = 0
  11. configure:3672: gcc -V >&5
  12. gcc-4.2: argument to `-V' is missing
  13. configure:3683: $? = 1
  14. configure:3672: gcc -qversion >&5
  15. i686-apple-darwin10-gcc-4.2.1: no input files
  16. configure:3683: $? = 1
  17. configure:3703: checking whether the C compiler works
  18. configure:3725: gcc -static -I${top_srcdir}/src/common conftest.c >&5
  19. ld: library not found for -lcrt0.o
  20. collect2: ld returned 1 exit status
  21. configure:3729: $? = 1
  22. configure:3767: result: no
  23. configure: failed program was:
  24. | /* confdefs.h */
  25. | #define PACKAGE_NAME ""
  26. | #define PACKAGE_TARNAME ""
  27. | #define PACKAGE_VERSION ""
  28. | #define PACKAGE_STRING ""
  29. | #define PACKAGE_BUGREPORT ""
  30. | #define PACKAGE_URL ""
  31. | #define PACKAGE "tor"
  32. | #define VERSION "0.2.3.0-alpha-dev"
  33. | #define ENABLE_BUF_FREELISTS 1
  34. | #define ENABLE_THREADS 1
  35. | /* end confdefs.h. */
  36. |?
  37. | int
  38. | main ()
  39. | {
  40. |?
  41. | ;
  42. | return 0;
  43. | }
  44. configure:3772: error: in `/coding/git/tor-git/tor':
  45. configure:3774: error: C compiler cannot create executables
Advertisement
Add Comment
Please, Sign In to add comment