On Wed 17 Dec 2003 12:29, Arthur Bergman <[EMAIL PROTECTED]> wrote:
> 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?

Unacceptable IMHO. Many people getting prebuild binaries on commercial OS's
have no choice

> 
> Arthur

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0, & 5.9.x, and 806 on  HP-UX 10.20 & 11.00, 11i,
   AIX 4.3, SuSE 8.2, and Win2k.           http://www.cmve.net/~merijn/
http://archives.develooper.com/[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org

Reply via email to