Kompilierungsproblem

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
muenchi
Posts: 62
Joined: 2006-08-11 03:15
 

Kompilierungsproblem

Post by muenchi »

Wollte "ices" auf meinem Debian Etch Server installieren, aber bei ./configure kriege ich immer diesen Fehler.
Was ist falsch? gcc / gpp habe ich schon gelöscht und wieder neuinstalliert, hat aber nichts gebracht :(
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... gpp
checking whether we are using the GNU C++ compiler... no
checking whether gpp accepts -g... no
checking dependency style of gpp... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log'for more details.
Komischerweise ging es jedoch mit "icecast" selbst.. nur "ices" spinnt jetzt :(
EdRoxter
Posts: 483
Joined: 2006-01-06 03:23
Location: Neben Bonn
 

Re: Kompilierungsproblem

Post by EdRoxter »

Code: Select all

aptitude install cpp
bzw.

Code: Select all

aptitude reinstall cpp
muenchi
Posts: 62
Joined: 2006-08-11 03:15
 

Re: Kompilierungsproblem

Post by muenchi »

hallo,
hat leider nichts gebracht. Noch der selbe Fehler :(
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Kompilierungsproblem

Post by Joe User »

Code: Select all

aptitude install cpp gcc g++
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
muenchi
Posts: 62
Joined: 2006-08-11 03:15
 

Re: Kompilierungsproblem

Post by muenchi »

danke, jetzt gehts :)