Author Topic: 'No such file or directory'  (Read 2851 times)

Offline bealefay

  • Single posting newcomer
  • *
  • Posts: 2
'No such file or directory'
« on: February 05, 2020, 08:06:38 am »
How can I solve this problem ?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: 'No such file or directory'
« Reply #2 on: February 05, 2020, 12:40:02 pm »
Do you have libbgi.a anywhere? If so, tell the linker where it is (Build Options -> Search Directories -> Linker). If not, download the sources, compile them to get the library and put the library where the linker can find it.