The make process generated GM.so as following, i don't see the problem :
-bash-3.2$ make
cp lib/Math/BigInt/GMP.pm blib/lib/Math/BigInt/GMP.pm
/home/smash/global/perl5/bin/perl -e 'use ExtUtils::Mksymlists; Mksymlists("NAME" => "Math::BigInt::GMP", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" => []);' /home/smash/global/perl5/bin/perl /advertising/smash/be-clust/global/perl5/lib/5.8.7/ExtUtils/xsubpp -typemap /advertising/smash/be-clust/global/perl5/li b/5.8.7/ExtUtils/typemap -typemap typemap GMP.xs > GMP.xsc && mv GMP.xsc GMP.c
gcc -c -D_THREAD_SAFE -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_INIT -fno-strict-aliasing -pipe -D_LARGE_FILES -O -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" "-I/advertising/smash/be-clust/global/perl5/lib/5.8.7/aix-thread-multi/CORE" GMP.c
Running Mkbootstrap for Math::BigInt::GMP ()
chmod 644 GMP.bs
rm -f blib/arch/auto/Math/BigInt/GMP/GMP.so
LD_RUN_PATH="" gcc -Wl,-bhalt:4 -Wl,-bexpall -Wl,-G -Wl,-bnoentry -lpthreads -lc -L/usr/local/lib GMP.o -o blib/arch/auto/Math/BigInt/GMP/GMP.so -lgmp

chmod 755 blib/arch/auto/Math/BigInt/GMP/GMP.so
cp GMP.bs blib/arch/auto/Math/BigInt/GMP/GMP.bs
chmod 644 blib/arch/auto/Math/BigInt/GMP/GMP.bs
Manifying blib/man3/Math::BigInt::GMP.3

In reply to Re^2: Problem with Math-BigInt-GMP-1.24 on AIX by elenet
in thread Problem with Math-BigInt-GMP-1.24 on AIX by elenet

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.