![]() |
Hi All, I just pick up hylafax-v4.0pl2.tar.gz source but after I run ./configure I got warning ---cut here------ Missing C++ runtime support for gcc (/usr/bin/gcc). Compilation of the following test program failed: ---------------------------------------------------------- #include "new.h" int main(){ int* a = new int; *a = 0; delete a; return 0;} ---------------------------------------------------------- Usually this is because you do not have libg++ installed on your system or you have installed it in a non-standard location. If you do not have libg++ installed, then you must install it. If libg++ is installed in a non-standard location, then you should configure the compiler so that it will automatically be found. Unrecoverable error! Once you've corrected the problem rerun this script. ---cut here------------ I use Slackware 3.6 --cut here--- hiss:~/src/hylafax-v4.0pl2$ uname -a Linux hiss 2.0.35 #1 Wed Mar 10 15:28:44 ICT 1999 i586 unknown hiss:~/src/hylafax-v4.0pl2$ gcc --version 2.7.2.3 hiss:~/src/hylafax-v4.0pl2$ g++ --version egcs-2.90.29 980515 (egcs-1.0.3 release) ---cut here--- Can I solve this problem? Thank You, -Nop