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


------- 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


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