On Jan 5, 2006, at 21:37, Roger Browne wrote:

What is a non-"statically-linked parrot"? Is it what I get by giving the
"--parrot_is_shared" argument to Configure.pl?

I did
$ ./doit
$ cd languages/amber
$ make clean all

and got an error (Makefile related) - then:

$ ./doit --parrot_is_shared=0
$ cd languages/amber
$ make all

and amber worked. ./doit is basically 'perl Configure.pl "$@" && make all test' e.g.

perl Configure.pl --maintainer --icuheaders=/usr/include "$@" --icushared='-licuuc -licudata'
nice make -s all test

Regards,
Roger Browne

leo

Reply via email to