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

RE: Build problems, solution?




> -----Original Message-----
> From: Borzenkov Andrey [mailto:Andrey.Borzenkov@xxxxxxxxxxx]
> Sent: Tuesday, February 25, 2003 11:41 PM
> To: 'Charlie Reiman'; zsh-users@xxxxxxxxxx
> Subject: 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.

Ah. That was probably it. I knew there was a reason I never set CDPATH in
the past. Looks like I'll be taking that out of my zshenv.

Maybe configure should warn if CDPATH is set and does not contain a '.'?




Messages sorted by: Reverse Date, Date, Thread, Author