Re: Configure.pl 2.0. and win32

2002-06-04 Thread Nick Kostirya
> Configure now doesn't ask questions by default. You can tell it to ask > questions by passing in the "--ask" switch on the command line. You can > also tell it the linker's name directly by passing in > "--ld=(linker-name)". Oh. Sorry to trouble you. It's inattention. Thank you very much.

RE: Configure.pl 2.0. and win32

2002-06-04 Thread Brent Dax
Nick Kostirya: # Configure.pl 2.0 does not want run on Win32 (windows NT 4.0, # AcrivStatPerl 5.6.1, VC 6). Prior version ask me: what linker # I want use. This do not ask, and variable $ld is undefined # (module parrot/lib/Parrot/Configure/Step.pm, sub cc_build). Configure now doesn't ask que

Re: Configure.pl 2.0. and win32

2002-06-04 Thread Sebastian Bergmann
Nick Kostirya wrote: > Prior version ask me: what linker I want use. > This do not ask, and variable $ld is undefined (module > parrot/lib/Parrot/Configure/Step.pm, sub cc_build). Have you tried configure.pl --ask ? -- Sebastian Bergmann http://sebastian-bergmann.de/