minor gcc 3.4 issue

Chuck Swiger cswiger at mac.com
Fri Aug 20 20:02:10 PDT 2004


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



More information about the freebsd-questions mailing list