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/15249] New: Installation of shared libgnat and libgnarl on hppa*


After installation on 10.20, you see the following two links in the adalib
directory:

lrwxr-xr-x   1 bin        bin             13 May  2 13:06 libgnarl.so -> 
libgnarl-*.so
lrwxr-xr-x   1 bin        bin             12 May  2 13:06 libgnat.so -> libgnat-*
.so

Under hpux11, the extention is ".sl".

The hpux10 extension is wrong and should be ".sl".  The files libgnarl-*.so
and libgnat-*.so don't exist (i.e., shared libraries don't build).  This is
also a problem under hppa-unknown-linux-gnu.  I don't know what the "*"
character in the shared library file name is supposed to be.

-- 
           Summary: Installation of shared libgnat and libgnarl on hppa*
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa1.1-hp-hpux10.20, hppa2.0w-hp-hpux11*
  GCC host triplet: hppa1.1-hp-hpux10.20, hppa2.0w-hp-hpux11*
GCC target triplet: hppa1.1-hp-hpux10.20, hppa2.0w-hp-hpux11*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15249


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