Front page | perl.perl5.porters |
Postings from April 2001
[ID 20010427.005] Makefile.SH doesn't generate a makefile
From:
Joel Smith
Date:
April 27, 2001 06:12
Subject:
[ID 20010427.005] Makefile.SH doesn't generate a makefile
Message ID:
p0501040fb70f1f06d412@[194.202.182.13]
Hi,
I am having trouble compiling perl-5.6.1. The script Configure seems
to run fine, but the Makefile.SH script doesn't generate a makefile.
If I run Makefile.SH on its own:
[localhost:.cpan/Build/perl-5.6.1] root# ./Makefile.SH
Extracting Makefile (with variable substitutions)
[localhost:.cpan/Build/perl-5.6.1] root#
but no Makefile is generated, and so make fails. I uploaded my
config.sh to a Solaris box, and the Makefile.SH on that generated a
Makefile.
I am wondering if there is something odd in the /bin/sh on Darwin.
I am running Mac OS X 10.01, and here is the output of myconfig. I
have perl 5.6.0 installed on the box as standard, and I pulled the
version of 5.6.1 from CPAN.
Cheers,
Joel
[localhost:.cpan/Build/perl-5.6.1] root# ./myconfig
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=darwin, osvers=1.3, archname=darwin
uname='darwin kara 1.3 darwin kernel version 1.3: fri mar 30
20:45:03 pst 2001; root:xnuxnu-124.1.obj~1release_ppc power macintosh
powerpc '
config_args='-d'
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='cc', ccflags ='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE
-fno-strict-aliasing',
optimize='-O3',
cppflags='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
ccversion='', gccversion='Apple DevKit-based CPP 6.0alpha', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=0xffff
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/usr/lib
libs=-lm -lc
perllibs=-lm -lc
libc=/System/Library/Frameworks/System.framework/System,
so=dylib, useshrplib=true, libperl=libperl.dylib
Dynamic Linking:
dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined suppress'
-
[ID 20010427.005] Makefile.SH doesn't generate a makefile
by Joel Smith