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

Re: Probleme mit gcc. Warum wird der nicht gleich installiert?



"Christian Richling" <fishy3l@gmx.de> writes:

> ich wollte mir ein Paket selber bauen. Nach .\configure stellte ich fest,
> daß gar kein Compiler installiert ist. Mit apt-get gcc geholt. Meckerte
> immer noch. Nach ein wenig Googeln stellte ich fest, dass ich noch
> irgendwelche C-Pakete holen mußte (libc o.ä.) Nun meckert der installer
> immer noch:
>
> | error: C++ preprocessor "/lib/cpp" fails sanity check.
>
> Und in config.log steht noch mehr. Ich denke, da fehlen mir noch Pakete.
> Welche?

"build-essential". Wenn das Programm noch irgendwelche Libraries braucht,
mußt Du deren -dev Pakete installieren.

> configure:4195: /lib/cpp  conftest.cc
> cpp: installation problem, cannot exec `cc1plus': No such file or directory
> configure:4201: $? = 1

Es fehlt der C++ Compiler (im Paket "g++"). Wird durch Installation von
"build-essential" mitinstalliert.

Martin


-- 
   ,--.    Martin Dickopp, Dresden, Germany                 ,= ,-_-. =.
  / ,- )   http://www.zero-based.org/                      ((_/)o o(\_))
  \ `-'                                                     `-'(. .)`-'
   `-.     Debian, a variant of the GNU operating system.       \_/



Reply to: