Hi all,

Is it just me, or is CBuilder missing some makemaker functionality, or 
do I just need better docs?  In the Scalar-List-Utils distro again, 
this works fine on linux, but not on win32 strawberry.

 g++ -o "blib\arch\auto\List\Util\Util.dll" -Wl,--image-base,0x7b100000 
-mdll -s -Lc:\strawberry-perl\perl\lib\CORE -Lc:
\strawberry-perl\mingw\lib "lib\List\Util.lds" "lib\List\Util.exp"
lib\List\Util.o:Util.c:(.text+0xa99): undefined reference to `cxinc'
lib\List\Util.o:Util.c:(.text+0x1469): undefined reference to `cxinc'
collect2: ld returned 1 exit status

What am I missing?

Build.PL is:
"
use strict;
use warnings;
use Module::Build;
my $build_class = 'Module::Build';

my $builder = $build_class->new(
  dist_name         => 'Scalar-List-Utils',
  license             => 'perl',
  dist_version        => 1.19,
  xs_files => {"Util.xs" => "lib/List/Util.xs"},
  c_source => './',
);

$builder->create_build_script();
"

Thanks,
Eric
-- 
hobgoblin n 1: (folklore) a small grotesque supernatural creature that
          makes trouble for human beings
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to