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

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

[Octave-bug-tracker] [bug #44814] which and run fail on windows for new


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44814] which and run fail on windows for new files
Date: Sun, 12 Apr 2015 13:38:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 Iceweasel/35.0.1

Follow-up Comment #3, bug #44814 (project octave):

Windows has symlinks?!? :)

Seriously I did not know that.

See "help stat", especially the comparison between stat and lstat. The stat
function is supposed to follow the symlink, report the details of the target
of the symlink, *not* the symlink itself. The lstat function is supposed to
return details for the symlink. It sounds like stat is not following the
symlink on your setup.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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