Hello,
I am trying to install the most recent version of gcc and just found out about
gnu src. I went through the basic instructions on setting it up but when I get
to the "make -C gnu/hello" step, I run into the following error:
make: Entering directory `/home/sat/gsrc/gnu/hello'
printf "[install-info] ==>Installing entries to the Info directory\n"
[install-info] ==>Installing entries to the Info directory
if /bin/sh -c 'install-info --version' >/dev/null; then \
for f in hello.info; do \
install-info --dir-file="/home/sat/gnu/share/info/dir" \
"/home/sat/gnu/share/info/$f"; \
done; \
else true; fi
install-info: No such file or directory for /home/sat/gnu/share/info/hello.info
make: *** [post-install] Error 1
make: Leaving directory `/home/sat/gsrc/gnu/hello'
I've tried this on several machines (a couple running scientific linux and one
mac) and all have the same issue. I obviously must be missing something basic…
Regards,
Sat