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

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

[Octave-bug-tracker] [bug #42614] exist problems with incorrect mex file


From: Richard
Subject: [Octave-bug-tracker] [bug #42614] exist problems with incorrect mex files
Date: Thu, 26 Jun 2014 16:44:00 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0

Follow-up Comment #11, bug #42614 (project octave):

Hmmm, that's right, silly of me to forget the mexw32 instead of mex the first
time, here's the result with the file renamed with the mexw32 extension (it is
the extension on this machine):

>> exist ('mexfunction', 'file')

ans =

     3.0000e+000

>> exist ('mexfunction.mexw32', 'file')

ans =

     3.0000e+000

So Matlab doesn't know any better either.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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