failed to build dependencies for C++
Status: Beta
Brought to you by:
whyglinux
On Ubuntu 10.04, building dependencies fails because the Makefile is using gcc, $(CC), to parse the source. It cannot handle things like #include <vector>. It needs to use g++, $(CXX).
I have another similarly configured system that does work, so I'm not sure what is going on.
I'll attempt to attach a patch that fixed the problem, although it is probably not the most elegant fix.
Below are my systems stats.
$ g++ --version g++ (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 10.04.4 LTS Release: 10.04 Codename: lucid
That is suppose to be:
In the description.