Code::Blocks Forums

User forums => Help => Topic started by: bealefay on February 05, 2020, 08:06:38 am

Title: 'No such file or directory'
Post by: bealefay on February 05, 2020, 08:06:38 am
How can I solve this problem ?
Title: Re: 'No such file or directory'
Post by: stahta01 on February 05, 2020, 08:09:35 am
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)
Title: Re: 'No such file or directory'
Post by: Miguel Gimenez 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.