Author Topic: Librairy pb  (Read 3860 times)

Offline lazakal

  • Single posting newcomer
  • *
  • Posts: 2
Librairy pb
« 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. :?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Librairy pb
« Reply #1 on: April 06, 2010, 01:57:53 am »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline lazakal

  • Single posting newcomer
  • *
  • Posts: 2
Re: Librairy pb
« Reply #2 on: April 06, 2010, 02:03:14 pm »
Thanks Stahta, this bring me to study the GCC compiler.