home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / ext / ODBM_File / hints / dec_osf.pl < prev    next >
Text File  |  1999-07-20  |  407b  |  10 lines

  1. # The -hidden option causes compilation to fail on Digital Unix.
  2. #   Andy Dougherty  <doughera@lafcol.lafayette.edu>
  3. #   Sat Jan 13 16:29:52 EST 1996
  4. $self->{LDDLFLAGS} = $Config{lddlflags};
  5. $self->{LDDLFLAGS} =~ s/-hidden//;
  6. #  As long as we're hinting, note the known location of the dbm routines.
  7. #   Spider Boardman  <spider@Orb.Nashua.NH.US>
  8. #   Fri Feb 21 14:50:31 EST 1997
  9. $self->{LIBS} = ['-ldbm'];
  10.