Subject: egcs: strange message from ld when building shared libm
To: None <tech-toolchain@NetBSD.ORG>
From: None <Anders.Hjalmarsson@economics.gu.se>
List: tech-toolchain
Date: 04/14/1998 20:54:03
When doing a make build from today's sources (on i386) with the new
gcc (bootstrapped as Todd Vierling suggested) I got the following message:

building shared m library (version 0.1)
ld -x -shared  -o libm.so.0.1    --whole-archive libm_pic.a --no-whole-archive
ld: libm_pic.a(k_standard.so): RRS text relocation at 0xf4d8 for "___sF"

Does that mean that the PIC code isn't PIC ?

Anders