Greetings,

Normally g++ should be installed when gcc is installed, shouldn't it?  I
would guess there is another reason that g++ isn't working.  Ulisse, does
either
    which g++
or
    g++ -v
give any meaningful output?  You could also create a file  tmp.cc  containing
    int main ()
    { return 1; }
and compile it using
    g++ tmp.cc -o tmp
and see if that works.

Cheers,
Lachlan

>-- Original Message --
>At 00.44 25/11/2003 +0100, Ulisse Savi wrote:
>
>>checking for c++... no
>>checking for g++... no
>>checking for gcc... gcc
>
>You have GCC C compiler, but no c++ compiler. You just have to install g++.
>
>I am not sure about the RPM name, but it should be something like 
>g++-....i386.rpm
>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
ht://Dig Developer mailing list:
[EMAIL PROTECTED]
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to