1 | clang version 3.2 (tags/RELEASE_32/final) |
---|
2 | Target: powerpc-apple-darwin9.8.0 |
---|
3 | Thread model: posix |
---|
4 | "/opt/local/libexec/llvm-3.2/bin/clang" -cc1 -triple powerpc-apple-darwin9.8.0 -S -disable-free -main-file-name foo.c -mrelocation-model static -mdisable-fp-elim -fmath-errno -target-linker-version 97.17 -v -resource-dir /opt/local/libexec/llvm-3.2/bin/../lib/clang/3.2 -fmodule-cache-path /var/tmp/clang-module-cache -fno-dwarf2-cfi-asm -fno-dwarf-directory-asm -fdebug-compilation-dir /Users/eno/src/tccentre -ferror-limit 19 -fmessage-length 0 -mstackrealign -fobjc-runtime=gcc -fdiagnostics-show-option -o /tmp/foo-2ZgJ3Z.s -x c foo.c |
---|
5 | clang -cc1 version 3.2 based upon LLVM 3.2svn default target powerpc-apple-darwin9.8.0 |
---|
6 | #include "..." search starts here: |
---|
7 | #include <...> search starts here: |
---|
8 | /usr/local/include |
---|
9 | /opt/local/libexec/llvm-3.2/bin/../lib/clang/3.2/include |
---|
10 | /usr/include |
---|
11 | /System/Library/Frameworks (framework directory) |
---|
12 | /Library/Frameworks (framework directory) |
---|
13 | End of search list. |
---|
14 | "/usr/bin/gcc" -v -c -arch ppc -m32 -o /tmp/foo-KZodb7.o -x assembler /tmp/foo-2ZgJ3Z.s |
---|
15 | Using built-in specs. |
---|
16 | Target: powerpc-apple-darwin9 |
---|
17 | Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 |
---|
18 | Thread model: posix |
---|
19 | gcc version 4.0.1 (Apple Inc. build 5493) |
---|
20 | /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/as -arch ppc -o /tmp/foo-KZodb7.o /tmp/foo-2ZgJ3Z.s |
---|
21 | "/usr/bin/gcc" -v -arch ppc -m32 -o a.out /tmp/foo-KZodb7.o |
---|
22 | Using built-in specs. |
---|
23 | Target: powerpc-apple-darwin9 |
---|
24 | Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 |
---|
25 | Thread model: posix |
---|
26 | gcc version 4.0.1 (Apple Inc. build 5493) |
---|
27 | /usr/libexec/gcc/powerpc-apple-darwin9/4.0.1/collect2 -dynamic -arch ppc -macosx_version_min 10.5.8 -weak_reference_mismatches non-weak -o a.out -lcrt1.10.5.o -L/usr/lib/powerpc-apple-darwin9/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin9/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin9/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin9/4.0.1/../../../powerpc-apple-darwin9/4.0.1 -L/usr/lib/gcc/powerpc-apple-darwin9/4.0.1/../../.. /tmp/foo-KZodb7.o -lgcc_s.10.5 -lgcc -lSystemStubs -lSystem |
---|
28 | ld: absolute address to symbol ___stderrp in a different linkage unit not supported in _main from /tmp/foo-KZodb7.o |
---|
29 | collect2: ld returned 1 exit status |
---|
30 | clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) |
---|