Brad Van Duser wrote:

!Has anyone attempted to run Configure on an OS/390 (MVS) system yet for
RC2?
!I ran it using -Dprefix= pointing to a test directory and near the end it
!went sour:
!
!a2p.y -> a2p.c
!
!Extracting myconfig (with variable substitutions)
!
!Extracting pod/Makefile (with variable substitutions)

Hmm.. it might be the case that the prefix was specified in a way that
fouled up makedepend.sh

Try running:

grep prefix config.sh

is the prefix='/path/ending/in/aslash/' ?  Perhaps you ran:

   sh Configure -Dprefix=/some/path/ -des

and perhaps you should have run:

   sh Configure -Dprefix=/some/path -des

(Not that this is excusable: Configure ought to be able to handle a prefix
with a / at the end!).

I hope that helps, but admit it might not be the problem.

Peter Prymmer



Reply via email to