This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/3627: multiple definition of `re_max_failures' on i386-Linux to build gcc-3.0
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 1 Jan 2002 19:36:01 -0000
- Subject: Re: bootstrap/3627: multiple definition of `re_max_failures' on i386-Linux to build gcc-3.0
- Reply-to: Craig Rodrigues <rodrigc at mediaone dot net>
The following reply was made to PR bootstrap/3627; it has been noted by GNATS.
From: Craig Rodrigues <rodrigc@mediaone.net>
To: gcc-gnats@gcc.gnu.org
Cc:
Subject: Re: bootstrap/3627: multiple definition of `re_max_failures' on i386-Linux to build gcc-3.0
Date: Tue, 1 Jan 2002 14:35:43 -0500
Delivered-To: rodrigc@gcc.gnu.org
Date: Tue, 01 Jan 2002 20:06:23 +0100
From: Wolfgang Messingschlager <w.mess@freenet.de>
X-Mailer: Mozilla 4.77 [de] (X11; U; Linux 2.4.4-4GB i686)
X-Accept-Language: en
To: rodrigc@gcc.gnu.org
Subject: bootstrap/3627: multiple definition of `re_max_failures' on i386-Linux
to build gcc-3.0
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