[haiku-commits] Re: r36456 - in haiku/trunk/build: jam scripts

  • From: Oliver Tappe <zooey@xxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 24 Apr 2010 22:28:26 +0000

On 2010-04-24 at 19:59:27 [+0000], Matt Madia <mattmadia@xxxxxxxxx> wrote:
[ ... ]
> Also, is there a programmatic way to confirm if a set of libraries are
> gcc agnostic?
> Otherwise, I'd be partially guessing while updating OptionalPackages.

Being gcc-agnostic in general means to not make use of C++ at all, I guess. I 
do not know a precise way to find out if any lib does that, but you could try 
cheating a bit by running this:

        nm <lib> | grep "\w _Z"

Any library/app that shows any results for that is a C++ library and thus not 
compatible between gccs.

HTH.

cheers,
        Oliver

Other related posts: