After updating and building I notice...

make[1]: Entering directory `/home/abergman/Dev/ponie/perl'
cc -L/home/abergman/Dev/ponie/parrot/blib/lib -o miniperl \
miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lc -lparrot
/home/abergman/Dev/ponie/parrot/blib/lib/libparrot.a(events.o): In function `init_events_first':
/home/abergman/Dev/ponie/parrot/src/events.c:83: undefined reference to `pthread_create'
/home/abergman/Dev/ponie/parrot/blib/lib/libparrot.a(tsq.o): In function `queue_timedwait':
/home/abergman/Dev/ponie/parrot/src/tsq.c:164: undefined reference to `pthread_cond_timedwait'
collect2: ld returned 1 exit status



Am I right to assume that I always need to build a threaded perl if I want to link against parrot?


Arthur

Reply via email to