Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Build problems, solution?



> 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