# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #34039]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34039 >


bash-2.05b$ gmake
Compiling with:
xx.c
cc -DAPPLLIB_EXP=/usr/local/lib/perl5/5.6.1/BSDPAN -I/usr/local/include -g 
-Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow 
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return 
-Winline -W -Wno-unused -Wsign-compare -I./include -I./blib/include -DHAS_JIT 
-DI386 -DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c
g++ -o parrot -Wl,-E  -L/usr/local/lib  -g  imcc/main.o blib/lib/libparrot.a 
blib/lib/libicuuc.a blib/lib/libicudata.a -lm -lcrypt -lutil -pthread -lgmp
blib/lib/libparrot.a(bigint.o): In function `bigint_get_long':
/home/coke/research/parrot/classes/bigint.c:83: undefined reference to 
`mpz_fits_slong_p'
blib/lib/libparrot.a(bigint.o): In function `bigint_div_bigint':
/home/coke/research/parrot/classes/bigint.c:157: undefined reference to 
`mpz_fits_slong_p'
blib/lib/libparrot.a(bigint.o): In function `bigint_div_bigint_int':
/home/coke/research/parrot/classes/bigint.c:169: undefined reference to 
`mpz_fits_slong_p'
blib/lib/libparrot.a(bigint.o): In function `bigint_fdiv_bigint':
/home/coke/research/parrot/classes/bigint.c:181: undefined reference to 
`mpz_fits_slong_p'
blib/lib/libparrot.a(bigint.o): In function `bigint_fdiv_bigint_int':
/home/coke/research/parrot/classes/bigint.c:193: undefined reference to 
`mpz_fits_slong_p'
blib/lib/libparrot.a(bigint.o):/home/coke/research/parrot/classes/bigint.c:204: 
more undefined references to `mpz_fits_slong_p' follow



bash-2.05b$ perl -v

This is perl, v5.6.1 built for i386-freebsd

Reply via email to