configure:1575: checking for g++
configure:1604: result: no
configure:1617: checking for C++ compiler version
configure:1620: g++ --version </dev/null >&5
./configure: line 1621: g++: command not found
Therefore, I tried
apt-get install g++
but it gives me
The following packages have unmet dependencies:
g++: Depends: cpp (>= 4:4.3.2-2) but it is not going to be installed
Depends: gcc (>= 4:4.3.2-2) but it is not going to be installed
Depends: g++-4.3 (>= 4.3.2-1) but it is not going to be installed
Depends: gcc-4.3 (>= 4.3.2-1) but it is not going to be installed
E: Broken packages
What can I do?
Uwe
(Please, Cc: to me, I am not following all the posts, thanks!)
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
03-11-2009, 11:59 AM
Celejar
Problems with compilation
On Wed, 11 Mar 2009 12:51:34 +0800
Uwe Dippel <udippel@gmail.com> wrote:
...
> Therefore, I tried
> apt-get install g++
> but it gives me
> The following packages have unmet dependencies:
> g++: Depends: cpp (>= 4:4.3.2-2) but it is not going to be installed
> Depends: gcc (>= 4:4.3.2-2) but it is not going to be installed
> Depends: g++-4.3 (>= 4.3.2-1) but it is not going to be installed
> Depends: gcc-4.3 (>= 4.3.2-1) but it is not going to be installed
> E: Broken packages
>
> What can I do?
g++ is a dependency package which depends on the actual compiler
packages that apt-get is trying to install. On my Sid system, they are
all available; I don't know why they aren't on yours. Have you done an
update recently? Perhaps try a different mirror, or just wait and try
the update and install again.
Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org