[EMAIL PROTECTED] wrote: > > Brian Lavender writes: > > I am trying to compile htdig 3.2.0b. > > > > I believe I have the libstdc++ on my system, but it appears that make > > cannot open it. I am using debian GNU/Linux. I went into dselect and > > it appears that libstdc++ is installed. Below is the error I get. What > > should I look for? > > Could you, please, run There is a similar problem I rised a long time ago. I've got too many libstdc++ :) On my FreeBSD-3.2 I've got 2 c++ compilers: standart from system 2.7.2.1 and 2.95 from the ports. If I use 2.95 compiler on link stage there appears "-L/usr/lib" flag and objects which are compiled by 2.95 compiler are linked against 2.7.2.1's /usr/lib/libstdc++ instead of 2.95's /usr/local/lib/libstdc++ This caused a "symbol not found" error. It isn't critical bug because it's still possible to compile it by old compiler. I don't know who need -L/usr/lib flag. Vadim. ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to [EMAIL PROTECTED] You will receive a message to confirm this.
