Author Topic: How To Set Up On Linux?  (Read 5106 times)

Offline F6|Zman

  • Single posting newcomer
  • *
  • Posts: 6
How To Set Up On Linux?
« on: March 19, 2013, 10:23:23 pm »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How To Set Up On Linux?
« Reply #1 on: March 19, 2013, 11:29:48 pm »
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!]

Offline F6|Zman

  • Single posting newcomer
  • *
  • Posts: 6
Re: How To Set Up On Linux?
« Reply #2 on: March 19, 2013, 11:32:24 pm »
What exactly do you want to setup?
A native builder or a cross compiler?

Builder.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How To Set Up On Linux?
« Reply #3 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.
(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!]

Offline F6|Zman

  • Single posting newcomer
  • *
  • Posts: 6
Re: How To Set Up On Linux?
« Reply #4 on: March 20, 2013, 08:49:31 pm »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How To Set Up On Linux?
« Reply #5 on: March 20, 2013, 11:32:05 pm »
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!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: How To Set Up On Linux?
« Reply #6 on: March 21, 2013, 06:11:40 am »
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

  • Guest
Re: How To Set Up On Linux?
« Reply #7 on: March 21, 2013, 10:38:25 pm »
Open a terminal and type "sudo apt-get install build-essential" without quotes.