Help!help! Error "g++-4.1 not found" when making.

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Ben Lau

Help!help! Error "g++-4.1 not found" when making.

Post by Ben Lau »

Help!help! Error "g++-4.1 not found" when making, my G++ version is 3.3 not 4.1. How can I skip this error.
User avatar
Roman Hartmann
Posts: 295
Joined: Wed Mar 08, 2006 8:29 pm

Re: Help!help! Error "g++-4.1 not found" when maki

Post by Roman Hartmann »

Ben Lau wrote:Help!help! Error "g++-4.1 not found" when making, my G++ version is 3.3 not 4.1. How can I skip this error.
Hi,
what are you trying to compile? Anyway, you can't just 'skip' this error. Seems that you need to have version 4.1 installed to compile the sources. So you can either change the Makefile/script/source if you're sure that version 3.1 will work as well or -maybe the easier solution- install version 4.1 of g++.

Roman
Ben Lau

Re: Help!help! Error "g++-4.1 not found" when maki

Post by Ben Lau »

Hi, Roman

You are right, I have changed "CXX = g++-4.1" to "CXX=g++-3.1", Passed!

Oh, Yeah. Unix is the King, Ubuntu is the Queen, Windows is a Rook.

Ben