On Mon, 26 Oct 2015, Clive Nicholas wrote:
Okay, after I do this, successfully:
clive@clivubu:~/gretl-git$ sudo git clone ssh://
stonebridgespur(a)git.code.sf.net/p/gretl/git gretl-git
No, no! Never use "sudo" with git. Try these commands:
cd
# trash your broken copy of gretl-git
sudo rm -rf gretl-git
git clone
git://git.code.sf.net/p/gretl/git gretl-git
cd gretl-git
./configure --enable-quiet-build --enable-openmp --enable-build-doc
make
make pdfdocs
sudo make install
Allin