Subject: Problem with building shared libstd++
To: None <current-users@NetBSD.ORG>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 03/16/1997 15:19:48
Hi,

I tried to upgrade my i386 current system from 27th Feb 97 to a current of
today and got some warnings from gnu/lib/libstd++:

building shared stdc++ library (version 0.1)
ld -x -Bshareable -Bforcearchive  -o libstdc++.so.0.1 libstdc++_pic.a /usr/lib/c++rt0.o
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17f09 for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17eed for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17ed1 for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17eb5 for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17e99 for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17e7d for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17e0f for "__vt$8bad_cast"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17dfb for "__vt$9exception"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17a43 for "__vt$9exception"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17a29 for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x17591 for "___builtin_delete"
ld: libstdc++_pic.a(typeinfoi.so): RRS text relocation at 0x1755f for "_strcmp"
[..]

I build and install src/lib, without this errors, before I build libg++.

Has anyone an idea what went wrong ?

Bernd