home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / perl-5.003-base.tgz / perl-5.003-base.tar / fsf / perl / ext / ODBM_File / hints / sco.pl < prev    next >
Text File  |  1996-01-20  |  190b  |  5 lines

  1. # Some versions of SCO contain a broken -ldbm library that is missing
  2. # dbmclose.  Some of those might have a fixed library installed as
  3. # -ldbm.nfs.
  4. $self->{LIBS} = ['-ldbm.nfs', '-ldbm'];
  5.