News:

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

Main Menu

C::B 10.05, can't compile programs

Started by Lorizean, December 19, 2010, 01:35:28 PM

Previous topic - Next topic

Lorizean

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

oBFusCATed

(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!]


Lorizean

Nevermind, I got it working. I used g++ instead of wineg++ and its working perfectly.