User forums > General (but related to Code::Blocks)

TDM-GCC 4.8 series (Latest: 4.8.1-tdm-2 - 2013-10-06)

<< < (2/9) > >>

gd_on:
Here is the output for a simple hello program in C and with gcc 4.71

--- Code: ----------------- Clean: Release in Hello_cpp (compiler: GNU GCC Compiler)---------------

Cleaned "Hello_cpp - Release"

-------------- Build: Release in Hello_cpp (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe -Wall -pedantic-errors -v  -c C:\Users\Gerard_2\Documents\Programmes_en_C\CodeBlocks\Hello_Cpp\Hello_cpp.cpp -o obj\Release\Hello_cpp.o
mingw32-g++.exe  -o bin\Release\Hello_cpp.exe obj\Release\Hello_cpp.o   
Using built-in specs.
COLLECT_GCC=mingw32-g++.exe
Target: mingw32
Configured with: ../../src/gcc-4.7.1/configure --build=mingw32 --enable-languages=c,c++,ada,fortran,objc,obj-c++ --enable-threads=win32 --enable-libgomp --enable-lto --enable-fully-dynamic-string --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gnu-ld --disable-nls --disable-win32-registry --disable-symvers --disable-build-poststage1-with-cxx --disable-werror --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --enable-cxx-flags='-fno-function-sections -fno-data-sections' --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs
Thread model: win32
gcc version 4.7.1 (tdm-1)
COLLECT_GCC_OPTIONS='-Wall' '-pedantic-errors' '-v' '-c' '-o' 'obj\Release\Hello_cpp.o' '-mtune=i386' '-march=i386'
 c:/mingw32/bin/../libexec/gcc/mingw32/4.7.1/cc1plus.exe -quiet -v -iprefix c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/ C:\Users\Gerard_2\Documents\Programmes_en_C\CodeBlocks\Hello_Cpp\Hello_cpp.cpp -quiet -dumpbase Hello_cpp.cpp -mtune=i386 -march=i386 -auxbase-strip obj\Release\Hello_cpp.o -Wall -pedantic-errors -version -o C:\Users\Gerard_2\AppData\Local\Temp\ccQneD7x.s
GNU C++ (tdm-1) version 4.7.1 (mingw32)
compiled by GNU C version 4.7.1, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/../../../../mingw32/include"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.7.1/include/c++"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.7.1/include/c++/mingw32"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.7.1/include/c++/backward"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.7.1/include"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.7.1/../../../../include"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.7.1/include-fixed"
ignoring nonexistent directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.7.1/../../../../mingw32/include"
#include "..." search starts here:
#include <...> search starts here:
 c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++
 c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/mingw32
 c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include/c++/backward
 c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include
 c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/../../../../include
 c:\mingw32\bin\../lib/gcc/mingw32/4.7.1/include-fixed
End of search list.
GNU C++ (tdm-1) version 4.7.1 (mingw32)
compiled by GNU C version 4.7.1, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 1b05afeca9d712f769248af52f554d5e
COLLECT_GCC_OPTIONS='-Wall' '-pedantic-errors' '-v' '-c' '-o' 'obj\Release\Hello_cpp.o' '-mtune=i386' '-march=i386'
 c:/mingw32/bin/../lib/gcc/mingw32/4.7.1/../../../../mingw32/bin/as.exe -v -o obj\Release\Hello_cpp.o C:\Users\Gerard_2\AppData\Local\Temp\ccQneD7x.s
GNU assembler version 2.22 (mingw32) using BFD version (GNU Binutils) 2.22
COMPILER_PATH=c:/mingw32/bin/../libexec/gcc/mingw32/4.7.1/;c:/mingw32/bin/../libexec/gcc/;c:/mingw32/bin/../lib/gcc/mingw32/4.7.1/../../../../mingw32/bin/
LIBRARY_PATH=c:/mingw32/bin/../lib/gcc/mingw32/4.7.1/;c:/mingw32/bin/../lib/gcc/;c:/mingw32/bin/../lib/gcc/mingw32/4.7.1/../../../../mingw32/lib/;c:/mingw32/bin/../lib/gcc/mingw32/4.7.1/../../../
COLLECT_GCC_OPTIONS='-Wall' '-pedantic-errors' '-v' '-c' '-o' 'obj\Release\Hello_cpp.o' '-mtune=i386' '-march=i386'
Output file is bin\Release\Hello_cpp.exe with size 934.66 KB
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 

--- End code ---
The same one for a compilation with gcc 4.81

--- Code: ----------------- Clean: Release in Hello_cpp (compiler: GNU GCC Compiler)---------------

Cleaned "Hello_cpp - Release"

-------------- Build: Release in Hello_cpp (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe -Wall -pedantic-errors -v  -c C:\Users\Gerard_2\Documents\Programmes_en_C\CodeBlocks\Hello_Cpp\Hello_cpp.cpp -o obj\Release\Hello_cpp.o
mingw32-g++.exe  -o bin\Release\Hello_cpp.exe obj\Release\Hello_cpp.o   
Using built-in specs.
COLLECT_GCC=mingw32-g++.exe
Target: mingw32
Configured with: ../../../src/gcc-4.8.1/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs
Thread model: posix
gcc version 4.8.1 (tdm-1)
COLLECT_GCC_OPTIONS='-Wall' '-pedantic-errors' '-v' '-c' '-o' 'obj\Release\Hello_cpp.o' '-mtune=generic' '-march=pentiumpro'
 c:/mingw32/bin/../libexec/gcc/mingw32/4.8.1/cc1plus.exe -quiet -v -iprefix c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/ -D_REENTRANT C:\Users\Gerard_2\Documents\Programmes_en_C\CodeBlocks\Hello_Cpp\Hello_cpp.cpp -quiet -dumpbase Hello_cpp.cpp -mtune=generic -march=pentiumpro -auxbase-strip obj\Release\Hello_cpp.o -Wall -pedantic-errors -version -o C:\Users\Gerard_2\AppData\Local\Temp\cccD6LPn.s
GNU C++ (tdm-1) version 4.8.1 (mingw32)
compiled by GNU C version 4.8.1, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.8.1/include/c++"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.8.1/include/c++/mingw32"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.8.1/include/c++/backward"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.8.1/include"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.8.1/../../../../include"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.8.1/include-fixed"
ignoring duplicate directory "c:/mingw32/lib/gcc/../../lib/gcc/mingw32/4.8.1/../../../../mingw32/include"
ignoring nonexistent directory "/mingw/include"
#include "..." search starts here:
#include <...> search starts here:
 c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/include/c++
 c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/include/c++/mingw32
 c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/include/c++/backward
 c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/include
 c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/../../../../include
 c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/include-fixed
 c:\mingw32\bin\../lib/gcc/mingw32/4.8.1/../../../../mingw32/include
End of search list.
GNU C++ (tdm-1) version 4.8.1 (mingw32)
compiled by GNU C version 4.8.1, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: ba981bdc3051a3f4991ef8e215402d9d
COLLECT_GCC_OPTIONS='-Wall' '-pedantic-errors' '-v' '-c' '-o' 'obj\Release\Hello_cpp.o' '-mtune=generic' '-march=pentiumpro'
 c:/mingw32/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/as.exe -v -o obj\Release\Hello_cpp.o C:\Users\Gerard_2\AppData\Local\Temp\cccD6LPn.s
GNU assembler version 2.23.1 (mingw32) using BFD version (GNU Binutils) 2.23.1
COMPILER_PATH=c:/mingw32/bin/../libexec/gcc/mingw32/4.8.1/;c:/mingw32/bin/../libexec/gcc/;c:/mingw32/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/
LIBRARY_PATH=c:/mingw32/bin/../lib/gcc/mingw32/4.8.1/;c:/mingw32/bin/../lib/gcc/;c:/mingw32/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/lib/;c:/mingw32/bin/../lib/gcc/mingw32/4.8.1/../../../
COLLECT_GCC_OPTIONS='-Wall' '-pedantic-errors' '-v' '-c' '-o' 'obj\Release\Hello_cpp.o' '-mtune=generic' '-march=pentiumpro'
Output file is bin\Release\Hello_cpp.exe with size 1.14 MB
Process terminated with status 0 (0 minute(s), 11 second(s))
0 error(s), 0 warning(s) (0 minute(s), 11 second(s))
 

--- End code ---

Thanks

gd_on

TDragon:
The problem could be related to the include search path "/mingw/include" which was missed for relocation, though I can't see why it would lead to Windows referencing an offline drive. I will release new packages in a day or two that get rid of that unrelocated path, but I don't know for sure if it will fix this problem.

stahta01:

--- Quote from: TDragon on September 29, 2013, 05:26:18 pm ---The problem could be related to the include search path "/mingw/include" which was missed for relocation, though I can't see why it would lead to Windows referencing an offline drive. I will release new packages in a day or two that get rid of that unrelocated path, but I don't know for sure if it will fix this problem.

--- End quote ---

An really only version on MinGW had this issue; is it possible it was looking in an older version of MinGW that has this bug.
It was one of the 3.4.x versions of MinGW with this or a closely related bug.

Tim S.

MortenMacFly:
I got a question myself, too:

Did you (or anyone else in this forum) try to compile wx 2.8.12 with this version?
I get tons of errors, starting with:
../../src/msw/treectrl.cpp:2581:17: error: 'NMTVDISPINFOWW' was not declared in this scope
                 TV_DISPINFO *info = (TV_DISPINFO *)lParam;
...and thats it. Additionally the build log is flooded with deprecated warnings concerning win API headers.

No wx -> no C::B with this version. I wonder how gd_on managed to be able to compile C::b already...?!

gd_on:

--- Code: ---No wx -> no C::B with this version. I wonder how gd_on managed to be able to compile C::b already...?!
--- End code ---
No, I haven't compiled C::B already! I just tried to, but aborted because need a click each time mingw-gcc is invoked !

And I have not even tried to compile wx 2.8.12, so ... probably a source for future problems, but I was prepared to...

gd_on

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version