octave-maintainers
[Top][All Lists]
Advanced

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

Re: glob and fnmatch functions from gnulib


From: John W. Eaton
Subject: Re: glob and fnmatch functions from gnulib
Date: Wed, 16 Dec 2009 17:00:21 -0500

On 16-Dec-2009, Michael D Godfrey wrote:

| On 12/16/2009 01:50 PM, John W. Eaton wrote:
| > What does
| >
| >    nm liboctave/.libs/liboctave_la-glob-match.o | c++filt | grep 
glob_match::glob
| >
| >    
| [qss:octave] nm liboctave/.libs/liboctave_la-glob-match.o | c++filt | 
| grep glob_match::glob
| [qss:octave]
| 
| 
| (I have the same problem, using Fedora fc12)

Are there any symbols in the liboctave_la-glob-match.o file?

Oh, I think I see the problem.  The gnulib glob.h file does

  #define glob rpl_glob

to replace the system glob function with the one from gnulib.  So I
would guess that you end up with glob_match::rpl_glob.

Hmm.  I'll try to come up with a fix for this problem.

jwe


reply via email to

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