Many thanks for your continued help.

Running with the -xs flag I still get the same result during tests:

t/weak..........skipped all skipped: weaken requires XS version

I looked at the code for Module::Install:Can, and the guts involve $Config::Config{cc} so I did check:

$ perl -MConfig -e 'print $Config::Config{cc}' gcc

Which I guess isn't surprising since I haven't had troubles building other xs-based modules. The check in weak.t looks at @Scalar::Util::EXPORT_FAIL, and it does look like the code being executed is in: perl5.8.7/lib/5.8.7/Scalar/Util.pm.

So after that I'm still not quite sure what's going on. In the make output I see:

gcc -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_D +LOPEN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGE_FILES +-O -DVERSION=\"1.18\" -DXS_VERSION=\"1.18\" "-I/db2blast/Paul/perl +5.8.7/lib/5.8.7/aix/CORE" -DPERL_EXT Util.c Running Mkbootstrap for List::Util () chmod 644 Util.bs rm -f blib/arch/auto/List/Util/Util.so gcc -Wl,-bhalt:4 -Wl,-bexpall -Wl,-G -Wl,-bnoentry -lc -L/usr/local/l +ib Util.o -o blib/arch/auto/List/Util/Util.so \ \ chmod 755 blib/arch/auto/List/Util/Util.so cp Util.bs blib/arch/auto/List/Util/Util.bs chmod 644 blib/arch/auto/List/Util/Util.bs

and during make install I get:

Installing /db2blast/Paul/perl5.8.7/lib/5.8.7/aix/auto/List/Util/Util. +so Files found in blib/arch: installing files in blib/lib into architectu +re dependent library tree Writing /db2blast/Paul/perl5.8.7/lib/5.8.7/aix/auto/List/Util/.packlis +t Appending installation info to /db2blast/Paul/perl5.8.7/lib/5.8.7/aix/ +perllocal.pod

Which I had thought indicates successful building of the xs code. I also tried uninstalling with:

cpan> o conf make_install_arg UNINST=1 make_install_arg [UNINST=1] cpan> force install Scalar::Util

Which led to the same result. Might you have any other ideas of what I could try or where I could look?


In reply to Re^4: Graph 0.69 on AIX by Anonymous Monk
in thread Graph 0.69 on AIX by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.