2 # hints file for NEWS-OS 4.x
7 echo 'When you have found that ld complains "multiple defined" error'
8 echo 'on linking /lib/libdbm.a, do following instructions.'
9 echo ' cp /lib/libdbm.a dbm.o (copy current libdbm.a)'
10 echo ' ar cr libdbm.a dbm.o (make archive)'
11 echo ' mv /lib/libdbm.a /lib/libdbm.a.backup (backup original library)'
12 echo ' cp libdbm.a /lib (copy newer one)'
13 echo ' ranlib /lib/libdbm.a (ranlib for later use)'
20 # Configure does not find out where is libm.
21 plibpth='/usr/lib/cmplrs/cc'
22 # times() returns 'struct tms'
23 clocktype='struct tms'
24 # getgroups(2) returns integer (not gid_t)
26 # time(3) returns long (not time_t)
28 # filemode type is int (not mode_t)
30 # using sprintf(3) instead of gcvt(3)
31 gconvert_preference=sprintf