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 16:50:06 -0500

On 16-Dec-2009, Judd Storrs wrote:

| I haven't been able to compile since this changeset went in (my last
| successful build was using revision 9988, I'm now trying with 9993).
| The build dies with:
| 
| ./.libs/liboctinterp.so: undefined reference to `glob_match::glob()'
| 
| gnulib is download from git just fine.  Do I also need to install a
| gnulib package?  I thought maybe I had some cruft somewhere in my
| working copy so I did a fresh checkout this afternoon and the problem
| persists. I did:
| 
| ./autogen.sh
| ./configure --prefix=/usr/local/stow/octave-devel
| make
| 
| I'm on Ubuntu 9.10 64-bit
| 
| autoconf 2.64
| automake 1.11
| libtool 2.2.6

What does

  nm liboctave/.libs/liboctave_la-glob-match.o | c++filt | grep glob_match::glob

tell you?  I would expect something like

  00000000000000ae T glob_match::glob()

the T here means that glob_match::glob is defined globally.  Is the
glob-match object file somehow being omitted from liboctave?

jwe


reply via email to

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