Subject: Re: libstdc++ libobjc
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 07/28/2001 15:16:07
On Fri, Jul 27, 2001 at 09:25:05PM +0100, Patrick Welche wrote:
> I just noticed that the shared versions of libstdc++ and libobjc (I think
> there was 1 more, but can't remember..) don't get built => pax complains
> when building base.tgz..

got it: the 3rd was libg2c. In the Makefile

.if defined(USE_NEW_TOOLCHAIN)
...
.else
#
# XXX - BEGIN - Old toolchain build goop - delete when everything migrated - XXX
#
MKPIC=no        # XXX hack; shlib_version mismatch
^^^^^^^^
=> no shlibs => can't make release...

Worth just removing

./usr/lib/libg2c.so.0           base-sys-shlib
./usr/lib/libobjc.so.0          base-sys-shlib
./usr/lib/libstdc++.so.2        base-sys-shlib

from src/distrib/sets/lists/base/shl.*,md.vax ? or just assume we'll all
be using USE_NEW_TOOLCHAIN shortly and ignore it for a bit?

Cheers,

Patrick