Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 23:01:57 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        questions@freebsd.org
Subject:   Re: minor gcc 3.4 issue
Message-ID:  <4126BB25.8000908@mac.com>
In-Reply-To: <16678.33647.477760.195346@jerusalem.litteratus.org>
References:  <16678.33647.477760.195346@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4126BB25.8000908>