Prev: can't read from STDIN after system call
Next: How can I use MAP to increment values in an array?
From: Ben Morrow on 22 May 2010 10:16 Quoth Dilbert <dilbert1999(a)gmail.com>: > On 22 mai, 13:09, Dilbert <dilbert1...(a)gmail.com> wrote: > > On 10 mai, 18:59, Ben Morrow <b...(a)morrow.me.uk> wrote: > > > Quoth Dilbert <dilbert1...(a)gmail.com>: > > > > > > ...and I was thinking: suppose Rakudo Star will be shipped in June, > > > > are there any efforts being made by the good people who gave us > > > > Strawberry Perl 5.8, 5.10 and 5.12 to give us also Strawberry Perl 6 / > > > > Rakudo Star ? > > > > > The last I heard about this washttp://use.perl.org/~Alias/journal/38200 > > > . That's from Jan 09, though, so some progress may have been made since > > > then. > > > > So I have downloaded and installed what I think is the "parrotwin32 > > > setup":http://sourceforge.net/projects/parrotwin32/files/parrotwin32%20setup... > > > > ...and what I think is the "matching version of the parrot-rakudo > > addon"http://sourceforge.net/projects/parrotwin32/files/parrot-rakudo%20add... > > > > After successful installation, I get a nice subdirectory installed > > under C:\Parrot-2.4.0\bin > > and that directory contains even a "perl6.exe" > > > > ...but when I want to run perl6.exe, I get an error because > > "libgcc_s_sjlj-1.dll" is missing. > > > > Does anybody know where I can find "libgcc_s_sjlj-1.dll" ? Have you got your PATH set correctly? Win32 uses PATH to find DLLs (sometimes... the rules are complicated). > > Second option is building from source: I can't help you with this, and I suspect nobody here can. Try one of the Perl 6 mailing lists. Ben
From: Dilbert on 22 May 2010 12:19 On 22 mai, 16:16, Ben Morrow <b...(a)morrow.me.uk> wrote: > Quoth Dilbert <dilbert1...(a)gmail.com>: > > On 22 mai, 13:09, Dilbert <dilbert1...(a)gmail.com> wrote: > > > On 10 mai, 18:59, Ben Morrow <b...(a)morrow.me.uk> wrote: > > > > Quoth Dilbert <dilbert1...(a)gmail.com>: > > > > > > ...and I was thinking: suppose Rakudo Star will be shipped in June, > > > > > are there any efforts being made by the good people who gave us > > > > > Strawberry Perl 5.8, 5.10 and 5.12 to give us also Strawberry Perl 6 / > > > > > Rakudo Star ? > > > > > The last I heard about this washttp://use.perl.org/~Alias/journal/38200 > > > > . That's from Jan 09, though, so some progress may have been made since > > > > then. > > > > So I have downloaded and installed what I think is the "parrotwin32 > > > setup":http://sourceforge.net/projects/parrotwin32/files/parrotwin32%20setup... > > > > ...and what I think is the "matching version of the parrot-rakudo > > > addon"http://sourceforge.net/projects/parrotwin32/files/parrot-rakudo%20add... > > > > After successful installation, I get a nice subdirectory installed > > > under C:\Parrot-2.4.0\bin > > > and that directory contains even a "perl6.exe" > > > > ...but when I want to run perl6.exe, I get an error because > > > "libgcc_s_sjlj-1.dll" is missing. > > > > Does anybody know where I can find "libgcc_s_sjlj-1.dll" ? > > Have you got your PATH set correctly? Win32 uses PATH to find DLLs > (sometimes... the rules are complicated). I have the Activestate MinGW package installed ("ppm install MinGW"). This installation does not seem to have the required DLLs. I will try and download the full MinGW compiler to see if that contains "libgcc_s_sjlj-1.dll". > > > Second option is building from source: > > I can't help you with this, and I suspect nobody here can. Try one of > the Perl 6 mailing lists. I will try one of the Perl 6 mailing lists.
First
|
Prev
|
Pages: 1 2 Prev: can't read from STDIN after system call Next: How can I use MAP to increment values in an array? |