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 ada/80418] New: libgnat_pic.a built but not installed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80418

            Bug ID: 80418
           Summary: libgnat_pic.a built but not installed
           Product: gcc
           Version: 7.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

> find . -name libgnat_pic.a
./gcc/ada/rts/libgnat_pic.a
./gcc/ada/rts_32/libgnat_pic.a

but make install doesn't install it.  When building GCC itself with -fPIE
linking fails because we link against static host libgnat which isn't PIC/PIE.

libgcc.a and libstdc++.a are PIC anyway, why isn't libgnat?

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