From: Lute K. <Lut...@cw...> - 2003-11-06 13:59:46
|
Dear octave-forge hackers, I just tried to get CVS HEAD from octave forge installed in conjunctions with Octave's CVS HEAD. I encountered two minor problems: 1. admin/mk{doc,texi} do not have their execute bit set. I had to do this by hand to convince the Makefiles to build the docs. 2. I have several versions of Octave in my path. configure picks the first one it encounters, which was not the right one. I convinced the configure script to pick the right one with: ./configure OCTAVE=/the/right/octave Maybe this var should be mentioned in INSTALL? Lute. PS. Is this the right place for bug reports? |