[EMAIL PROTECTED] wrote:
On Tue, Feb 18, 2003 at 01:53:11PM +0100, Leopold Toetsch wrote:Did you have an optimized parrot compile? ( make progclean ; perl Configure.pl ... --optimize ; make -s)--optimize may be broken. I tried it with a clean parrot source and
The ellipses should have been placeholders for other options. I configure mine with:
perl Configure.pl --floatval=double --debugging --optimize
from Makefile:
CFLAGS = -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O3
...
This should get perl5's default optimization for parrot.
leo