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]

Re: --enable-shared doesn't work on Sun-3


   From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
   Date: 10 Aug 1998 10:53:42 +0200

   Kate Hedstrom <kate@ahab.rutgers.edu> writes:

   |> I am using binutils 2.9.1.  I have been having no trouble with egcs
   |> with static libraries.  However, a build of perl with egcs died in
   |> about the same way when it builds its dynamically loadable pieces.

   GAS does not support Sun3/a.out style PIC.  It only supports SVR4/ELF
   style PIC.

It is correct that gas does not support Sun3/a.out PIC, but note that
it does support Sun4/a.out PIC.

It should not be too hard to add Sun3/a.out PIC support for somebody
with access to a Sun3.

Ian


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