Skip to content

Instantly share code, notes, and snippets.

@leto
Created June 2, 2009 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/122129 to your computer and use it in GitHub Desktop.
Save leto/122129 to your computer and use it in GitHub Desktop.
(kadath)(~/git/Math-GMPz bubaflub )$ make
cp GMPz.pm blib/lib/Math/GMPz.pm
/usr/bin/perl5.10 /opt/local/lib/perl5/5.10.0/ExtUtils/xsubpp -typemap /opt/local/lib/perl5/5.10.0/ExtUtils/typemap -typemap typemap GMPz.xs > GMPz.xsc && mv GMPz.xsc GMPz.c
cc -c -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" "-I/opt/local/lib/perl5/5.10.0/darwin-2level/CORE" -DNEWPERL GMPz.c
GMPz.xs: In function ‘Rmpz_get_d_2exp’:
GMPz.xs:365: warning: pointer targets in passing argument 1 of ‘__gmpz_get_d_2exp’ differ in signedness
GMPz.xs: In function ‘___GMP_CC’:
GMPz.xs:3905: error: ‘__GMP_CC’ undeclared (first use in this function)
GMPz.xs:3905: error: (Each undeclared identifier is reported only once
GMPz.xs:3905: error: for each function it appears in.)
GMPz.xs: In function ‘___GMP_CFLAGS’:
GMPz.xs:3910: error: ‘__GMP_CFLAGS’ undeclared (first use in this function)
make: *** [GMPz.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment