Sorry, but that didn't help. :/
So you mean post all of the errors?Not necessary all errors, but the full commandline sent to the compiler.
[100.0%] mingw32-gcc-4.4.0.exe -LC:\SFML-1.6\lib -o BinObj\bin\Debug\tGUI.exe BinObj\obj\Debug\tGUI.o BinObj\obj\Debug\main.o -lmingw32 -lsfml-system -lsfml-window -lsfml-graphics -static-libgcc
f:/mingw 4.4/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: warning: auto-importing has been activated without --enable-auto-import specified on the command line.
This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
tGUI.o: In function `_tcf_0':
undefined reference to `std::ios_base::Init::~Init()'
tGUI.o: In function `_static_initialization_and_destruction_0':
undefined reference to `std::ios_base::Init::Init()'
If I see it correctly, you use c++-object files/libraries and try to link them with gcc. That does not work.
Using g++.exe or (most likely) mingw32-g++-4.4.0.exe in your case as linker executable.
Note:
A simple web-search would have lead you to the same result.
Not searching (also the web) before asking violates our forum rules !
Be warned !
And as I see it that is exactly what a forum is for. Post your problems when you can't find a solution.Yes, but our forum/website is not a general programming forum, it's a Code::Blocks forum and dedicated to problems around C::B only.
I had no idea if it was my OS, the compiler, my code, or my computer even.
Neither the OS, the compiler, your code or your computer are related to C::B !QuoteI had no idea if it was my OS, the compiler, my code, or my computer even.
I didn't know what type of problem it was.
Neither the OS, the compiler, your code or your computer are related to C::B !Those were examples. The whole point was to express that I had no clue.
You also violated our forum rules, by not to tell us anything about the setup you use, and you did not tell anything about this (even not after I asked for it).So am I gonna get banned for forgetfulness? I'm only human.