This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/15249] Installation of shared libgnat and libgnarl on hppa*
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2004 16:07:21 -0000
- Subject: [Bug ada/15249] Installation of shared libgnat and libgnarl on hppa*
- References: <20040502174022.15249.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-05-03 16:07 -------
Subject: Re: Installation of shared libgnat and libgnarl on hp
> Ok, that explains it. I have been using make gnatlib_and_tools.
make gnatlib-shared
...
mkdir.o socket.o \
-Wl,+h,libgnat-3.4.sl -lm
/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "ada__calendar__delays__timed_delay_nt" in input file "a-caldel.o"
This usually is a result of not using the "-fPIC" option when compiling
object modules.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15249