Advertisement
Guest User

Untitled

a guest
Jul 26th, 2012
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. M:\Development\x64\test>g++ test.c -c -v
  2. Using built-in specs.
  3. COLLECT_GCC=g++
  4. Target: x86_64-w64-mingw32
  5. Configured with: /home/ruben/mingw-w64/toolchain/src/gcc/configure --host=x86_64-w64-mingw32 --build=x86_64-linux-gnu --target=x86_64-w64-mingw32 --with-sysroot=/home/ruben/mingw-w64/toolchain/mingw64mingw64/mingw64 --prefix=/home/ruben/mingw-w64/toolchain/mingw64mingw64/mingw64 --with-libiconv-prefix=/home/ruben/mingw-w64/toolchain/mingw64mingw64/prereq_install --with-gmp=/home/ruben/mingw-w64/toolchain/mingw64mingw64/prereq_install --with-mpfr=/home/ruben/mingw-w64/toolchain/mingw64mingw64/prereq_install --with-mpc=/home/ruben/mingw-w64/toolchain/mingw64mingw64/prereq_install --with-ppl=/home/ruben/mingw-w64/toolchain/mingw64mingw64/prereq_install --with-cloog=/home/ruben/mingw-w64/toolchain/mingw64mingw64/prereq_install --enable-cloog-backend=isl --with-host-libstdcxx='-static -lstdc++
  6. -lm' --enable-shared --enable-static --enable-threads=win32 --disable-multilib --enable-plugins --enable-languages=c,lto,c++,objc,obj-c++,fortran,java --enable-libgomp --enable-sjlj-exceptions --enable-fully-dynamic-string --disable-nls --disable-werror --enable-checking=release --with-gnu-ld --with-gnu-as --with-pkgversion=rubenvb-4.7.1 --with-bug-url=mingw-w64-public@lists.sourceforge.net --disable-win32-registry --disable-rpath --disable-werror CFLAGS='-O2 -march=nocona -mtune=core2 -fomit-frame-pointer -momit-leaf-frame-pointer -fgraphite-identity -floop-interchange -floop-block -floop-parallelize-all' LDFLAGS=
  7. Thread model: win32
  8. gcc version 4.7.1 (rubenvb-4.7.1)
  9. COLLECT_GCC_OPTIONS='-c' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  10. m:/development/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.7.1/cc1plus.exe
  11. -quiet -v -iprefix m:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/ -isysroot m:\development\mingw64\bin\../../mingw64 -U_REENTRANT test.c -quiet -dumpbase test.c -mtune=generic -march=x86-64 -auxbase test -version -o R:\ccQ9Y6Ol.s
  12. GNU C++ (rubenvb-4.7.1) version 4.7.1 (x86_64-w64-mingw32)
  13. compiled by GNU C version 4.7.1, GMP version 5.0.5, MPFR version 3.1.0,
  14. MPC version 0.9
  15. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  16. ignoring duplicate directory "m:/development/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../include/c++/4.7.1"
  17. ignoring duplicate directory "m:/development/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../include/c++/4.7.1/x86_64-w64-mingw32"
  18. ignoring duplicate directory "m:/development/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../include/c++/4.7.1/backward"
  19. ignoring duplicate directory "m:/development/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.7.1/include"
  20. ignoring nonexistent directory "m:\development\mingw64\bin\../../mingw64/home/ruben/mingw-w64/toolchain/mingw64mingw64/mingw64/lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../include"
  21. ignoring duplicate directory "m:/development/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.7.1/include-fixed"
  22. ignoring duplicate directory "m:/development/mingw64/lib/gcc/../../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/include"
  23. #include "..." search starts here:
  24. #include <...> search starts here:
  25. m:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../include/c++/4.7.1
  26. m:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../include/c++/4.7.1/x86_64-w64-mingw32
  27. m:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../include/c++/4.7.1/backward
  28. m:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/include
  29. m:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/include-fixed
  30. m:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/include
  31. m:\development\mingw64\bin\../../mingw64/mingw/include
  32. End of search list.
  33. GNU C++ (rubenvb-4.7.1) version 4.7.1 (x86_64-w64-mingw32)
  34. compiled by GNU C version 4.7.1, GMP version 5.0.5, MPFR version 3.1.0,
  35. MPC version 0.9
  36. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  37. Compiler executable checksum: c6e8137fdda98090c7cd67a037033876
  38. COLLECT_GCC_OPTIONS='-c' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  39. m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/bin/as.exe -v -o test.o R:\ccQ9Y6Ol.s
  40. GNU assembler version 2.22.52 (x86_64-w64-mingw32) using BFD version (rubenvb-4.7.1) 2.22.52.20120615
  41. COMPILER_PATH=m:/development/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.7.1/;m:/development/mingw64/bin/../libexec/gcc/;m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/bin/
  42. LIBRARY_PATH=m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/;m:/development/mingw64/bin/../lib/gcc/;m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/lib/../lib/;m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../lib/;m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../../x86_64-w64-mingw32/lib/;m:/development/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.7.1/../../../
  43. COLLECT_GCC_OPTIONS='-c' '-v' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement