Hi Brandon, Thanks for the response.
I double checked and texinfo is installed on my system. I didn't have $HOME/gnu/bin in my PATH so I updated that but I still have the same error. Oddly enough, if I run the command: make -C gnu/hello install then everything works correctly (and the hello.info file shows up in my gnu/share/info folder. Is there an alternate location where the *.info files are located that my setup somehow isn't finding? Regards, Sat On Aug 7, 2014, at 1:42 PM, Brandon Invergo <[email protected]> wrote: > Hi Sat, > >> install-info: No such file or directory for >> /home/sat/gnu/share/info/hello.info > > It looks like your system doesn't have texinfo installed and you have > not yet set up your PATH to point to $HOME/gnu/bin, e.g., in your > .bashrc (assuming you're using Bash), put: > > export PATH=$HOME/gnu/bin:$PATH > > That should fix it! > > Cheers, > Brandon
