Help for this page

Select Code to Download


  1. or download this
    FooBar.o:FooBar.c:(.text+0x1d): undefined reference to `foo'
    collect2: ld returned 1 exit status
    dmake:  Error code 129, while making 'blib\arch\auto\FooBar\FooBar.dll
    +'
    
  2. or download this
    FooBar.o:FooBar.c:(.text+0x2b): undefined reference to `bar'
    collect2: ld returned 1 exit status
    dmake:  Error code 129, while making 'blib\arch\auto\FooBar\FooBar.dll
    +'
    
  3. or download this
    FooBar.o:FooBar.c:(.text+0x1d): undefined reference to `foo'
    FooBar.o:FooBar.c:(.text+0x2b): undefined reference to `bar'
    collect2: ld returned 1 exit status
    dmake:  Error code 129, while making 'blib\arch\auto\FooBar\FooBar.dll
    +'
    
  4. or download this
    === The Bar Extension ===
    
    ...
    $z = FooBar::foobar($x, $y);
    if($z == 137) {print "ok 1\n"}
    else {print "not ok 1 $z\n"}