I can compile everything in FC3 and FC1 without a problem. But when I tried to compile Amanda in Debian it gave this error in configure:
# ./configure --program-prefix=/opt/amanda-2.4.5 --with-user=amanda --with-group=disk : : 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. When I check if gnu c++ compiler and the standard library, it is installed: # dpkg --list | grep g++ ii g++-2.95 2.95.4-22 The GNU C++ compiler # dpkg --list | grep libstdc ii libstdc++2.10- 2.95.4-22 The GNU stdc++ library (development files) ii libstdc++2.10- 2.95.4-22 The GNU stdc++ library ii libstdc++5 3.3.5-8 The GNU Standard C++ Library v3 Does any one know what package or step am I missing? Thanks. Kuas
