This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In gv.t, check that the installed $SIG{__DIE__} handler is never called.
[perl5.git] / ext / NDBM_File / hints / sco.pl
CommitLineData
0c81fe21
MH
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'];