According to David Rosendale: > Thanks for your help but this wasn't it. Every place where there is a > libstdc++.so.5.* is a libstdc++.so. > > I did create a link from /usr/local/include to /u01/opt/csw/gcc3/include > (the most recent install) but that did not work either. > > Any more ideas? ... > > > > I keep getting an error trying to configure on Solaris 8, using gcc > > > > 3.3. It keeps telling me to install libstdc++, which is > > > supposed to be > > > > included with gcc. > > > > Not sure if this is your problem or not but mine was that I didn't > > actually have a file named 'libstdc++.so'. > > > > I fixed it and it ran perfect by making a soft link to one of the files: > > ln -s libstdc++.so.5.0.3 libstdc++.so
If this is 3.1.6 you're installing, have you tried the trick described in http://www.htdig.org/FAQ.html#q3.8 ? -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/ Dept. Physiology, U. of Manitoba Winnipeg, MB R3E 3J7 (Canada) ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ 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

