Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Build problems, solution?
- X-seq: zsh-users 5947
- From: "Charlie Reiman" <creiman@xxxxxxxxx>
- To: <zsh-users@xxxxxxxxxx>
- Subject: RE: Build problems, solution?
- Date: Wed, 26 Feb 2003 11:13:14 -0800
- Importance: Normal
- In-reply-to: <6134254DE87BD411908B00A0C99B044F03A0B647@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> -----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