Subject: Re: gcc3 deletion
To: None <M.Drochner@fz-juelich.de>
From: Jason Thorpe <thorpej@shagadelic.org>
List: current-users
Date: 11/07/2006 10:26:29
On Nov 7, 2006, at 10:23 AM, Matthias Drochner wrote:

>
> thorpej@shagadelic.org said:
>> maybe an   optional "Fortran run-time" set
>
> Afaict that would not just be run-time but compile-time.
> At least the compiler backend is linked against mpfr and gmp:
> [from an old gcc4 installation]
> $ ldd /usr/local/libexec/gcc/i386-unknown-netbsdelf3.99.15/4.1.0/f951
> /usr/local/libexec/gcc/i386-unknown-netbsdelf3.99.15/4.1.0/f951:
>         -lmpfr.1 => not found
>         -lgmp.3 => not found
>         -lc.12 => /usr/lib/libc.so.12

Ah, of course, for constants.  Annoying.  That means more libraries  
for host tools, too.

-- thorpej