News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

LINKER LIBRARIES GOT DELETED

Started by Pranjal, March 01, 2016, 06:41:51 AM

Previous topic - Next topic

Pranjal

My brother and I both use codeblocks. But unfortunately he deleted linker libraries from linker settings.Now how can I fix it?Please help me!!!  :( 

MortenMacFly

Quote from: Pranjal on March 01, 2016, 06:41:51 AM
Now how can I fix it?Please help me!!!  :(
Re-add them. If you use version control, revert the changes. If you don't use version control: You've learned the lesson why you should do.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oBFusCATed

And don't add stuff to the global compiler settings, instead use projects and add the settings there. :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Pranjal

I asked you guys to tell me how to fix it.I did not want any advice!!!!!!!!!!!!!!!!!!

MortenMacFly

Quote from: Pranjal on March 02, 2016, 02:34:41 PM
I asked you guys to tell me how to fix it.
What shall we fix? If you change the option and hit "save" C::B did what you wanted it to do. Usually there is even a !"are you sure" query.

So sorry, but there is nothing we can do. Furthermore this is not a C::B issue.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Pranjal

So that means my codeblocks is gone.Will it be fixed if I reinstall it?

stahta01

#6
Quote from: Pranjal on March 03, 2016, 07:14:10 AM
So that means my codeblocks is gone.Will it be fixed if I reinstall it?

Please follow and read this link http://www.catb.org/esr/faqs/smart-questions.html

Then, ask a smart question!

Edit: An FAQ that might apply to your problem; but, I can NOT be sure since I have no idea what your problem really is.
http://wiki.codeblocks.org/index.php/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.
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]