- Original Message -
From: "Jonathan Worthington" <[EMAIL PROTECTED]>
To: "K Stol" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 6:08 AM
Subject: Re: configure.pl failed under cygwin, build failed on win32
> Hi,
>
It fails here:
system("$link $linkflags test$o ${cc_exe_out}test$exe $libs >test.ldo
$redir_err") and die "Linker failed (see test.ldo)";
Most likely one of the variables($link, $linkflags and so forth) isn't set
up or is set up incorrectly by this step.
Therefore, could you send me a dump of yo
- 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 wi
hello,
I just picked up a fresh copy with cvs.
Under cygwin, ./Configure.pl fails with the message:
Determining some sizes...Linker failed (see test.ldo) at lib/Parrot/Configure/Step.pm
line 147
So I tried under win32 (MS VS 6.0). Now, Configure.pl is ok, but "nmake" ends with a
fatal error.
I
# 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
Hi,
> I just picked up a fresh copy with cvs.
> Under cygwin, ./Configure.pl fails with the message:
>
> Determining some sizes...Linker failed (see test.ldo) at
lib/Parrot/Configure/Step.pm line 147
>
> So I tried under win32 (MS VS 6.0). Now, Configure.pl is ok, but "nmake"
ends
> with a fatal e
> >Under cygwin, ./Configure.pl fails with the message:
> >
> >Determining some sizes...Linker failed (see test.ldo) at
> >lib/Parrot/Configure/Step.pm line
>
> Try to add this line
>
> link => 'gcc',
>
> to config/init/hints/cygwin.pl
>
> As a result, it must be in the following way:
>
> Conf
>Under cygwin, ./Configure.pl fails with the message:
>
>Determining some sizes...Linker failed (see test.ldo) at
>lib/Parrot/Configure/Step.pm line
Try to add this line
link => 'gcc',
to config/init/hints/cygwin.pl
As a result, it must be in the following way:
Configure::Data->set(
link =>
> - Original Message -
> From: "Vladimir Lipskiy" <[EMAIL PROTECTED]>
> To: "perl6-inrenals" <[EMAIL PROTECTED]>
> Sent: Friday, July 25, 2003 2:53 AM
> Subject: Configure.pl failed
>
>
> > Hello, I was running the Configur
- Original Message -
From: "Vladimir Lipskiy" <[EMAIL PROTECTED]>
To: "perl6-inrenals" <[EMAIL PROTECTED]>
Sent: Friday, July 25, 2003 2:53 AM
Subject: Configure.pl failed
> Hello, I was running the Configure.pl script and it failed.
>
>
> ---
Hello, I was running the Configure.pl script and it failed.
--- D:\build\parrot>perl configure.pl
Hello, I'm Configure. My job is to poke and prod your system to figure out
how to build Parrot. The process is completely automated, unless you passed
in
[snip]
Determining what pmc files should
11 matches
Mail list logo