----- Original Message -----
From: "Vladimir Lipskiy" <[EMAIL PROTECTED]>
To: "perl6-internals" <[EMAIL PROTECTED]>; "K Stol" <[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 9:32 AM
Subject: Re: configure.pl failed under cygwin, build failed on win32


> # A note about building shared libraries:  Perl5 uses the 'ld2' tool,
which
> # is installed as part of the perl5 installation.  So far, it appears
> # parrot can get by with simply using gcc -shared, so we override the
> # perl5 Configure defaults and use 'gcc -shared' instead of 'ld2'.
> # If this later causes problems, it might be worth revisiting.
> # A. Dougherty 9/9/2002
> Configure::Data->set(
>   link => 'gcc',
>   ld => 'gcc',
>   ld_shared => '-shared',
> );
>
Ok Thanks. I thought I was doing something wrong. I added the link line like
this, but it didn't work. Same error message :(

Klaas-Jan


Reply via email to