Thank you very much. Setting those flags before configure did the trick and the configure and compile went smoothly. I will now move on to installation. It might be worth putting this into the FAQ.
Malki Cymbalista Webmaster, Weizmann Institute of Science Rehovot, Israel 76100 Internet: [EMAIL PROTECTED] 08-934-3036 >>> Jim Cole <[EMAIL PROTECTED]> 10/21/02 03:28PM >>> On Monday, October 21, 2002, at 06:45 AM, Malka Cymbalista wrote: > > I am trying to compile htdig 3.1.6 on a Sun Solaris machine. When I > give > the configure command, it stops somewhere in the middle with the > message > > configure: error: To compile ht://Dig, you will need a C++ library. Try > installing libstdc++. > > I do have libstdc++ installed. I checked the FAQ and it mentions > getting What version of GCC are you using? If it is 3.x, it is likely that you are running into problems due to gcc being rather verbose with regard to deprecated header files. If this appears to be the case, try configuring with the following. CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure Jim ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576301;v? http://www.sun.com/javavote _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

