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

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

[Octave-bug-tracker] [bug #32033] error: `fnmatch' undefined (octave-dev


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #32033] error: `fnmatch' undefined (octave-dev on MinGW)
Date: Sat, 08 Jan 2011 04:17:22 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

Follow-up Comment #6, bug #32033 (project octave):

Hello John

Sorry I have not carried out the following
**************************
nm src/.libs/liboctinterp_la-dirfns.o | grep fnmatch 
**************************

Results are 
**************************
$ nm src/.libs/liboctinterp_la-dirfns.o | grep fnmatch
0000a230 T __Z14Fposix_fnmatchRK17octave_value_listi
         U __ZNK10glob_match21opts_to_fnmatch_flagsEj
**************************

On windows, glob and fnmatch do not exist in default.  By the 3.2, the widows
builders uses the originally prepared glob and fnmatch.  As far as I remember,
when you decided to use gnulib, discussion on glob and fnmatch were carried
out.  Final conclusion is to use gnulib version of glob and fnmatch if the
system does not have them.

Therefore of source, in condig.h,

/* Define to 1 if you have the <fnmatch.h> header file. */
/* #undef HAVE_FNMATCH_H */

Therefore in libgnu/.libs, fnmatch.o exists and fnmatch.o is found libgnu.a.

And I also fonud 'fnmatch' in liboctinterp_la-dirfns.o by an text editor as I
wrote in the previous mail. 

I attached dirfns.ii (bzip2 compressed).

Regards

Tatsuro



 


(file #22376)
    _______________________________________________________

Additional Item Attachment:

File name: dirfns.ii.bz2                  Size:272 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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