Subject: Warning while linking libobjc
To: None <tech-toolchain@netbsd.org>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: tech-toolchain
Date: 08/29/1998 22:42:26
Hi,

I got this warning while I build libobjc on i386.

building shared objc library (version 0.0)
ld -x -shared  -o libobjc.so.0.0    --whole-archive libobjc_pic.a --no-whole-archive   
ld: libobjc_pic.a(Protocol.so): RRS text relocation at 0x27c for "___objc_class_name_Object"
ld: libobjc_pic.a(linking.so): RRS text relocation at 0x474 for "___objc_class_name_NXConstantString"
ld: libobjc_pic.a(linking.so): RRS text relocation at 0x470 for "___objc_class_name_Object"
ld: libobjc_pic.a(NXConstStr.so): RRS text relocation at 0x4f4 for "___objc_class_name_Object"

Bernd