This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
install-info question
- To: egcs at cygnus dot com
- Subject: install-info question
- From: joel at OARcorp dot com
- Date: Tue, 18 Aug 1998 12:59:55 -0500 (CDT)
Hi,
I have gotten a report from an RTEMS user attempting to install egcs
1.0.3a and he ran into this during the install of the info files. The
directory /usr/local/tools/powerpc/info/ is new so there is no "dir" file
in it. Should this be an error? Have this been fixed since 1.0.3a?
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
for f in cpp.info gcc.info; do \ realfile=`echo $f | sed -e
's|.*/\([^/]*\)$|\1|'`; \
install-info --dir-file=/usr/local/tools/powerpc/info/dir
/usr/local/tools/powerpc/info/$realfile; \ done; \else true; fi;
install-info: No such file or directory for
/usr/local/tools/powerpc/info/dirinstall-info: No such file or directory
for /usr/local/tools/powerpc/info/dir
gmake[1]: *** [install-info] Error 1
Thanks.
--joel