Re: [svn:parrot] r21613 - in trunk: lib/Parrot/Configure tools/build

2007-09-27 Thread Joshua Isom
It doesn't work completely with FreeBSD's make it seems. Building 'parrot' works just fine, dynpmc stuff fails with this. g++ -o ./parrot src/main.o blib/lib/libparrot.a -lpthread -lm -L/usr/local/lib -licuuc -licudata -lpthread -lm -lm -lcrypt -lutil -pthread -lreadline -Wl,-E -L/usr/l

Re: [svn:parrot] r21613 - in trunk: lib/Parrot/Configure tools/build

2007-09-27 Thread Jeff Horwitz
yes, there is a race condition, which we discussed briefly on IRC. i stayed away from fcntl/flock for portability reasons, but i honestly didn't spend too much time researching it. that said, i'm all for avoiding race conditions, so i'd be curious to see some platform tests with the fnctl pat

Re: [svn:parrot] r21613 - in trunk: lib/Parrot/Configure tools/build

2007-09-26 Thread chromatic
On Wednesday 26 September 2007 14:26:20 [EMAIL PROTECTED] wrote: > Author: coke > Date: Wed Sep 26 14:26:19 2007 > New Revision: 21613 > > Modified: >trunk/lib/Parrot/Configure/Messages.pm >trunk/tools/build/c2str.pl > > Log: > [build] > > Update c2str.pl so that multiple copies running si