Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Build problems, solution?
- X-seq: zsh-users 5945
- From: Borzenkov Andrey <Andrey.Borzenkov@xxxxxxxxxxx>
- To: "'Charlie Reiman'" <creiman@xxxxxxxxx>, zsh-users@xxxxxxxxxx
- Subject: RE: Build problems, solution?
- Date: Wed, 26 Feb 2003 10:41:22 +0300
- Importance: Normal
- In-reply-to: <MHEAKIEGCFLDLMBODHDKAEHDDIAA.creiman@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> I was trying to build zsh-4.0.6 on Solaris 8 on Intel. configure seems to
> work fine but make spits this out:
>
> sh: Src: does not exist
> *** Error code 1
> make: Fatal error: Command failed for target `all'
>
[...]
> Incidentally, the line that breaks can be fixed by doing this:
>
> (cd ./$$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \
>
> But you'd need to do that for every cd in every makefile.
>
Which smells like CDPATH problem (i.e. when . is not in CDPATH). May be
another solution would be to globally unset CDPATH or set it to ".", but I
am not sure if it possible to export environment out of makefile portably.
-andrey
Messages sorted by:
Reverse Date,
Date,
Thread,
Author