[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

sbnc installation: problem mit c++ compiler



hi leute

ich habe vor sbnc zu installieren
(http://www.shroudbnc.info/About.aspx), jedoch klappts mit dem c++
compiler nicht.

nachdem ich mir das archiv geholt und entpackt habe:

$ ./configure --enable-ssl
checking for g++... no
checking for c++... no
checking for gpp... gpp
checking for C++ compiler default output file name... b.out
checking whether the C++ compiler works... configure: error: cannot
run C++ compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

$ apt-cache show g++
Package: g++
Priority: optional
Section: devel
Installed-Size: 40
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: i386
Source: gcc-defaults (1.50)
Version: 4:4.1.1-15

$ sudo apt-get install g++
Reading package lists... Done
Building dependency tree... Done
[..]
The following packages have unmet dependencies:
  g++: Depends: g++-4.1 (>= 4.1.1-2) but it is not going to be installed
E: Broken packages

$ sudo apt-get install g++-4.1
Reading package lists... Done
Building dependency tree... Done
[..]
The following packages have unmet dependencies:
  g++-4.1: Depends: libstdc++6-4.1-dev (= 4.1.1-21) but it is not
going to be installed
E: Broken packages

$ sudo apt-get install libstdc++6-4.1-dev
Reading package lists... Done
Building dependency tree... Done
[..]
The following packages have unmet dependencies:
  libstdc++6-4.1-dev: Depends: libc6-dev (>= 2.3.6-7) but it is not
going to be installed
E: Broken packages

$ sudo apt-get install libc6-dev
Reading package lists... Done
Building dependency tree... Done
[..]
The following packages have unmet dependencies:
  libc6-dev: Depends: libc6 (= 2.3.6.ds1-13etch4) but 2.6.1-3 is to be installed
E: Broken packages

libc6 habe ich probiert mit aptitude downzugraden. jedoch läuft clamav
und noch _einiges_ was die libc6-2.6.1 benötigt.

übrigens bekomme ich psybnc auch nicht installiert (zumindest geht die
gui nicht), weil libncurses5-dev benötigt wird was wiederum
libc6-2.3.6.ds1-13etch4 benötigt.

ich bin linux-anfänger und habe ehrlichgesagt noch etwas damit zu
kämpfen die packetverwaltung wirklich zu verstehen. wie gehe ich an
das problem heran?

-- 
mfg patrick


Reply to: