News:

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

Main Menu

How To Set Up On Linux?

Started by F6|Zman, March 19, 2013, 10:23:23 PM

Previous topic - Next topic

F6|Zman

I am not sure how to set code::blocks up on Linux (Ubuntu). Every time I try to build something I get this error:

Precompiling header: ../engine/engine.h
err:module:import_dll Library libgmp-10.dll (which is needed by L"Z:\\host\\mingw\\libexec\\gcc\\mingw32\\4.7.0\\cc1plus.exe") not found
err:module:import_dll Library libmpc-2.dll (which is needed by L"Z:\\host\\mingw\\libexec\\gcc\\mingw32\\4.7.0\\cc1plus.exe") not found
err:module:import_dll Library libmpfr-1.dll (which is needed by L"Z:\\host\\mingw\\libexec\\gcc\\mingw32\\4.7.0\\cc1plus.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\host\\mingw\\libexec\\gcc\\mingw32\\4.7.0\\cc1plus.exe" failed, status c0000135
Process terminated with status 1 (0 minutes, 5 seconds)
0 errors, 0 warnings

How do I set this up correctly? Sorry if I did not post this in the correct area.

oBFusCATed

What exactly do you want to setup?
A native builder or a cross compiler?
(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!]

F6|Zman

Quote from: oBFusCATed on March 19, 2013, 11:29:48 PM
What exactly do you want to setup?
A native builder or a cross compiler?

Builder.

oBFusCATed

Then why are you trying to use mingw? Install a native gcc/g++ and you're done.
(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!]

F6|Zman

Quote from: oBFusCATed on March 20, 2013, 12:41:19 AM
Then why are you trying to use mingw? Install a native gcc/g++ and you're done.

I don't know how to do that on Linux.

oBFusCATed

Sorry, but you're getting the RTFM answer. We don't support your distro here.
(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!]

Jenna

Quote from: oBFusCATed on March 20, 2013, 11:32:05 PM
Sorry, but you're getting the RTFM answer. We don't support your distro here.
To make it clear: we don't support any distros, OSes or third-party libs here, just Code::Blocks.

Please reread the rules and follow them as you have accepted when registering here !

mrrangerman

Open a terminal and type "sudo apt-get install build-essential" without quotes.