NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Want a perl6 Binary? (Score:1)
As written, I think the code is incorrect and is contradicted by the second sentence in the following paragraph. I was only able to execute Perl6 programs with:
$ ./languages/perl6/perl6 languages/perl6/t/01-sanity/01-tap.t
Reply to This
Re: (Score:2)
Out of curiosity, what platform are you on? I'm still working with the perl6-internals team to figure out how to get this to properly build on my Intel MacBook. We're getting closer, but there are still failures.
For those following along at home, use the following bash script I hacked together:
Re: (Score:1)
perl Configure.plwill suffice, i.e., you can omit the--test.The
--testoption is something which those working on the configuration and build systems should run, but is not necessary for language developers or those (like myself!) who will be using chromatic's program to run Perl6 program for the first time.kid51
Re: (Score:1)
I'm having issues building r24319 on my Intel MacBook Pro following these instructions. Specifically, when I try the
make pbc_to_exestep I get:_PackFile_fixup_subs
_PackFile_new
_PackFile_unpack
_Parrot_destroy
_Parrot_exit
_Parrot_loadbc
_Parrot_new
_Parrot_runcode
_do_sub_pragmas
collect2: ld returned 1 exit status
I'll spare this thread the details (gcc-4.0, lots of Fink packages installed) but if there's a simple solution it'd be nice to know where to look.
Re: (Score:1)
That probably means that linking against libparrot fails, whether it's picking up the wrong file or linking incorrectly or not exporting symbols properly. Can you post the contents of pbc_to_exe.pir (generated in the root directory) to parrot-porters@perl.org?
I'm not a Mac OS X hacker, but if we can find someone who knows how linking works on that platform, we should be able to fix these problems.
Re: (Score:1)
http://rt.perl.org/rt3/Ticket/Display.html?id=49226 [perl.org]
Re: (Score:1)
See reply to ticket: http://rt.perl.org/rt3/Ticket/Display.html?id=49226 [perl.org]