Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Pixelated on August 13, 2013, 11:53:32 am

Title: Example files won't build. Getting error: ld.exe||cannot find -lstrmbase|
Post by: Pixelated on August 13, 2013, 11:53:32 am
I get 2 errors when trying to compile any Example file in Code::Blocks:
ld.exe||cannot find -lstrmbase|
ld.exe||cannot find -lz|


I'm fairly new to this whole scene so I'm not sure what else to include into this topic.

Can anyone help me figure this out,

Greetings,
Pixelated
Title: Re: Example files won't build. Getting error: ld.exe||cannot find -lstrmbase|
Post by: oBFusCATed on August 13, 2013, 12:11:07 pm
Yes, start reading these http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29
Title: Re: Example files won't build. Getting error: ld.exe||cannot find -lstrmbase|
Post by: stahta01 on August 13, 2013, 01:58:40 pm
My guess, you did something stupid like adding those settings to the Global compiler linker settings.

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)

Tim S.