This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: ld error


Xiaolin Park <xlpark@kankou.cs.uec.ac.jp> writes:

|> Hi, everyone:
|> Could any one tell me what the following error mean, and what can i do for
|> them. These error is from compiling chinput on an IA-64 linux box.
|> BTW: on x86 it's OK.
|> 
|> /usr/bin/ld: TLS_LibMain.o: @gprel relocation against dynamic symbol pMyCImmOp

You are linking a non-pic object file into a shared library.  This is not
portable and does not work on ia64.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


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