On Mon, 26 Jun 2006, Guy Desaulniers wrote: > configure: error: To compile ht://Dig, you will need a C++ library. Try > installing libstdc++. > > > > But as you can see I have gcc installed and it sees a C ++ compiler... > ... > > checking for ostream.h... no > > checking for iostream.h... no > > checking for fstream.h... no
You might want to try the advice in http://www.htdig.org/FAQ.html#q3.8. The configure script gets confused when working with newer compilers that use 'ostream', 'iostream', etc. rather than the older .h versions. Jim Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ ht://Dig general mailing list: <[email protected]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

