This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/14548] New: building Ada library incorrectly requires collect2 on mingw


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]