This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14548] New: building Ada library incorrectly requires collect2 on mingw
- From: "rolf dot ebert dot gcc at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2004 08:55:59 -0000
- Subject: [Bug bootstrap/14548] New: building Ada library incorrectly requires collect2 on mingw
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
configure ... --enable-languages=c,ada # no C++
After bootstrapping when compiling the Ada library (via make -C gcc
gnatlib_and_tools) the make step fails building collect2. Collect2 is not
needed for the Ada library and should not be attempted to build.
I suppose the failure is due to
>
> 2004-02-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
>
> * Makefile.in: Move target, host overrides after per-language
> fragments.
As a workaround I commented out USE_COLLECT2 in Makefile.in.
--
Summary: building Ada library incorrectly requires collect2 on
mingw
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rolf dot ebert dot gcc at gmx dot de
CC: gcc-bugs at gcc dot gnu dot org,ro at techfak dot uni-
bielefeld dot de
GCC host triplet: i686-pc-mingw32
GCC target triplet: mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14548