Hello,
I got a newbie problem in htdig install (on Intel-linux RedHat9) ;)
 
When i ./configure in htdig directory, i got the error:
 
checking for ostream.h... no
checking for iostream.h... no
checking for fstream.h... no
configure: error: To compile ht://Dig, you will need a C++ library. Try installing libstdc++.
But the files ostream.h iostream.h and fstream.h ARE in /usr/include/g++-3/
So i tried to ./configure --c++-libraries=/usr/include/g++-3/
But i got the error:

configure: error: --c++-libraries=/usr/include/g++-3/: invalid option; use --help to show usage
idem for ./configure --libstdc++-libraries=/usr/include/g++-3/
 
I tried to download the libstdc++ but it's said that those libraries are included in gcc3 (i knew that already though :) )

Help! What am i doing wrong?!
 
Thanks
Antoine

Reply via email to