This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

install-info question



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]