Help for this page

Select Code to Download


  1. or download this
    $ make
     . . . stuff elided . . .
    ...
    /Work/Perl/Perlmonks/XS_linking/Kbh.c:173:(.text+0xb3): relocation tru
    +ncated to fit: R_X86_64_PC32 against undefined symbol `send_string'
    collect2: error: ld returned 1 exit status
    make: *** [Makefile:472: blib/arch/auto/Kbh/Kbh.dll] Error 1
    
  2. or download this
    $ objdump.exe -t Kbh.o
    
    ...
    [  2](sec  1)(fl 0x00)(ty  20)(scl   2) (nx 1) 0x0000000000000000 _Z11
    +send_stringPKc
    AUX tagndx 0 ttlsiz 0x0 lnnos 0 next 0
       . . . elided . . .
    
  3. or download this
    $ make
    cp lib/Kbh.pm blib/lib/Kbh.pm
    ...
    
    chmod 755 blib/arch/auto/Kbh/Kbh.dll
    "/usr/bin/perl.exe" -MExtUtils::Command::MM -e 'cp_nonempty' -- Kbh.bs
    + blib/arch/auto/Kbh/Kbh.bs 644
    
  4. or download this
    $ cat Kbh.xs
    #include "EXTERN.h"
    ...
    
    chmod 755 blib/arch/auto/Kbh/Kbh.dll
    "/usr/bin/perl.exe" -MExtUtils::Command::MM -e 'cp_nonempty' -- Kbh.bs
    + blib/arch/auto/Kbh/Kbh.bs 644