I have it all working now. Still need to run the test suite, but I
have been able to build perl-5.20.1 and the blead (5.21.6).
The key was to define CONFIG_SHELL before running the configure
script. The second element was getting the compare phase to pass.
Since I did not have GNU cmp installed (b
You would probably be better of discussing this on gcc-help. gcc-bugs
is rather full of bugzilla traffic and normal mails are easily missed.
Have you tried setting CONFIG_SHELL in the environment? Also, when
running the build use something like
make SHELL=/bin/bash
R.
On 03/11/14 20:22, Micha
What I have not yet found is how to get the SHELL variable to not use
/bin/sh because this is causing a failure immediately at the start of
make:
root@x064:[/data/prj/gnu/gcc/objdir/gcc-4.7.4]make
[ -f stage_final ] || echo stage3 > stage_final
/bin/sh[3]: 0403-057 Syntax error at line 1 : `-qlang
I fear that after being set to "wontfix" an entry such as
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63714 will be completely
ignored.
That is not what I was expecting having spent nearly 8 hours yesterday
looking for something I may have missed.
I do not understand how to move forward from: D