From: Kristian K. <kri...@gm...> - 2007-03-02 16:17:39
|
On 3/2/07, Manuel Dominguez <man...@te...> wrote: > Hi all, > > I have the same packages version that Thorsten. I have compiled 0.4 without > problems but my problem appears in trunk. Always has an error trying to > compile fakeroot. Somebody knows what happens? It's possible to disable > fakeroot? The package is not selected in my astlinux.config. Please, I need > to begin to test with Astlinux trunk. > > Here is the error: > ..snipped.. > checking for g++... no > checking for c++... no > checking for gpp... no > checking for aCC... no > checking for CC... no > checking for cxx... no > checking for cc++... no > checking for cl... no > checking for FCC... no > checking for KCC... no > checking for RCC... no > checking for xlC_r... no > checking for xlC... no > checking whether we are using the GNU C++ compiler... no > checking whether g++ accepts -g... no > checking dependency style of g++... 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. > make: > Script done on Thu 01 Mar 2007 08:16:48 PM EST Manuel, You need to install a C++ compiler on your host. How to do this varies greatly by distro but usually it is something like g++, c++-devel, etc. -- Kristian Kielhofner |