octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #41131] Octave history written to C:\ when ins


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #41131] Octave history written to C:\ when installing netcdf/odepkg/windows packages
Date: Sat, 14 Mar 2015 03:21:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36

Update of bug #41131 (project octave):

                 Summary: Attempt to wite to different history_file location
(while instaling OF package) => Octave history written to C: when installing
netcdf/odepkg/windows packages

    _______________________________________________________

Follow-up Comment #6:

The error occurs because octave is executed from within the configure scripts
for these packages but the --no-history option is not used.

The following is what I see in a Windows XP command window:


C:\> cd \Octave\Octave-4.0.0-rc1\bin
C:\Octave\Octave-4.0.0-rc1\bin> bash
bash-3.1$ echo history_file | ./octave -qf
ans = C:\.octave_hist

bash-3.1$ echo "tilde_expand('~')" | ./octave -qf
ans = C:\



This is the environment that the Octave interpreter is run in from the
configure scripts (being run by bash) when packages are built on Windows.

This should be fixed by adding the --no-history (or -H) options to the octave
command lines used when building these packages.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41131>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]