p6_cover.gif

�Ǥ��ޤ�����

404 Blog Not Found:haskell - GHC on Intel Mac
���äۤäۡ������Pubs�Ϥۤ�Ȥ�build�Ǥ��뤫���𤦤�����!

�ʲ���Recipe

  1. �ޤ������Ѥ�Per5��build���ޤ��������parrot��build��ɬ�פʤΤǡ�Universal Binary�Ǥ�ư���ޤ���
  2. cd perl-5.8.8
    sh Configure -Dprefix=$HOME/perl6 -Dusethreads -Duseshrplib -des
    make
    make install
    
  3. ����parrot 0.4.4��build�������Ǣ��Ǻ�ä�Perl5���������ޤ���
  4. cd parrot-0.4.4/
    ~/perl6/bin/perl5.8.8 Configure.pl --prefix=$HOME/perl6
    make
    make install
    
  5. ���ˡ�GHC��install����ˡ��404 Blog Not Found:haskell - GHC on Intel Mac�Ǽ������̤ꡣ
  6. �����ơ��Ǹ��pugs��build�������Ǥ�svn�ǡ�
    ~/perl6/bin/perl5.8.8 Makefile.PL PREFIX=$HOME/perl6
    make
    
    �������ǤϤ����ޤǡ�make install�ˤ�INSTALL�ϡ�PREFIX���Ѥ������ϥե�����ˤ���Ȥ��긽������äȲ���Ƥ���ΤǤ��������ߤᡣ
  7. �ǡ�
    % ./pugs
       ______                                                           
     /\   __ \                                                        
     \ \  \/\ \ __  __  ______  ______     (P)erl6                 
      \ \   __//\ \/\ \/\  __ \/\  ___\    (U)ser's           
       \ \  \/ \ \ \_\ \ \ \/\ \ \___  \   (G)olfing      
        \ \__\  \ \____/\ \____ \/\_____\  (S)ystem           
         \/__/   \/___/  \/___/\ \/____/                           
                           /\____/      Version: 6.2.11 (r10409)
                           \/___/    Copyright 2005, 2006 by Audrey Tang
    --------------------------------------------------------------------
     Web: http://pugscode.org/           Email: [email protected] 
    
    Welcome to Pugs -- Perl6 User's Golfing System
    Type :h for help.
    
    Loading Prelude... done.
    pugs>     
    

��(^o^)��

Dan the Pugs Walker