Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configure:3683: $? = 0
- configure:3672: gcc -v >&5
- Using built-in specs.
- Target: i686-apple-darwin10
- 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
- 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
- 10 --with-gxx-include-dir=/include/c++/4.2.1
- Thread model: posix
- gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
- configure:3683: $? = 0
- configure:3672: gcc -V >&5
- gcc-4.2: argument to `-V' is missing
- configure:3683: $? = 1
- configure:3672: gcc -qversion >&5
- i686-apple-darwin10-gcc-4.2.1: no input files
- configure:3683: $? = 1
- configure:3703: checking whether the C compiler works
- configure:3725: gcc -static -I${top_srcdir}/src/common conftest.c >&5
- ld: library not found for -lcrt0.o
- collect2: ld returned 1 exit status
- configure:3729: $? = 1
- configure:3767: result: no
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME ""
- | #define PACKAGE_TARNAME ""
- | #define PACKAGE_VERSION ""
- | #define PACKAGE_STRING ""
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "tor"
- | #define VERSION "0.2.3.0-alpha-dev"
- | #define ENABLE_BUF_FREELISTS 1
- | #define ENABLE_THREADS 1
- | /* end confdefs.h. */
- |?
- | int
- | main ()
- | {
- |?
- | ;
- | return 0;
- | }
- configure:3772: error: in `/coding/git/tor-git/tor':
- configure:3774: error: C compiler cannot create executables
Advertisement
Add Comment
Please, Sign In to add comment