Code::Blocks Forums
User forums => Help => Topic started by: lazakal on April 05, 2010, 11:39:48 pm
-
Hello world :)
I have download a graphic lib C, dismg.a and its .h, and install it on CB ( MinGW).My Pb is that when executing I obtain the message:
Linking consoles executable: bin\Debug\ProjetDislin.exe
++mingw32-g.exe: obj\Debug\dismg.o: No. such golden directory line
I'v tried all possible configs, without results. :?
-
Turn ON full compiler logging.
Refer Wiki FAQ 2.14
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
Tim S.
-
Thanks Stahta, this bring me to study the GCC compiler.