File: README.HLU

package info (click to toggle)
libc-sparc 5.3.12-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 18,664 kB
  • ctags: 53,237
  • sloc: ansic: 181,379; asm: 5,080; makefile: 3,340; lex: 521; sh: 439; yacc: 401; awk: 28
file content (15 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HJ,

This is the source of the current "libbsd.a" as I have it
next to the libc 4.3.2.  You can safely ignore the blahblah
in the other README- throw it away after you added this stuff
to the rest of libc...

I think the best way to add this to the standard set of C
libraries is to keep it in the form of a single non-sharable
library (/usr/lib/libbsd.a) that only gets linked if the user
asks for it by typing "-lbsd".  I don't know if this is pos-
sible, but I don't think it should be added to the "shared"
image, because it might cause other problems in that case...

Fred.