Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Want a perl6 Binary?

by FunkyMonk (Chancellor)
on Dec 30, 2007 at 11:56 UTC ( [id://659598]=note: print w/replies, xml ) Need Help??


in reply to Re: Want a perl6 Binary?
in thread Want a perl6 Binary?

See Ovid's post to perl6.internals on Google Groups. I got the same error as him with Configure.pl, but pressed on regardless :) Final outcome (note that Perl6 was not created in the root of the source tree):
parrot$ ./languages/perl6/perl6 languages/perl6/t/01-sanity/01-tap.t 1..10 ok 1 ok 2 ok # comment ok 4 ok 5 ok 6 foo ok 7 # skip ok 8 # skip bar not ok 9 # TODO not ok 10 # TODO baz

Replies are listed 'Best First'.
Re^3: Want a perl6 Binary?
by john_oshea (Priest) on Dec 30, 2007 at 12:53 UTC

    And for those of us who've recently upgraded to OSX 10.5 and are getting errors similar to the following:

    ld: symbol(s) not found for architecture ppc collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/yO/yOnTsq9GEayvBZtIrvcjME+++ +TI/-Tmp-//ccanCD8S.out (No such file or directory) make: *** [miniparrot] Error 1

    Then setting the following should allow a successful compilation:

    export ARCHFLAGS=-arch i386

    I suspect that this may only apply if you're using the Apple-supplied /usr/bin/perl as I don't recall having to do this with my previous compiled-from-source one.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://659598]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-18 04:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found