Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Help with compile problem
- X-seq: zsh-workers 16628
- From: "Ken Moorley" <kmoorley@xxxxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: RE: Help with compile problem
- Date: Thu, 14 Feb 2002 11:13:09 +1100
- Cc: <zsh-workers@xxxxxxxxxx>
- Importance: Normal
- In-reply-to: <Pine.BSF.4.40.0202132315320.10405-100000@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Trying cd Src; make builtin.syms
gives
make: *** No rule to make target `builtin.syms'. Stop.
Ken
> -----Original Message-----
> From: lantern@xxxxxxxxxxxxxxxx [mailto:lantern@xxxxxxxxxxxxxxxx]On
> Behalf Of Bart Schaefer
> Sent: Thursday, 14 February 2002 10:58 am
> To: Ken Moorley
> Cc: zsh-workers@xxxxxxxxxx
> Subject: RE: Help with compile problem
>
>
> On Thu, 14 Feb 2002, Ken Moorley wrote:
>
> > I was able to compile zsh 4.0.4 using gcc 2.9.5.2, is there any
> thing unique
> > about 3.0.3 that would cause the problem
> [...]
> > I have attached the configure and make output text for both
> versions which
> > might give some one a clue.
>
> Diffing the make output, there are lines like this in the 3.1.9 build:
>
> -gawk -f ../Src/makepro.awk builtin.c Src > builtin.syms
> -(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}'
> < builtin.syms) \
> - > builtin.epro
> -(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}'
> < builtin.syms) \
> - > `echo builtin.epro | sed 's/\.epro$/.pro/'`
>
> Those lines are missing in the 4.0.4 build, and the build fails because
> the files generated by those commands are not present.
>
> Unfortunately, I have no idea why changing compilers would affect the make
> dependencies, or otherwise cause make to fail to execute those commands.
> What happens if you explicitly give the command
>
> cd Src; make builtin.syms
>
> ??
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author