Robert Huff wrote:
[ ... ]
        Is there any way to determine which programs those would be,
short of running them and watching them break?  (I'm thinking
something which looks at the source code or makefiles ....)

Consider something like:

        fgrep -l libstdc++ /usr/local/bin/*

...which ought to do a pretty decent job of identifying which programs link against the C++ standard library. I suppose that one might double-check with ldd if you want to be certain.

--
-Chuck

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to