Author Topic: C::B 10.05, can't compile programs  (Read 3154 times)

Offline Lorizean

  • Single posting newcomer
  • *
  • Posts: 3
C::B 10.05, can't compile programs
« on: December 19, 2010, 01:35:28 pm »
Hi!

I recently installed Code::Blocks on my netbook, running Ubuntu 10.04 Lucid Lynx. For some reason, I cannot compile any programs (using GCC).
I get the following error messages:

winegcc: i486-linux-gnu-g++ failed
Process terminated with status 2 (0 minutes, 0 seconds)

I'm using the following repositories:
http://apt.jenslody.de/ any release
http://apt.wxwidgets.org/ lucid-wx main

I'm a linux/code::blocks noob, I only used C::B on windows before (where everything worked out of the box), so I got no idea what could be wrong. Can anybody help?
Thanks

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(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 Lorizean

  • Single posting newcomer
  • *
  • Posts: 3
Re: C::B 10.05, can't compile programs
« Reply #2 on: December 19, 2010, 01:57:54 pm »

Offline Lorizean

  • Single posting newcomer
  • *
  • Posts: 3
Re: C::B 10.05, can't compile programs
« Reply #3 on: December 19, 2010, 02:13:41 pm »
Nevermind, I got it working. I used g++ instead of wineg++ and its working perfectly.