Marc 'HE' Brockschmidt wrote:
>> It would be nice if Lintian could be made aware that the "gf" suffix is
>> being used in the names of runtime library packages that have been
>> rebuilt with gfortran instead of g77 (refer to:
>> http://lists.debian.org/debian-toolchain/2007/07/msg00000.html )
> 
> Is there something in the binary that can be used to determine if it's
> build with gfortran?

One or more of these maybe?

ldd $binary | grep -q libgfortran.so
objdump -x $binary | grep NEEDED | grep -q libgfortran.so
nm -D $binary | grep -q _gfortran

best regards,

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>
WWW: http://www.starplot.org/
WWW: http://people.debian.org/~kmccarty/
GPG: public key ID 4F83C751



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to