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

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

[Octave-bug-tracker] [bug #47713] the function in a mex file turns out u


From: Wayne
Subject: [Octave-bug-tracker] [bug #47713] the function in a mex file turns out undefined when all the letters of the file's name are capital
Date: Sun, 17 Apr 2016 00:00:38 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #2, bug #47713 (project octave):

I've just tried the following short example: 


#include "mex.h"

void
mexFunction (int nlhs, mxArray *plhs[],
             int nrhs, const mxArray *prhs[])
{
  mexPrintf ("Hello, World!n");

  mexPrintf ("I have %d inputs and %d outputsn", nrhs, nlhs);
}


Save the code above as PANDA_SF_2_HF.c and compile it with 

mkoctfile --mex PANDA_SF_2_HF.c

and then run it. the problem would be reproduced.

However if the file name is PANDA_SF_2_Hf.c, it works perfectly.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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