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

  1. # On DYNIX/ptx 4.0 (v4.1.3), ndbm is actually contained in the 
  2. # libc library, and must be explicitly linked against -lc when compiling.
  3. $self->{LIBS} = ['-lc'];
  4.