Code::Blocks Forums

User forums => Help => Topic started by: lazakal on April 05, 2010, 11:39:48 pm

Title: Librairy pb
Post 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. :?
Title: Re: Librairy pb
Post by: stahta01 on April 06, 2010, 01:57:53 am
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.

Title: Re: Librairy pb
Post by: lazakal on April 06, 2010, 02:03:14 pm
Thanks Stahta, this bring me to study the GCC compiler.