Help for this page

Select Code to Download


  1. or download this
    libperl.a(regexec.o): In function `Perl__is_grapheme':
    regexec.c:(.text+0x12b70): multiple definition of `Perl__is_grapheme'
    ...
    collect2: error: ld returned 1 exit status
    makefile:369: recipe for target 'perl' failed
    make: *** [perl] Error 1
    
  2. or download this
    perl Makefile.PL LINKTYPE=static
    make
    perl -Mblib -MYAML::XS -E 1
    
  3. or download this
    cd YAML-LibYAML-0.65
    perl Makefile.PL
    make perl
    make -f Makefile.aperl inst_perl MAP_TARGET=perl
    make -f Makefile.aperl map_clean