Code::Blocks Forums

User forums => Help => Topic started by: 659_minifly on November 23, 2009, 04:19:16 pm

Title: Error after compiling and run
Post by: 659_minifly on November 23, 2009, 04:19:16 pm
hello
My Problem is :
After compilation ( was ok ) at run time i got this error "ld.exe  error do not find -lbogject-2.0" and no exe program has been creat. Is someone can help me ?.Thank you.
Title: Re: Error after compiling and run
Post by: stahta01 on November 23, 2009, 06:10:48 pm
Your operating system and the compiler name and version may be needed to solve this problem. I have no idea on what symptoms you describe can happen.

Edit: If it is a compiler problem turning on full logging will help.
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Edit2: Do you know the difference between compile, link and run time errors?
Edt3: If your run-time error was instead an link time error; it would make a lot more sense.


Tim S.