This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
bootstrap/3627: multiple definition of `re_max_failures' on i386-Linux to build gcc-3.0
- From: Wolfgang Messingschlager <w dot mess at freenet dot de>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 1 Jan 2002 19:36:00 -0000
- Subject: bootstrap/3627: multiple definition of `re_max_failures' on i386-Linux to build gcc-3.0
- Reply-to: Wolfgang Messingschlager <w dot mess at freenet dot de>
The following reply was made to PR bootstrap/3627; it has been noted by GNATS.
From: Wolfgang Messingschlager <w.mess@freenet.de>
To: rodrigc@gcc.gnu.org
Cc:
Subject: bootstrap/3627: multiple definition of `re_max_failures' on i386-Linux
to build gcc-3.0
Date: Tue, 01 Jan 2002 20:06:23 +0100
rodrigc@gcc.gnu.org wrote:
>
> Synopsis: multiple definition of `re_max_failures' on i386-Linux to build gcc-3.0
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rodrigc
> State-Changed-When: Sat Dec 1 21:52:29 2001
> State-Changed-Why:
> If you want to build a static version of gcc, then
> use the --disable-shared flag when you run configure.
> See:
> http://gcc.gnu.org/install/configure.html
>
> Can you tell me if that works for you?
>
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3627&database=gcc
Sorry for the delay,
I was in holidays. I have tested to use the --disable-shared flag during
configure.
This has solved my problem.
You can close this "bug"
Wolfgang