Re: Configure.pl doesn't work

2002-07-08 Thread Sebastian Bergmann
Kevin Falcone wrote: > If you cat test.cco you may see something like "stdio.h can't find" > I just installed an alpha, and saw this same problem Just checked, it couldn't find cc. Made a symlink from gcc to cc and it works. -- Sebastian Bergmann http://sebastian-bergmann.de/

Re: Configure.pl doesn't work

2002-07-08 Thread Kevin Falcone
> "SB" == Sebastian Bergmann <[EMAIL PROTECTED]> writes: SB> Determining some sizes...C compiler failed (see test.cco) at SB> lib/Parrot/Configure/Step.pm line 74. If you cat test.cco you may see something like "stdio.h can't find" I just installed an alpha, and saw this same problem

Re: Tasks for the interested

2002-07-08 Thread John Porter
> Dan wrote: > > 1) Dig through the perl source and find out all the opcodes. > > (pp.c and friends) Document the opcodes and what they do. > > > > 2) The same as #1, only for Python > > . . . > > > > Once we get these, the next task is to write an opcode library > > for them... I want to unde

Re: Parrot Glossary - COW

2002-07-08 Thread Karl M. Hegbloom
FYI; the Guile schemers have had several discussions that may be of interest to the Parrot personnel regarding copy on write strings and shared substrings. Perhaps they thought of something you have not? I imagine they must have a list archive you can find. -- As any limb well and duly exercis

Re: multidimensional array

2002-07-08 Thread Josef Höök
On Tue, 2 Jul 2002, Dan Sugalski wrote: > At 9:45 PM +0100 7/2/02, Nicholas Clark wrote: > >On Thu, Jun 27, 2002 at 05:42:10PM +0200, Josef Höök wrote: > >> I've been thinking abit on howto implement multidimensional arrays and > >> i found that its quite tricky :). I'm currently thinking of