According to urgrue:
> libstdc++ is there:
> veppi:~ # ldconfig -p | grep stdc++
> libstdc++.so.27 (libc5) => /usr/i486-linux-libc5/lib/libstdc++.so.27
> libstdc++.so.2.9 (libc6) => /usr/lib/libstdc++.so.2.9
> libstdc++.so.2.8 (libc6) => /usr/lib/libstdc++.so.2.8
> libstdc++.so.2.7.2 (libc6) => /usr/lib/libstdc++.so.2.7.2
> libstdc++.so (libc5) => /usr/i486-linux-libc5/lib/libstdc++.so
> libstdc++-libc6.1-2.so.3 (libc6) =>
> /usr/lib/libstdc++-libc6.1-2.so.3
> libstdc++-libc6.1-1.so.2 (libc6) =>
> /usr/lib/libstdc++-libc6.1-1.so.2
>
> any other ideas?
Well, the error messages in the two archived e-mails referenced by
"freddie" were actually rather different. The only thing in common
was that there were a lot of undefined references. If that's what
you're getting too, then chances are you're missing a library.
ldconfig will tell you which runtime libraries you have, but on many
systems the development libraries, for compiling and linking, are in
separate packages. E.g. Red Hat Linux has libstdc++ and libstdc++-devel
packages, and the latter is needed for linking. I don't know if SuSE
does something similar. If that doesn't solve the problem, it might be
useful to know what messages YOU are getting from ./configure and make,
as opposed to messages seen by other users one or two years ago.
> > The reason people talked about egcs at that point (1999 and 2000)
> > was that
> > gcc 2.7.2 and 2.8.x did not include libg++/libstdc++, whereas egcs
> > did. At
> > this point, gcc is egcs and it includes the libraries it needs.
> >
> > The usual reasons for those messages are that either libstdc++
> > wasn't
> > installed, couldn't be found by the compiler, or was an older
> > version
> > compared to the compiler.
> >
> > > for what its worth, i compile lots of things and never have had
> > > problems with c++ before, except once with mysql but that was
> >
> > I'd make sure that libstdc++ is installed and is in your usual
> > library
> > path--since you say you're using SuSE Linux, try
> > ldconfig -p | grep stdc++
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
_______________________________________________
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