Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Omri on September 28, 2014, 06:28:40 pm

Title: cannot find ld.exe
Post by: Omri on September 28, 2014, 06:28:40 pm
Hi!
I get this error on C::B running a simple program:
ld.exe cannot find -lwxmsw28u
I understand it may be about the linker but adding the code blocks file doesn't help and I still get the error.
Thanks in advanced!
Title: Re: cannot find ld.exe
Post by: stahta01 on September 28, 2014, 06:48:41 pm
Read the info on the links.

http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

Edit1 added link http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F)

http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef (http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef)

Then, post the full build log if you still need help.

Tim S.