in reply to Re: Wanted: Perl 6 Programmers
in thread Wanted: Perl 6 Programmers

I solved it:

Just tried some cc flags and stumbled over -G.

Changed the main Makefile from

LD_SHARED= -shared
to
LD_SHARED= -G
and imcc compiled after the patch danger mentioned.

All perl6 tests succeeded.

Now I'll try to convert some scripts from 5.6 to 6.

Replies are listed 'Best First'.
Re: Re: Re: Wanted: Perl 6 Programmers
by educated_foo (Vicar) on Sep 05, 2002 at 14:40 UTC
    I submitted this (and your sketch of a fix) as a bug. Thanks,
    /s