From help-octave-request at bevo dot che dot wisc dot edu Thu Jan 28 15:37:59 1999 Subject: Re: Problems installing Octave under Windows 95 From: "Dave Borger" To: "John W. Eaton" CC: help-octave at bevo dot che dot wisc dot edu Date: Thu, 28 Jan 1999 13:35:36 -0800 This is a multi-part message in MIME format. --------------8EC4F29D9B53290F15176950 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Progress--I think John W. Eaton wrote: > On 28-Jan-1999, Dave Borger wrote: > > | A couple of lines of the installation program still failed but I > | think I was able to manually copy most of the required files to the > | appropriate destinations. Octave loads; a=[your example] and a\b > | work properly; help works; exit works; however 'columns' and 'rows' > | return the message 'undefined near line 8 column 1.' Can you tell > | from this admittedly brief example if the problem is likely do to > | some files which did not copy. If so, can you tell me what needs to > | go where so I can move them manually. > > All the .m files from the scripts directory go in the $fcnfiledir > directory. The directory tree structure is preserved. The file modes > are all changed so that they are readable by everyone. for me $fcnfiledir is d:/octave/share/octave/2.0.13/m. It contains 228 files in 18 folders totalling 387KB. The directory structure is the same as that of .../octave-2.013-i386-pc-cygwin32/scripts > > > After the files are copied, a file called ls-R is created in the > $datadir/octave directory. It is there and a copy is attached > > > The commands in install.sh that do this are: > > echo "installing .m files in $fcnfiledir" > ( cd scripts > tar cf - . | ( cd $fcnfiledir ; tar xf - ) > find $fcnfiledir -type f -print | xargs chmod 0644 ^ This is where things crashed but seemed to have recovered. (See previous email) > find $fcnfiledir -name '*.img' -print | xargs rm -f ) ^ Or perhaps it was here. > > > echo "creating ls-R file in $datadir/octave" > ls -LR $datadir/octave > $datadir/octave/ls-R > chmod 644 $datadir/octave/ls-R > > Normally, $datadir is /usr/local/share and fcnfiledir is > $datadir/octave/$version/m. and for me they are d:/octave/share and d:/octave/share/octave/2.0.13/m respectively > The value of $version should be the same > as the version number of your copy of Octave. > > jwe --------------8EC4F29D9B53290F15176950 Content-Type: text/plain; charset=us-ascii; name="ls-R" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ls-R" 2.0.13 ls-R site d:/octave/share/octave/2.0.13: imagelib m d:/octave/share/octave/2.0.13/imagelib: default.img d:/octave/share/octave/2.0.13/m: audio control elfun general image io linear-algebra miscellaneous plot polynomial set signal specfun special-matrix startup statistics strings time d:/octave/share/octave/2.0.13/m/audio: lin2mu.m loadaudio.m mu2lin.m playaudio.m record.m saveaudio.m setaudio.m d:/octave/share/octave/2.0.13/m/control: abcddim.m are.m c2d.m dare.m dgram.m dlqe.m dlqr.m dlyap.m is_controllable.m is_observable.m lqe.m lqr.m lyap.m tzero.m d:/octave/share/octave/2.0.13/m/elfun: acot.m acoth.m acsc.m acsch.m asec.m asech.m cot.m coth.m csc.m csch.m gcd.m lcm.m sec.m sech.m d:/octave/share/octave/2.0.13/m/general: columns.m common_size.m diff.m fliplr.m flipud.m int2str.m is_matrix.m is_scalar.m is_square.m is_symmetric.m is_vector.m isempty.m length.m linspace.m logspace.m nargchk.m nextpow2.m num2str.m perror.m postpad.m prepad.m randperm.m rem.m reshape.m rot90.m rows.m shift.m strerror.m tril.m triu.m d:/octave/share/octave/2.0.13/m/image: colormap.m gray.m gray2ind.m image.m imagesc.m imshow.m ind2gray.m ind2rgb.m loadimage.m ntsc2rgb.m ocean.m rgb2ind.m rgb2ntsc.m saveimage.m d:/octave/share/octave/2.0.13/m/io: printf.m puts.m d:/octave/share/octave/2.0.13/m/linear-algebra: commutation_matrix.m cond.m cross.m dot.m duplication_matrix.m kron.m norm.m null.m orth.m pinv.m qzhess.m rank.m trace.m vec.m vech.m d:/octave/share/octave/2.0.13/m/miscellaneous: bincoeff.m bug_report.m comma.m cputime.m dump_prefs.m etime.m flops.m is_leap_year.m list_primes.m menu.m paren.m path.m popen2.m semicolon.m texas_lotto.m tic.m toc.m version.m xor.m d:/octave/share/octave/2.0.13/m/plot: __plr1__.m __plr2__.m __plr__.m __plt1__.m __plt2__.m __plt2mm__.m __plt2mv__.m __plt2ss__.m __plt2vm__.m __plt2vv__.m __plt__.m __pltopt1__.m __pltopt__.m axis.m bar.m bottom_title.m contour.m figure.m grid.m hist.m loglog.m mesh.m meshdom.m meshgrid.m mplot.m multiplot.m oneplot.m plot.m plot_border.m polar.m semilogx.m semilogy.m shg.m sombrero.m stairs.m subplot.m subwindow.m title.m top_title.m xlabel.m ylabel.m zlabel.m d:/octave/share/octave/2.0.13/m/polynomial: compan.m conv.m deconv.m poly.m polyder.m polyderiv.m polyfit.m polyinteg.m polyreduce.m polyval.m polyvalm.m residue.m roots.m d:/octave/share/octave/2.0.13/m/set: complement.m create_set.m intersection.m union.m d:/octave/share/octave/2.0.13/m/signal: detrend.m fftconv.m fftfilt.m fftshift.m freqz.m sinc.m d:/octave/share/octave/2.0.13/m/specfun: bessel.m beta.m betai.m erfinv.m gammai.m log2.m pow2.m d:/octave/share/octave/2.0.13/m/special-matrix: hankel.m hilb.m invhilb.m sylvester_matrix.m toeplitz.m vander.m d:/octave/share/octave/2.0.13/m/startup: octaverc d:/octave/share/octave/2.0.13/m/statistics: corrcoef.m cov.m gls.m kurtosis.m mahalanobis.m mean.m median.m ols.m skewness.m std.m d:/octave/share/octave/2.0.13/m/strings: bin2dec.m blanks.m deblank.m dec2bin.m dec2hex.m findstr.m hex2dec.m index.m isletter.m lower.m rindex.m split.m str2mat.m str2num.m strcat.m strcmp.m strrep.m substr.m upper.m d:/octave/share/octave/2.0.13/m/time: asctime.m clock.m ctime.m date.m d:/octave/share/octave/site: --------------8EC4F29D9B53290F15176950--