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

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

[Octave-bug-tracker] [bug #33652] tmpfile () does not work on MinGW


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #33652] tmpfile () does not work on MinGW
Date: Mon, 27 Jun 2011 17:36:19 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.19) Gecko/20110430 Iceweasel/3.5.19 (like Firefox/3.5.19)

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

Looking at the tmpfile function in file-io.cc, it just calls


FILE *fid = tmpfile ();


to do the real work, and that is a function that on Windows systems you should
be getting from gnulib.  Can you run Octave with gdb and set a breakpoint in
the gnulib tmpfile function and find out why it is failing for you?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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