News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Error after compiling and run

Started by 659_minifly, November 23, 2009, 04:19:16 PM

Previous topic - Next topic

659_minifly

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.

stahta01

#1
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.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]