This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline in regression-fix mode after Thanksgiving
On Monday 29 November 2004 21:15, Phil Edwards wrote:
> On Mon, Nov 29, 2004 at 03:24:23PM +0100, Andreas Schwab wrote:
> > Richard Earnshaw <rearnsha@gcc.gnu.org> writes:
> > > You pretty much need to be an expert to work around this. There's
> > > certainly no configure-time option that I'm aware of that will do all
> > > this for you -- it requires, at the least, changes to the make system.
> >
> > Try --disable-shared.
>
> Now that we're all using newer autoconf, --disable-shared=libgfortran
> ought to narrow it down to just that library.
I believe it was meant --disable-shared when configuring gmp.
AFAIK --{dis,en}able-shared only effects the libraries built as part of the
package being configured, not libraries used by a package.
gmp and mpfr are required by the host compiler, not the target.
Paul