Subject: Re: groff requires libgcc_s.so?
To: None <current-users@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: current-users
Date: 06/13/2004 23:23:12
On Sun, Jun 13, 2004 at 10:10:59PM -0500, Dave Huang wrote:
> What's libgcc_s.so? groff seems to require it:
>
> /usr/bin/groff:
> -lstdc++.5 => /usr/lib/libstdc++.so.5
> -lm.0 => /usr/lib/libm.so.0
> -lgcc_s.1 => /usr/lib/libgcc_s.so.1
> -lc.12 => /usr/lib/libc.so.12
>
> However, it's not included in the base set, but in the comp set. I
> just upgraded one of my compiler-less machines to 2.0_BETA (installed
> all sets except comp and the X11 sets), and noticed that nroff didn't
> run.
>
> Should libgcc_s.so* be moved from comp to base?
Yes. Fixed
James