Help for this page

Select Code to Download


  1. or download this
    ENVIRONMENT
    Version information for perl is:
    ...
    make fails because the Makefile is improperly formed.
    # make
    Makefile:91: *** missing separator.  Stop.
    
  2. or download this
    # find . -type f -print | xargs fgrep posix
    ./hints/irix.pl:  $self->{CCFLAGS} =~ s/-ansiposix //;
    ./Changes:      - because of nanosleep we probe for -lrt and -lposix4
    ./Makefile.PL:    push @$LIBS, '-lposix4';