On Mon, 26 Oct 2015, Clive Nicholas wrote:
Okay, after I do this, successfully:
clive@clivubu:~/gretl-git$ sudo git clone ssh://
stonebridgespur@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
_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users