[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

stable release 5.005_03 does not build on HP UX 9.03



Hi,
I extracted perl from stable.tar.gz and ran

sh Configure -des

I have attached the output for your perusal. A makefile is created but when 
I then type make,
the make fails saying "Don't know how to make Bletch". I am running on HPUX 
9.03.

Doing uname -r returns.

HP-UX happy A.09.03 A 9000/730 ...

I am using the cc compiler that comes with the operating system ( found in 
/bin )
Any ideas as to what's going on?

First let's make sure your kit is complete.  Checking...
Would you like to see the instructions? [n]
Locating common programs...
Checking compatibility between /bin/echo and builtin echo (if any)...
Symbolic links are supported.
Good, your tr supports [:lower:] and [:upper:] to convert case.
Using [:upper:] and [:lower:] to convert case.
3b1             dcosx           gnu             linux           next_3 
     sco_2_3_1       ultrix_4
aix             dec_osf         greenhills      lynxos          next_3_0 
     sco_2_3_2       umips
altos486        dgux            hpux            machten         next_4 
     sco_2_3_3       unicos
amigaos         dos_djgpp       i386            machten_2       openbsd 
     sco_2_3_4       unicosmk
apollo          dynix           irix_4          mint            opus 
     solaris_2       unisysdynix
aux_3           dynixptx        irix_5          mips            os2 
     stellar         utekv
beos            epix            irix_6          mpc             os390 
     sunos_4_0       uts
bsdos           esix4           irix_6_0        mpeix           powerux 
     sunos_4_1       uwin
convexos        fps             irix_6_1        ncr_tower       qnx 
     svr4
cxux            freebsd         isc             netbsd          sco 
     ti1500
cygwin32        genix           isc_2           newsos4         sco_2_3_0 
     titanos
Which of these apply, if any? [hpux]
Operating system name? [hpux]
Operating system version? [09.03]
Build a threading Perl? [n]
What is your architecture name [PA-RISC1.1]
AFS does not seem to be running...
Installation prefix to use? (~name ok) [/opt/perl5]
Getting the current patchlevel...
Pathname where the private library files will reside? (~name ok) 
[/opt/perl5/lib/5.00503]
Where do you want to put the public architecture-dependent libraries? 
(~name ok) [/opt/perl5/lib/5.00503/PA-RISC1.1]
I don't think setuid scripts are secure (no /dev/fd directory).
Do you want to do setuid/setgid emulation? [n]
System manual is in /usr/man/man1.
Which memory models are supported? [none]
Use which C compiler? [cc]
Checking for GNU cc in disguise and/or its version number...
Now, how can we feed standard input to your C preprocessor...
Directories to use for library searches? [/usr/local/lib /lib/pa1.1 /lib 
/usr/lib]
What is the file extension used for shared libraries? [sl]
Checking for optional libraries...
Any additional libraries? [-lndbm -lmalloc -ldld -lm -lc -lndir -lcrypt]
What optimizer/debugger flag should be used? [-O]
Any additional cc flags? [-D_HPUX_SOURCE -Aa -I/usr/local/include]
Let me guess what the preprocessor flags are...
Any additional ld flags (NOT including libraries)? [ -L/usr/local/lib]
Checking your choice of C compiler and flags for coherency...
Computing filename position in cpp output for #include directives...
<malloc.h> found.
<stdlib.h> found.
Do you wish to attempt to use the malloc that comes with perl5? [y]
Removing unneeded -lmalloc from library list
libs = -lndbm -ldld -lm -lc -lndir -lcrypt
Your system wants malloc to return 'void *', it would seem.
Your system uses void free(), it would seem.
Checking out function prototypes...
Pathname where the public executables will reside? (~name ok) [/opt/perl5/bin]
Do you want to install perl as /usr/bin/perl? [y]
Checking for GNU C Library...
Shall I use /bin/nm to extract C symbols from the libraries? [y]
Where is your C library? [/lib/libc.sl]
Extracting names from the following files for later perusal:
	/lib/libc.sl
	/lib/libm.sl
	/usr/lib/libcrypt.a
	/usr/lib/libdld.sl
	/usr/lib/libndbm.sl
	/usr/lib/libndir.a
This may take a while....done
<dld.h> NOT found.
dlopen() NOT found.
Do you wish to use dynamic loading? [y]
Source file to use for dynamic loading [ext/DynaLoader/dl_hpux.xs]
Any special flags to pass to cc -c to compile shared library modules? [+z]
What command should be used to create dynamic libraries? [ld]
Any special flags to pass to ld to create a dynamically loaded library? [-b 
-L/usr/local/lib]
Any special flags to pass to cc to use dynamic loading? [-Wl,-E 
-Wl,-B,deferred ]
Build a shared libperl.sl (y/n) [n]
Where do the main Perl5 manual pages (source) go? (~name ok) 
[/opt/perl5/man/man1]
What suffix should be used for the main Perl5 man pages? [1]
You can have filenames longer than 14 characters.
Where do the perl5 library man pages (source) go? (~name ok) 
[/opt/perl5/man/man3]
What suffix should be used for the perl5 library man pages? [3]
Are you getting the hosts file via yellow pages? [n]
Figuring out host name...
Your host name appears to be "happy". Right? [y]
What is your domain name? [.uucp]
What is your e-mail address? [teds@happy.uucp]
Perl administrator e-mail address [teds@happy.uucp]
What shall I put after the #! to start up perl ("none" to not use #!)? 
[/opt/perl5/bin/perl]
Where do you keep publicly executable scripts? (~name ok) [/opt/perl5/bin]
Pathname for the site-specific library files? (~name ok) 
[/opt/perl5/lib/site_perl/5.005]
Pathname for the site-specific architecture-dependent library files? (~name ok)
[/opt/perl5/lib/site_perl/5.005/PA-RISC1.1]
Use the experimental PerlIO abstraction layer? [n]
gconvert NOT found.
gcvt found.
I'll use gcvt to convert floats into a string.
access() found.
<sys/file.h> defines the *_OK access constants.
alarm() found.
Checking whether your compiler can handle __attribute__ ...
bcmp() found.
bcopy() found.
<unistd.h> found.
getpgrp() found.
You have to use getpgrp() instead of getpgrp(pid).
setpgrp() found.
You have to use setpgrp() instead of setpgrp(pid,pgrp).
bzero() found.
Checking to see how big your integers are...
You have void (*signal())().
Checking whether your C compiler can cast large floats to int32.
Checking whether your C compiler can cast negative float to unsigned.
vprintf() found.
Your vsprintf() returns (int).
chown() found.
chroot() found.
chsize() NOT found.
Checking to see if your C compiler knows about "const"...
crypt() found.
cuserid() found.
<limits.h> found.
<float.h> found.
DBL_DIG found.
difftime() found.
<sys/stat.h> found.
<dirent.h> found.
Your directory entries are struct dirent.
Good, your directory entry keeps length information in d_namlen.
dlerror() NOT found.
<dlfcn.h> NOT found.
What is the extension of dynamically loaded modules [sl]
dup2() found.
endhostent() found.
endnetent() found.
endprotoent() found.
endservent() found.
<sys/file.h> defines the O_* constants...
and you have the 3 argument form of open().
Figuring out the flag used by open() for non-blocking I/O...
Let's see what value errno gets from read() on a O_NONBLOCK file...
fchmod() found.
fchown() found.
fcntl() found.
fgetpos() found.
flock() NOT found.
fork() found.
pathconf() found.
fpathconf() found.
fsetpos() found.
gethostbyaddr() found.
gethostbyname() found.
<sys/param.h> found.
<sys/mount.h> found.
fstatfs() found.
<sys/statvfs.h> NOT found.
fstatvfs() NOT found.
gethostent() found.
<netdb.h> found.
getlogin() found.
getnetbyaddr() found.
getnetbyname() found.
getnetent() found.
getprotobyname() found.
getprotobynumber() found.
getprotoent() found.
<mntent.h> found.
getmntent() found.
hasmntopt() found.
getpgid() found.
getpgrp2() found.
getppid() found.
getpriority() found.
getservbyname() found.
getservbyport() found.
getservent() found.
gettimeofday() found.
<netinet/in.h> found.
<arpa/inet.h> found.
htonl() NOT found.
But it seems to be defined as a macro.
Using <string.h> instead of <strings.h>.
strchr() found.
inet_aton() NOT found.
isascii() found.
killpg() NOT found.
lchown() NOT found.
link() found.
localeconv() found.
lockf() found.
Checking to see if your system supports long doubles... Yup, it does.
Checking to see how big your long doubles are... 16 bytes.
Checking to see if your system supports long long... Nope, it doesn't.
lstat() found.
mblen() found.
mbstowcs() found.
mbtowc() found.
memcmp() found.
memcpy() found.
memmove() found.
memset() found.
mkdir() found.
mkfifo() found.
mktime() found.
msgctl() found.
msgget() found.
msgsnd() found.
msgrcv() found.
You have the full msg*(2) library.
nice() found.
pause() found.
pipe() found.
poll() found.
pthread_yield() NOT found.
sched_yield() NOT found.
<pthread.h> NOT found.
<mach/cthreads.h> NOT found.
<pwd.h> found.
setpwent() found.
getpwent() found.
endpwent() found.
readdir() found.
seekdir() found.
telldir() found.
rewinddir() found.
readlink() found.
rename() found.
rmdir() found.
<memory.h> found.
Checking to see if your bcopy() can do overlapping copies...
Checking to see if your memcpy() can do overlapping copies...
Checking if your memcmp() can compare relative magnitude...
select() found.
semctl() found.
semget() found.
semop() found.
You have the full sem*(2) library.
You do not have union semun in <sys/sem.h>.
You can use union semun for semctl IPC_STAT.
You can also use struct semid_ds* for semctl IPC_STAT.
setegid() NOT found.
seteuid() NOT found.
sethostent() found.
setlinebuf() NOT found.
setlocale() found.
setnetent() found.
setprotoent() found.
setpgid() found.
setpgrp2() found.
setpriority() found.
setregid() NOT found.
setresgid() found.
setreuid() NOT found.
setresuid() found.
setrgid() NOT found.
setruid() NOT found.
setservent() found.
setsid() found.
setvbuf() found.
<sfio.h> NOT found.
shmctl() found.
shmget() found.
shmat() found.
and it returns (void *).
shmdt() found.
You have the full shm*(2) library.
sigaction() found.
POSIX sigsetjmp found.
Hmm... Looks like you have Berkeley networking support.
socketpair() found.
Checking how std your stdio is...
strcoll() found.
Checking to see if your C compiler can copy structs...
strerror() found.
strtod() found.
strtol() found.
strtoul() found.
strxfrm() found.
symlink() found.
syscall() found.
sysconf() found.
system() found.
tcgetpgrp() found.
tcsetpgrp() found.
<sys/times.h> found.
times() found.
clock_t found.
truncate() found.
tzname[] found.
umask() found.
uname() found.
vfork() found.
Do you still want to use vfork()? [n]
<sys/dir.h> found.
<sys/ndir.h> NOT found.
<sys/types.h> found.
closedir() found.
Checking whether closedir() returns a status...
Checking to see if your C compiler knows about "volatile"...
wait4() NOT found.
waitpid() found.
wcstombs() found.
wctomb() found.
Doubles must be aligned on a how-many-byte boundary? [8]
Checking to see how your cpp does stuff like catenate tokens...
Oh!  Smells like ANSI's been here.
<db.h> NOT found.
Checking to see how well your C compiler groks the void type...
Good.  It appears to support void to the level perl5 wants.
Checking to see how big your double precision numbers are... 8 bytes.
Determining whether or not we are on an EBCDIC system...
Nope, no EBCDIC.  Assuming ASCII or some ISO Latin.
fpos_t found.
getgroups() found.
setgroups() found.
What type pointer is the second argument to getgroups() and setgroups()? 
[gid_t]
off_t found.
Checking if your /bin/make program sets $(MAKE)...
mode_t found.
size_t found.
What pager is used on your system? [/usr/bin/more]
pid_t found.
Checking to see how big your pointers are... 4 bytes.
Checking to see how many bits your rand function produces...
How many bits does your rand() function produce? [15]
Checking how to generate random libraries on your machine...
<sys/select.h> NOT found.
Testing to see if we should include <time.h>, <sys/time.h> or both.
We'll include <sys/time.h>.
Well, your system knows about the normal fd_set typedef...
and you have the normal fd_set macros (just as I'd expect).
cc: "try.c", line 43: error 1529: Cannot select field of non-structure.
cc: "try.c", line 43: error 1549: Modifiable lvalue required for assignment 
operator.
cc: "try.c", line 47: error 1529: Cannot select field of non-structure.
cc: "try.c", line 47: error 1566: Test expression in for must be scalar.
What is the minimum number of bits your select() operates on? [1]
Generating a list of signal names and numbers...
I'll be using ssize_t for functions returning a byte count.
Your stdio uses unsigned chars.
time() found.
time_t found.
dbmclose() found.
<dbm.h> found.
<sys/file.h> found.
We'll be including <sys/file.h>.
<fcntl.h> found.
We don't need to include <fcntl.h> if we include <sys/file.h>.
<grp.h> found.
setgrent() found.
getgrent() found.
endgrent() found.
<locale.h> found.
<math.h> found.
<ndbm.h> found.
dbm_open() found.
<net/errno.h> NOT found.
tcsetattr() found.
You have POSIX termios.h... good!
<stdarg.h> found.
<varargs.h> found.
We'll include <stdarg.h> to get va_dcl definition.
<stddef.h> found.
<sys/filio.h> NOT found.
<sys/ioctl.h> found.
<sys/resource.h> found.
<sys/un.h> found.
<sys/wait.h> found.
<utime.h> found.
<values.h> found.
<gdbm.h> NOT found.
Looking for extensions...
What extensions do you wish to load dynamically?
[B Data/Dumper Fcntl IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File 
Socket attrs re]
What extensions do you wish to load statically? [none]
Stripping down executable paths...
Creating config.sh...
Doing variable substitutions on .SH files...
Extracting Makefile (with variable substitutions)
Extracting Policy.sh (with variable substitutions)
Extracting cflags (with variable substitutions)
Extracting config.h (with variable substitutions)
Extracting makeaperl (with variable substitutions)
Extracting makedepend (with variable substitutions)
Extracting makedir (with variable substitutions)
Extracting perl.exp
Extracting writemain (with variable substitutions)
Extracting x2p/Makefile (with variable substitutions)
Extracting x2p/cflags (with variable substitutions)
Run make depend now? [y]
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
	make depend MAKEDEPEND=
	sh ./makedepend MAKE=make
./makedepend[36]: cannot fork: too many processes
*** Error code 1

Stop.
*** Error code 1

Stop.
Searching for .c files...
Finding dependencies for av.o.
cc: error 1403: No more processes are available.
./makedepend[94]: cannot fork: too many processes
*** Error code 1

Stop.
*** Error code 1

Stop.
Searching for .c files...
Finding dependencies for av.o.
Finding dependencies for byterun.o.
Finding dependencies for deb.o.
Finding dependencies for doio.o.
Finding dependencies for doop.o.
Finding dependencies for dump.o.
Finding dependencies for ebcdic.o.
Finding dependencies for globals.o.
Finding dependencies for gv.o.
Finding dependencies for hv.o.
Finding dependencies for malloc.o.
Finding dependencies for mg.o.
Finding dependencies for miniperlmain.o.
Finding dependencies for op.o.
Finding dependencies for perl.o.
Finding dependencies for perlio.o.
Finding dependencies for perlmain.o.
Finding dependencies for perly.o.
Finding dependencies for pp.o.
Finding dependencies for pp_ctl.o.
Finding dependencies for pp_hot.o.
Finding dependencies for pp_sys.o.
cc: error 1403: No more processes are available.
Finding dependencies for regcomp.o.
cc: error 1403: No more processes are available.
Finding dependencies for regexec.o.
cc: error 1403: No more processes are available.
./makedepend[115]: cannot fork: too many processes
Finding dependencies for run.o.
cc: error 1403: No more processes are available.
Finding dependencies for scope.o.
Finding dependencies for sv.o.
Finding dependencies for taint.o.
Finding dependencies for toke.o.
Finding dependencies for universal.o.
Finding dependencies for util.o.
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
	sh writemain lib/auto/DynaLoader/DynaLoader.a  > tmp
	sh mv-if-diff tmp perlmain.c
File perlmain.c not changed.
	echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c 
perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c gv.c 
sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c 
miniperlmain.c perlmain.c | tr ' ' '\012' >.clist
Finding dependencies for malloc.o.
./makedepend[103]: UU/malloc.c.c: cannot create
./makedepend[104]: UU/malloc.c.c: cannot open
Finding dependencies for av.o.
./makedepend[103]: UU/av.c.c: cannot create
./makedepend[104]: UU/av.c.c: cannot open
Finding dependencies for scope.o.
./makedepend[103]: UU/scope.c.c: cannot create
./makedepend[104]: UU/scope.c.c: cannot open
Finding dependencies for op.o.
./makedepend[103]: UU/op.c.c: cannot create
./makedepend[104]: UU/op.c.c: cannot open
Finding dependencies for doop.o.
./makedepend[103]: UU/doop.c.c: cannot create
./makedepend[104]: UU/doop.c.c: cannot open
Finding dependencies for doio.o.
./makedepend[103]: UU/doio.c.c: cannot create
./makedepend[104]: UU/doio.c.c: cannot open
Finding dependencies for dump.o.
./makedepend[103]: UU/dump.c.c: cannot create
./makedepend[104]: UU/dump.c.c: cannot open
Finding dependencies for hv.o.
./makedepend[103]: UU/hv.c.c: cannot create
./makedepend[104]: UU/hv.c.c: cannot open
Finding dependencies for mg.o.
./makedepend[103]: UU/mg.c.c: cannot create
./makedepend[104]: UU/mg.c.c: cannot open
Finding dependencies for byterun.o.
./makedepend[103]: UU/byterun.c.c: cannot create
./makedepend[104]: UU/byterun.c.c: cannot open
Finding dependencies for perl.o.
./makedepend[103]: UU/perl.c.c: cannot create
./makedepend[104]: UU/perl.c.c: cannot open
Finding dependencies for perly.o.
./makedepend[103]: UU/perly.c.c: cannot create
./makedepend[104]: UU/perly.c.c: cannot open
Finding dependencies for pp.o.
./makedepend[103]: UU/pp.c.c: cannot create
./makedepend[104]: UU/pp.c.c: cannot open
Finding dependencies for pp_hot.o.
./makedepend[103]: UU/pp_hot.c.c: cannot create
./makedepend[104]: UU/pp_hot.c.c: cannot open
Finding dependencies for pp_ctl.o.
./makedepend[103]: UU/pp_ctl.c.c: cannot create
./makedepend[104]: UU/pp_ctl.c.c: cannot open
Finding dependencies for pp_sys.o.
./makedepend[103]: UU/pp_sys.c.c: cannot create
./makedepend[104]: UU/pp_sys.c.c: cannot open
Finding dependencies for regcomp.o.
./makedepend[103]: UU/regcomp.c.c: cannot create
./makedepend[104]: UU/regcomp.c.c: cannot open
Finding dependencies for regexec.o.
./makedepend[103]: UU/regexec.c.c: cannot create
./makedepend[104]: UU/regexec.c.c: cannot open
Finding dependencies for gv.o.
./makedepend[103]: UU/gv.c.c: cannot create
./makedepend[104]: UU/gv.c.c: cannot open
Finding dependencies for sv.o.
./makedepend[103]: UU/sv.c.c: cannot create
./makedepend[104]: UU/sv.c.c: cannot open
Finding dependencies for taint.o.
./makedepend[103]: UU/taint.c.c: cannot create
./makedepend[104]: UU/taint.c.c: cannot open
Finding dependencies for toke.o.
./makedepend[103]: UU/toke.c.c: cannot create
./makedepend[104]: UU/toke.c.c: cannot open
Finding dependencies for util.o.
./makedepend[103]: UU/util.c.c: cannot create
./makedepend[104]: UU/util.c.c: cannot open
Finding dependencies for deb.o.
./makedepend[103]: UU/deb.c.c: cannot create
./makedepend[104]: UU/deb.c.c: cannot open
Finding dependencies for run.o.
./makedepend[103]: UU/run.c.c: cannot create
./makedepend[104]: UU/run.c.c: cannot open
Finding dependencies for universal.o.
./makedepend[103]: UU/universal.c.c: cannot create
./makedepend[104]: UU/universal.c.c: cannot open
Finding dependencies for globals.o.
./makedepend[103]: UU/globals.c.c: cannot create
./makedepend[104]: UU/globals.c.c: cannot open
Finding dependencies for perlio.o.
./makedepend[103]: UU/perlio.c.c: cannot create
./makedepend[104]: UU/perlio.c.c: cannot open
Finding dependencies for miniperlmain.o.
./makedepend[103]: UU/miniperlmain.c.c: cannot create
./makedepend[104]: UU/miniperlmain.c.c: cannot open
Finding dependencies for perlmain.o.
./makedepend[103]: UU/perlmain.c.c: cannot create
./makedepend[104]: UU/perlmain.c.c: cannot open
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
	echo EXTERN.h INTERN.h XSUB.h av.h config.h cop.h cv.h dosish.h embed.h 
form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h patchlevel.h perl.h 
perly.h pp.h proto.h regcomp.h regexp.h scope.h sv.h unixish.h util.h 
iperlsys.h thread.h bytecode.h byterun.h | tr ' ' '\012' >.hlist
You don't seem to have a proper C preprocessor.  Using grep instead.
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
	sh writemain lib/auto/DynaLoader/DynaLoader.a  > tmp
	sh mv-if-diff tmp perlmain.c
File perlmain.c not changed.
	echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c 
perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c gv.c 
sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c 
miniperlmain.c perlmain.c | tr ' ' '\012' >.clist
Finding dependencies for malloc.o.
./makedepend[103]: UU/malloc.c.c: cannot create
./makedepend[104]: UU/malloc.c.c: cannot open
Finding dependencies for av.o.
./makedepend[103]: UU/av.c.c: cannot create
./makedepend[104]: UU/av.c.c: cannot open
Finding dependencies for scope.o.
./makedepend[103]: UU/scope.c.c: cannot create
./makedepend[104]: UU/scope.c.c: cannot open
Finding dependencies for op.o.
./makedepend[103]: UU/op.c.c: cannot create
./makedepend[104]: UU/op.c.c: cannot open
Finding dependencies for doop.o.
./makedepend[103]: UU/doop.c.c: cannot create
./makedepend[104]: UU/doop.c.c: cannot open
Finding dependencies for doio.o.
./makedepend[103]: UU/doio.c.c: cannot create
./makedepend[104]: UU/doio.c.c: cannot open
Finding dependencies for dump.o.
./makedepend[103]: UU/dump.c.c: cannot create
./makedepend[104]: UU/dump.c.c: cannot open
Finding dependencies for hv.o.
./makedepend[103]: UU/hv.c.c: cannot create
./makedepend[104]: UU/hv.c.c: cannot open
Finding dependencies for mg.o.
./makedepend[103]: UU/mg.c.c: cannot create
./makedepend[104]: UU/mg.c.c: cannot open
Finding dependencies for byterun.o.
./makedepend[103]: UU/byterun.c.c: cannot create
./makedepend[104]: UU/byterun.c.c: cannot open
Finding dependencies for perl.o.
./makedepend[103]: UU/perl.c.c: cannot create
./makedepend[104]: UU/perl.c.c: cannot open
Finding dependencies for perly.o.
./makedepend[103]: UU/perly.c.c: cannot create
./makedepend[104]: UU/perly.c.c: cannot open
Finding dependencies for pp.o.
./makedepend[103]: UU/pp.c.c: cannot create
./makedepend[104]: UU/pp.c.c: cannot open
Finding dependencies for pp_hot.o.
./makedepend[103]: UU/pp_hot.c.c: cannot create
./makedepend[104]: UU/pp_hot.c.c: cannot open
Finding dependencies for pp_ctl.o.
./makedepend[103]: UU/pp_ctl.c.c: cannot create
./makedepend[104]: UU/pp_ctl.c.c: cannot open
Finding dependencies for pp_sys.o.
./makedepend[103]: UU/pp_sys.c.c: cannot create
./makedepend[104]: UU/pp_sys.c.c: cannot open
Finding dependencies for regcomp.o.
./makedepend[103]: UU/regcomp.c.c: cannot create
./makedepend[104]: UU/regcomp.c.c: cannot open
Finding dependencies for regexec.o.
./makedepend[103]: UU/regexec.c.c: cannot create
./makedepend[104]: UU/regexec.c.c: cannot open
Finding dependencies for gv.o.
./makedepend[103]: UU/gv.c.c: cannot create
./makedepend[104]: UU/gv.c.c: cannot open
Finding dependencies for sv.o.
./makedepend[103]: UU/sv.c.c: cannot create
./makedepend[104]: UU/sv.c.c: cannot open
Finding dependencies for taint.o.
./makedepend[103]: UU/taint.c.c: cannot create
./makedepend[104]: UU/taint.c.c: cannot open
Finding dependencies for toke.o.
./makedepend[103]: UU/toke.c.c: cannot create
./makedepend[104]: UU/toke.c.c: cannot open
Finding dependencies for util.o.
./makedepend[103]: UU/util.c.c: cannot create
./makedepend[104]: UU/util.c.c: cannot open
Finding dependencies for deb.o.
./makedepend[103]: UU/deb.c.c: cannot create
./makedepend[104]: UU/deb.c.c: cannot open
Finding dependencies for run.o.
./makedepend[103]: UU/run.c.c: cannot create
./makedepend[104]: UU/run.c.c: cannot open
Finding dependencies for universal.o.
./makedepend[103]: UU/universal.c.c: cannot create
./makedepend[104]: UU/universal.c.c: cannot open
Finding dependencies for globals.o.
./makedepend[103]: UU/globals.c.c: cannot create
./makedepend[104]: UU/globals.c.c: cannot open
Finding dependencies for perlio.o.
./makedepend[103]: UU/perlio.c.c: cannot create
./makedepend[104]: UU/perlio.c.c: cannot open
Finding dependencies for miniperlmain.o.
./makedepend[103]: UU/miniperlmain.c.c: cannot create
./makedepend[104]: UU/miniperlmain.c.c: cannot open
Finding dependencies for perlmain.o.
./makedepend[103]: UU/perlmain.c.c: cannot create
./makedepend[104]: UU/perlmain.c.c: cannot open
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
Make:  Don't know how to make perlCAPI.h.  Stop.
Searching for .h files...
You don't seem to have a proper C preprocessor.  Using grep instead.
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
	sh writemain lib/auto/DynaLoader/DynaLoader.a  > tmp
	sh mv-if-diff tmp perlmain.c
File perlmain.c not changed.
	echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c 
perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c gv.c 
sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c 
miniperlmain.c perlmain.c | tr ' ' '\012' >.clist
Finding dependencies for malloc.o.
./makedepend[103]: UU/malloc.c.c: cannot create
./makedepend[104]: UU/malloc.c.c: cannot open
Finding dependencies for av.o.
./makedepend[103]: UU/av.c.c: cannot create
./makedepend[104]: UU/av.c.c: cannot open
Finding dependencies for scope.o.
./makedepend[103]: UU/scope.c.c: cannot create
./makedepend[104]: UU/scope.c.c: cannot open
Finding dependencies for op.o.
./makedepend[103]: UU/op.c.c: cannot create
./makedepend[104]: UU/op.c.c: cannot open
Finding dependencies for doop.o.
./makedepend[103]: UU/doop.c.c: cannot create
./makedepend[104]: UU/doop.c.c: cannot open
Finding dependencies for doio.o.
./makedepend[103]: UU/doio.c.c: cannot create
./makedepend[104]: UU/doio.c.c: cannot open
Finding dependencies for dump.o.
./makedepend[103]: UU/dump.c.c: cannot create
./makedepend[104]: UU/dump.c.c: cannot open
Finding dependencies for hv.o.
./makedepend[103]: UU/hv.c.c: cannot create
./makedepend[104]: UU/hv.c.c: cannot open
Finding dependencies for mg.o.
./makedepend[103]: UU/mg.c.c: cannot create
./makedepend[104]: UU/mg.c.c: cannot open
Finding dependencies for byterun.o.
./makedepend[103]: UU/byterun.c.c: cannot create
./makedepend[104]: UU/byterun.c.c: cannot open
Finding dependencies for perl.o.
./makedepend[103]: UU/perl.c.c: cannot create
./makedepend[104]: UU/perl.c.c: cannot open
Finding dependencies for perly.o.
./makedepend[103]: UU/perly.c.c: cannot create
./makedepend[104]: UU/perly.c.c: cannot open
Finding dependencies for pp.o.
./makedepend[103]: UU/pp.c.c: cannot create
./makedepend[104]: UU/pp.c.c: cannot open
Finding dependencies for pp_hot.o.
./makedepend[103]: UU/pp_hot.c.c: cannot create
./makedepend[104]: UU/pp_hot.c.c: cannot open
Finding dependencies for pp_ctl.o.
./makedepend[103]: UU/pp_ctl.c.c: cannot create
./makedepend[104]: UU/pp_ctl.c.c: cannot open
Finding dependencies for pp_sys.o.
./makedepend[103]: UU/pp_sys.c.c: cannot create
./makedepend[104]: UU/pp_sys.c.c: cannot open
Finding dependencies for regcomp.o.
./makedepend[103]: UU/regcomp.c.c: cannot create
./makedepend[104]: UU/regcomp.c.c: cannot open
Finding dependencies for regexec.o.
./makedepend[103]: UU/regexec.c.c: cannot create
./makedepend[104]: UU/regexec.c.c: cannot open
Finding dependencies for gv.o.
./makedepend[103]: UU/gv.c.c: cannot create
./makedepend[104]: UU/gv.c.c: cannot open
Finding dependencies for sv.o.
./makedepend[103]: UU/sv.c.c: cannot create
./makedepend[104]: UU/sv.c.c: cannot open
Finding dependencies for taint.o.
./makedepend[103]: UU/taint.c.c: cannot create
./makedepend[104]: UU/taint.c.c: cannot open
Finding dependencies for toke.o.
./makedepend[103]: UU/toke.c.c: cannot create
./makedepend[104]: UU/toke.c.c: cannot open
Finding dependencies for util.o.
./makedepend[103]: UU/util.c.c: cannot create
./makedepend[104]: UU/util.c.c: cannot open
Finding dependencies for deb.o.
./makedepend[103]: UU/deb.c.c: cannot create
./makedepend[104]: UU/deb.c.c: cannot open
Finding dependencies for run.o.
./makedepend[103]: UU/run.c.c: cannot create
./makedepend[104]: UU/run.c.c: cannot open
Finding dependencies for universal.o.
./makedepend[103]: UU/universal.c.c: cannot create
./makedepend[104]: UU/universal.c.c: cannot open
Finding dependencies for globals.o.
./makedepend[103]: UU/globals.c.c: cannot create
./makedepend[104]: UU/globals.c.c: cannot open
Finding dependencies for perlio.o.
./makedepend[103]: UU/perlio.c.c: cannot create
./makedepend[104]: UU/perlio.c.c: cannot open
Finding dependencies for miniperlmain.o.
./makedepend[103]: UU/miniperlmain.c.c: cannot create
./makedepend[104]: UU/miniperlmain.c.c: cannot open
Finding dependencies for perlmain.o.
./makedepend[103]: UU/perlmain.c.c: cannot create
./makedepend[104]: UU/perlmain.c.c: cannot open
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
Make:  Don't know how to make perlCAPI.h.  Stop.
Searching for .h files...
You don't seem to have a proper C preprocessor.  Using grep instead.
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
	sh writemain lib/auto/DynaLoader/DynaLoader.a  > tmp
	sh mv-if-diff tmp perlmain.c
File perlmain.c not changed.
	echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c 
perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c gv.c 
sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c 
miniperlmain.c perlmain.c | tr ' ' '\012' >.clist
Finding dependencies for malloc.o.
./makedepend[103]: UU/malloc.c.c: cannot create
./makedepend[104]: UU/malloc.c.c: cannot open
Finding dependencies for av.o.
./makedepend[103]: UU/av.c.c: cannot create
./makedepend[104]: UU/av.c.c: cannot open
Finding dependencies for scope.o.
./makedepend[103]: UU/scope.c.c: cannot create
./makedepend[104]: UU/scope.c.c: cannot open
Finding dependencies for op.o.
./makedepend[103]: UU/op.c.c: cannot create
./makedepend[104]: UU/op.c.c: cannot open
Finding dependencies for doop.o.
./makedepend[103]: UU/doop.c.c: cannot create
./makedepend[104]: UU/doop.c.c: cannot open
Finding dependencies for doio.o.
./makedepend[103]: UU/doio.c.c: cannot create
./makedepend[104]: UU/doio.c.c: cannot open
Finding dependencies for dump.o.
./makedepend[103]: UU/dump.c.c: cannot create
./makedepend[104]: UU/dump.c.c: cannot open
Finding dependencies for hv.o.
./makedepend[103]: UU/hv.c.c: cannot create
./makedepend[104]: UU/hv.c.c: cannot open
Finding dependencies for mg.o.
./makedepend[103]: UU/mg.c.c: cannot create
./makedepend[104]: UU/mg.c.c: cannot open
Finding dependencies for byterun.o.
./makedepend[103]: UU/byterun.c.c: cannot create
./makedepend[104]: UU/byterun.c.c: cannot open
Finding dependencies for perl.o.
./makedepend[103]: UU/perl.c.c: cannot create
./makedepend[104]: UU/perl.c.c: cannot open
Finding dependencies for perly.o.
./makedepend[103]: UU/perly.c.c: cannot create
./makedepend[104]: UU/perly.c.c: cannot open
Finding dependencies for pp.o.
./makedepend[103]: UU/pp.c.c: cannot create
./makedepend[104]: UU/pp.c.c: cannot open
Finding dependencies for pp_hot.o.
./makedepend[103]: UU/pp_hot.c.c: cannot create
./makedepend[104]: UU/pp_hot.c.c: cannot open
Finding dependencies for pp_ctl.o.
./makedepend[103]: UU/pp_ctl.c.c: cannot create
./makedepend[104]: UU/pp_ctl.c.c: cannot open
Finding dependencies for pp_sys.o.
./makedepend[103]: UU/pp_sys.c.c: cannot create
./makedepend[104]: UU/pp_sys.c.c: cannot open
Finding dependencies for regcomp.o.
./makedepend[103]: UU/regcomp.c.c: cannot create
./makedepend[104]: UU/regcomp.c.c: cannot open
Finding dependencies for regexec.o.
./makedepend[103]: UU/regexec.c.c: cannot create
./makedepend[104]: UU/regexec.c.c: cannot open
Finding dependencies for gv.o.
./makedepend[103]: UU/gv.c.c: cannot create
./makedepend[104]: UU/gv.c.c: cannot open
Finding dependencies for sv.o.
./makedepend[103]: UU/sv.c.c: cannot create
./makedepend[104]: UU/sv.c.c: cannot open
Finding dependencies for taint.o.
./makedepend[103]: UU/taint.c.c: cannot create
./makedepend[104]: UU/taint.c.c: cannot open
Finding dependencies for toke.o.
./makedepend[103]: UU/toke.c.c: cannot create
./makedepend[104]: UU/toke.c.c: cannot open
Finding dependencies for util.o.
./makedepend[103]: UU/util.c.c: cannot create
./makedepend[104]: UU/util.c.c: cannot open
Finding dependencies for deb.o.
./makedepend[103]: UU/deb.c.c: cannot create
./makedepend[104]: UU/deb.c.c: cannot open
Finding dependencies for run.o.
./makedepend[103]: UU/run.c.c: cannot create
./makedepend[104]: UU/run.c.c: cannot open
Finding dependencies for universal.o.
./makedepend[103]: UU/universal.c.c: cannot create
./makedepend[104]: UU/universal.c.c: cannot open
Finding dependencies for globals.o.
./makedepend[103]: UU/globals.c.c: cannot create
./makedepend[104]: UU/globals.c.c: cannot open
Finding dependencies for perlio.o.
./makedepend[103]: UU/perlio.c.c: cannot create
./makedepend[104]: UU/perlio.c.c: cannot open
Finding dependencies for miniperlmain.o.
./makedepend[103]: UU/miniperlmain.c.c: cannot create
./makedepend[104]: UU/miniperlmain.c.c: cannot open
Finding dependencies for perlmain.o.
./makedepend[103]: UU/perlmain.c.c: cannot create
./makedepend[104]: UU/perlmain.c.c: cannot open
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
Make:  Don't know how to make perlCAPI.h.  Stop.
Searching for .h files...
You don't seem to have a proper C preprocessor.  Using grep instead.
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
	sh writemain lib/auto/DynaLoader/DynaLoader.a  > tmp
	sh mv-if-diff tmp perlmain.c
File perlmain.c not changed.
	echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c 
perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c gv.c 
sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c 
miniperlmain.c perlmain.c | tr ' ' '\012' >.clist
Finding dependencies for malloc.o.
./makedepend[103]: UU/malloc.c.c: cannot create
./makedepend[104]: UU/malloc.c.c: cannot open
Finding dependencies for av.o.
./makedepend[103]: UU/av.c.c: cannot create
./makedepend[104]: UU/av.c.c: cannot open
Finding dependencies for scope.o.
./makedepend[103]: UU/scope.c.c: cannot create
./makedepend[104]: UU/scope.c.c: cannot open
Finding dependencies for op.o.
./makedepend[103]: UU/op.c.c: cannot create
./makedepend[104]: UU/op.c.c: cannot open
Finding dependencies for doop.o.
./makedepend[103]: UU/doop.c.c: cannot create
./makedepend[104]: UU/doop.c.c: cannot open
Finding dependencies for doio.o.
./makedepend[103]: UU/doio.c.c: cannot create
./makedepend[104]: UU/doio.c.c: cannot open
Finding dependencies for dump.o.
./makedepend[103]: UU/dump.c.c: cannot create
./makedepend[104]: UU/dump.c.c: cannot open
Finding dependencies for hv.o.
./makedepend[103]: UU/hv.c.c: cannot create
./makedepend[104]: UU/hv.c.c: cannot open
Finding dependencies for mg.o.
./makedepend[103]: UU/mg.c.c: cannot create
./makedepend[104]: UU/mg.c.c: cannot open
Finding dependencies for byterun.o.
./makedepend[103]: UU/byterun.c.c: cannot create
./makedepend[104]: UU/byterun.c.c: cannot open
Finding dependencies for perl.o.
./makedepend[103]: UU/perl.c.c: cannot create
./makedepend[104]: UU/perl.c.c: cannot open
Finding dependencies for perly.o.
./makedepend[103]: UU/perly.c.c: cannot create
./makedepend[104]: UU/perly.c.c: cannot open
Finding dependencies for pp.o.
./makedepend[103]: UU/pp.c.c: cannot create
./makedepend[104]: UU/pp.c.c: cannot open
Finding dependencies for pp_hot.o.
./makedepend[103]: UU/pp_hot.c.c: cannot create
./makedepend[104]: UU/pp_hot.c.c: cannot open
Finding dependencies for pp_ctl.o.
./makedepend[103]: UU/pp_ctl.c.c: cannot create
./makedepend[104]: UU/pp_ctl.c.c: cannot open
Finding dependencies for pp_sys.o.
./makedepend[103]: UU/pp_sys.c.c: cannot create
./makedepend[104]: UU/pp_sys.c.c: cannot open
Finding dependencies for regcomp.o.
./makedepend[103]: UU/regcomp.c.c: cannot create
./makedepend[104]: UU/regcomp.c.c: cannot open
Finding dependencies for regexec.o.
./makedepend[103]: UU/regexec.c.c: cannot create
./makedepend[104]: UU/regexec.c.c: cannot open
Finding dependencies for gv.o.
./makedepend[103]: UU/gv.c.c: cannot create
./makedepend[104]: UU/gv.c.c: cannot open
Finding dependencies for sv.o.
./makedepend[103]: UU/sv.c.c: cannot create
./makedepend[104]: UU/sv.c.c: cannot open
Finding dependencies for taint.o.
./makedepend[103]: UU/taint.c.c: cannot create
./makedepend[104]: UU/taint.c.c: cannot open
Finding dependencies for toke.o.
./makedepend[103]: UU/toke.c.c: cannot create
./makedepend[104]: UU/toke.c.c: cannot open
Finding dependencies for util.o.
./makedepend[103]: UU/util.c.c: cannot create
./makedepend[104]: UU/util.c.c: cannot open
Finding dependencies for deb.o.
./makedepend[103]: UU/deb.c.c: cannot create
./makedepend[104]: UU/deb.c.c: cannot open
Finding dependencies for run.o.
./makedepend[103]: UU/run.c.c: cannot create
./makedepend[104]: UU/run.c.c: cannot open
Finding dependencies for universal.o.
./makedepend[103]: UU/universal.c.c: cannot create
./makedepend[104]: UU/universal.c.c: cannot open
Finding dependencies for globals.o.
./makedepend[103]: UU/globals.c.c: cannot create
./makedepend[104]: UU/globals.c.c: cannot open
Finding dependencies for perlio.o.
./makedepend[103]: UU/perlio.c.c: cannot create
./makedepend[104]: UU/perlio.c.c: cannot open
Finding dependencies for miniperlmain.o.
./makedepend[103]: UU/miniperlmain.c.c: cannot create
./makedepend[104]: UU/miniperlmain.c.c: cannot open
Finding dependencies for perlmain.o.
./makedepend[103]: UU/perlmain.c.c: cannot create
./makedepend[104]: UU/perlmain.c.c: cannot open
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
Make:  Don't know how to make perlCAPI.h.  Stop.
Searching for .h files...
You don't seem to have a proper C preprocessor.  Using grep instead.
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
	sh writemain lib/auto/DynaLoader/DynaLoader.a  > tmp
	sh mv-if-diff tmp perlmain.c
File perlmain.c not changed.
	echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c 
perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c gv.c 
sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c 
miniperlmain.c perlmain.c | tr ' ' '\012' >.clist
Finding dependencies for malloc.o.
./makedepend[103]: UU/malloc.c.c: cannot create
./makedepend[104]: UU/malloc.c.c: cannot open
Finding dependencies for av.o.
./makedepend[103]: UU/av.c.c: cannot create
./makedepend[104]: UU/av.c.c: cannot open
Finding dependencies for scope.o.
./makedepend[103]: UU/scope.c.c: cannot create
./makedepend[104]: UU/scope.c.c: cannot open
Finding dependencies for op.o.
./makedepend[103]: UU/op.c.c: cannot create
./makedepend[104]: UU/op.c.c: cannot open
Finding dependencies for doop.o.
./makedepend[103]: UU/doop.c.c: cannot create
./makedepend[104]: UU/doop.c.c: cannot open
Finding dependencies for doio.o.
./makedepend[103]: UU/doio.c.c: cannot create
./makedepend[104]: UU/doio.c.c: cannot open
Finding dependencies for dump.o.
./makedepend[103]: UU/dump.c.c: cannot create
./makedepend[104]: UU/dump.c.c: cannot open
Finding dependencies for hv.o.
./makedepend[103]: UU/hv.c.c: cannot create
./makedepend[104]: UU/hv.c.c: cannot open
Finding dependencies for mg.o.
./makedepend[103]: UU/mg.c.c: cannot create
./makedepend[104]: UU/mg.c.c: cannot open
Finding dependencies for byterun.o.
./makedepend[103]: UU/byterun.c.c: cannot create
./makedepend[104]: UU/byterun.c.c: cannot open
Finding dependencies for perl.o.
./makedepend[103]: UU/perl.c.c: cannot create
./makedepend[104]: UU/perl.c.c: cannot open
Finding dependencies for perly.o.
./makedepend[103]: UU/perly.c.c: cannot create
./makedepend[104]: UU/perly.c.c: cannot open
Finding dependencies for pp.o.
./makedepend[103]: UU/pp.c.c: cannot create
./makedepend[104]: UU/pp.c.c: cannot open
Finding dependencies for pp_hot.o.
./makedepend[103]: UU/pp_hot.c.c: cannot create
./makedepend[104]: UU/pp_hot.c.c: cannot open
Finding dependencies for pp_ctl.o.
./makedepend[103]: UU/pp_ctl.c.c: cannot create
./makedepend[104]: UU/pp_ctl.c.c: cannot open
Finding dependencies for pp_sys.o.
./makedepend[103]: UU/pp_sys.c.c: cannot create
./makedepend[104]: UU/pp_sys.c.c: cannot open
Finding dependencies for regcomp.o.
./makedepend[103]: UU/regcomp.c.c: cannot create
./makedepend[104]: UU/regcomp.c.c: cannot open
Finding dependencies for regexec.o.
./makedepend[103]: UU/regexec.c.c: cannot create
./makedepend[104]: UU/regexec.c.c: cannot open
Finding dependencies for gv.o.
./makedepend[103]: UU/gv.c.c: cannot create
./makedepend[104]: UU/gv.c.c: cannot open
Finding dependencies for sv.o.
./makedepend[103]: UU/sv.c.c: cannot create
./makedepend[104]: UU/sv.c.c: cannot open
Finding dependencies for taint.o.
./makedepend[103]: UU/taint.c.c: cannot create
./makedepend[104]: UU/taint.c.c: cannot open
Finding dependencies for toke.o.
./makedepend[103]: UU/toke.c.c: cannot create
./makedepend[104]: UU/toke.c.c: cannot open
Finding dependencies for util.o.
./makedepend[103]: UU/util.c.c: cannot create
./makedepend[104]: UU/util.c.c: cannot open
Finding dependencies for deb.o.
./makedepend[103]: UU/deb.c.c: cannot create
./makedepend[104]: UU/deb.c.c: cannot open
Finding dependencies for run.o.
./makedepend[103]: UU/run.c.c: cannot create
./makedepend[104]: UU/run.c.c: cannot open
Finding dependencies for universal.o.
./makedepend[103]: UU/universal.c.c: cannot create
./makedepend[104]: UU/universal.c.c: cannot open
Finding dependencies for globals.o.
./makedepend[103]: UU/globals.c.c: cannot create
./makedepend[104]: UU/globals.c.c: cannot open
Finding dependencies for perlio.o.
./makedepend[103]: UU/perlio.c.c: cannot create
./makedepend[104]: UU/perlio.c.c: cannot open
Finding dependencies for miniperlmain.o.
./makedepend[103]: UU/miniperlmain.c.c: cannot create
./makedepend[104]: UU/miniperlmain.c.c: cannot open
Finding dependencies for perlmain.o.
./makedepend[103]: UU/perlmain.c.c: cannot create
./makedepend[104]: UU/perlmain.c.c: cannot open
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
Make:  Don't know how to make perlCAPI.h.  Stop.
Searching for .h files...
You don't seem to have a proper C preprocessor.  Using grep instead.
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
	sh writemain lib/auto/DynaLoader/DynaLoader.a  > tmp
	sh mv-if-diff tmp perlmain.c
File perlmain.c not changed.
	echo malloc.c av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c byterun.c 
perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c gv.c 
sv.c taint.c toke.c util.c deb.c run.c universal.c globals.c perlio.c 
miniperlmain.c perlmain.c | tr ' ' '\012' >.clist
Finding dependencies for malloc.o.
./makedepend[103]: UU/malloc.c.c: cannot create
./makedepend[104]: UU/malloc.c.c: cannot open
Finding dependencies for av.o.
./makedepend[103]: UU/av.c.c: cannot create
./makedepend[104]: UU/av.c.c: cannot open
Finding dependencies for scope.o.
./makedepend[103]: UU/scope.c.c: cannot create
./makedepend[104]: UU/scope.c.c: cannot open
Finding dependencies for op.o.
./makedepend[103]: UU/op.c.c: cannot create
./makedepend[104]: UU/op.c.c: cannot open
Finding dependencies for doop.o.
./makedepend[103]: UU/doop.c.c: cannot create
./makedepend[104]: UU/doop.c.c: cannot open
Finding dependencies for doio.o.
./makedepend[103]: UU/doio.c.c: cannot create
./makedepend[104]: UU/doio.c.c: cannot open
Finding dependencies for dump.o.
./makedepend[103]: UU/dump.c.c: cannot create
./makedepend[104]: UU/dump.c.c: cannot open
Finding dependencies for hv.o.
./makedepend[103]: UU/hv.c.c: cannot create
./makedepend[104]: UU/hv.c.c: cannot open
Finding dependencies for mg.o.
./makedepend[103]: UU/mg.c.c: cannot create
./makedepend[104]: UU/mg.c.c: cannot open
Finding dependencies for byterun.o.
./makedepend[103]: UU/byterun.c.c: cannot create
./makedepend[104]: UU/byterun.c.c: cannot open
Finding dependencies for perl.o.
./makedepend[103]: UU/perl.c.c: cannot create
./makedepend[104]: UU/perl.c.c: cannot open
Finding dependencies for perly.o.
./makedepend[103]: UU/perly.c.c: cannot create
./makedepend[104]: UU/perly.c.c: cannot open
Finding dependencies for pp.o.
./makedepend[103]: UU/pp.c.c: cannot create
./makedepend[104]: UU/pp.c.c: cannot open
Finding dependencies for pp_hot.o.
./makedepend[103]: UU/pp_hot.c.c: cannot create
./makedepend[104]: UU/pp_hot.c.c: cannot open
Finding dependencies for pp_ctl.o.
./makedepend[103]: UU/pp_ctl.c.c: cannot create
./makedepend[104]: UU/pp_ctl.c.c: cannot open
Finding dependencies for pp_sys.o.
./makedepend[103]: UU/pp_sys.c.c: cannot create
./makedepend[104]: UU/pp_sys.c.c: cannot open
Finding dependencies for regcomp.o.
./makedepend[103]: UU/regcomp.c.c: cannot create
./makedepend[104]: UU/regcomp.c.c: cannot open
Finding dependencies for regexec.o.
./makedepend[103]: UU/regexec.c.c: cannot create
./makedepend[104]: UU/regexec.c.c: cannot open
Finding dependencies for gv.o.
./makedepend[103]: UU/gv.c.c: cannot create
./makedepend[104]: UU/gv.c.c: cannot open
Finding dependencies for sv.o.
./makedepend[103]: UU/sv.c.c: cannot create
./makedepend[104]: UU/sv.c.c: cannot open
Finding dependencies for taint.o.
./makedepend[103]: UU/taint.c.c: cannot create
./makedepend[104]: UU/taint.c.c: cannot open
Finding dependencies for toke.o.
./makedepend[103]: UU/toke.c.c: cannot create
./makedepend[104]: UU/toke.c.c: cannot open
Finding dependencies for util.o.
./makedepend[103]: UU/util.c.c: cannot create
./makedepend[104]: UU/util.c.c: cannot open
Finding dependencies for deb.o.
./makedepend[103]: UU/deb.c.c: cannot create
./makedepend[104]: UU/deb.c.c: cannot open
Finding dependencies for run.o.
./makedepend[103]: UU/run.c.c: cannot create
./makedepend[104]: UU/run.c.c: cannot open
Finding dependencies for universal.o.
./makedepend[103]: UU/universal.c.c: cannot create
./makedepend[104]: UU/universal.c.c: cannot open
Finding dependencies for globals.o.
./makedepend[103]: UU/globals.c.c: cannot create
./makedepend[104]: UU/globals.c.c: cannot open
Finding dependencies for perlio.o.
./makedepend[103]: UU/perlio.c.c: cannot create
./makedepend[104]: UU/perlio.c.c: cannot open
Finding dependencies for miniperlmain.o.
./makedepend[103]: UU/miniperlmain.c.c: cannot create
./makedepend[104]: UU/miniperlmain.c.c: cannot open
Finding dependencies for perlmain.o.
./makedepend[103]: UU/perlmain.c.c: cannot create
./makedepend[104]: UU/perlmain.c.c: cannot open
	echo Makefile.SH cflags.SH config_h.SH makeaperl.SH 
makedepend.SH  makedir.SH perl_exp.SH writemain.SH | tr ' ' '\012' >.shlist
Make:  Don't know how to make perlCAPI.h.  Stop.
Searching for .h files...
You don't seem to have a proper C preprocessor.  Using grep instead.
Updating makefile...
	 test -s perlmain.c && touch perlmain.c
	cd x2p; make depend
	sh ../makedepend MAKE=make
	echo hash.c  str.c util.c walk.c | tr ' ' '\012' >.clist
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
	echo Makefile.SH cflags.SH | tr ' ' '\012' >.shlist
Updating makefile...
Now you must run a make.

If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.



[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]