Help for this page

Select Code to Download


  1. or download this
    # File ownership and group
    BINOWN = bin
    BINGRP = bin
    
  2. or download this
    
    install: libgdbm.la gdbm.h gdbm.info
    ...
            $(INSTALL_ROOT)$(man3dir)/gdbm.3
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.info \
            $(INSTALL_ROOT)$(infodir)/gdbm.info
    
  3. or download this
    /usr/bin/install -c -m 644 -o bin -g bin gdbm.h \
            /usr/local/include/gdbm.h
    install: bin: Invalid argument
    make: *** [install] Error 67
    
  4. or download this
    BINOWN = jimk
    BINGRP = jimk
    
  5. or download this
    perl Makefile.PL
    make
    
  6. or download this
    [GDBM_File] 554 $ make test
    PERL_DL_NONLAZY=1 ../../perl "-MExtUtils::Command::MM" "-e" "test_harn
    +ess(0, 'blib/lib', 'blib/arch')" t/*.t
    ...
            Test returned status 2 (wstat 512, 0x200)
    FAILED--1 test script could be run, alas--no output ever seen
    make: *** [test_dynamic] Error 2
    
  7. or download this
    BEGIN {
        chdir 't' if -d 't';
    ...
        if ($Config{'extensions'} !~ /\bGDBM_File\b/) {
            print "1..0 # Skip: GDBM_File was not built\n";
            exit 0;
    
  8. or download this
    [GDBM_File] 574 $ prove -v t/gdbm.t 
    t/gdbm....1..0 # Skip: GDBM_File was not built
    ...
            all skipped: GDBM_File was not built
    All tests successful, 1 test skipped.
    Files=1, Tests=0,  0 wallclock secs ( 0.01 cusr +  0.02 csys =  0.03 C
    +PU)
    
  9. or download this
    [GDBM_File] 575 $ sudo make install
    Installing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/GDB
    +M_File/GDBM_File.bs
    ...
    Installing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/GDBM_Fil
    +e.pm
    Writing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/GDBM_F
    +ile/.packlist
    Appending installation info to /usr/local/lib/perl5/5.8.8/darwin-2leve
    +l/perllocal.pod
    
  10. or download this
    [gdbm-1.8.3] 504 $ perl -MGDBM_File -e 'print "Hello world\n";'
    Hello world
    
  11. or download this
    ext/File/Glob/t/basic.....................ok
    ext/File/Glob/t/case......................ok
    ...
    ext/Filter/t/call.........................ok
    ext/I18N/Langinfo/t/Langinfo..............ok
    ext/IO/t/io_const.........................ok