source: vendor/perl/5.8.8/ext/ODBM_File/hints/sco.pl@ 3181

Last change on this file since 3181 was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 286 bytes
Line 
1# SCO ODT 3.2v4.2 has a -ldbm library that is missing dbmclose.
2# This system should have a complete library installed as -ldbm.nfs which
3# should be used instead (Probably need the networking product add-on)
4$self->{LIBS} = ['-lndbm',-e "/usr/lib/libdbm.nfs.a"?'-ldbm.nfs':'-ldbm'];
Note: See TracBrowser for help on using the repository browser.