Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Help with compile problem
- X-seq: zsh-workers 16627
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ken Moorley <kmoorley@xxxxxxxxxxxx>
- Subject: RE: Help with compile problem
- Date: Wed, 13 Feb 2002 23:58:17 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <006601c1b4de$b19a3fa0$450000c0@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: lantern@xxxxxxxxxxxxxxxx
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