[EMAIL PROTECTED] (Gary Blackburn) wrote:
>Well, "README" is the note from Larry, but "INSTALL" lists this as the 
>basic commands for install:
>
>         rm -f config.sh Policy.sh
>         sh Configure -de
>         make
>         make test
>         make install
>
>The rm I'd already done. The "sh Configure -de" I replaced with the 
>version from Ken Williams. My install failed on "make." At what point 
>should "perl Makefile.pl" be executed? I found several references to the 
>makefile in INSTALL but none as to when "perl makefile.pl" would be 
>required.

Right - "perl Makefile.PL" is standard when installing individual Perl
modules, but not when building perl itself.  The above steps should do
the trick by themselves.

Note that I never changed "-Dldflags=" to "-Uldflags=" in my build.  I
figured I'd just ignore the error message, since that arg seemed to work
for Matthias (or whoever builds the official Apple bundled version).  What
happens if you just leave that arg out altogether?

Earlier you wrote:
>[localhost:~/desktop/perl-5.6.1] gary% make
>make: *** No targets specified and no makefile found.  Stop.
>
>.... which now sounds like the same problem Ken was having regarding the 
>missing makefile.

Yeah, sounds like it didn't get all the way through the Configure step. 
Which of your files called "whatever.SH" have corresponding "whatever"
files?  They all should, in a successful build (except that Makefile.SH
should create GNUmakefile, not Makefile).


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum

Reply via email to