octave-maintainers
[Top][All Lists]
Advanced

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

Re: glob on Windows systems


From: Benjamin Lindner
Subject: Re: glob on Windows systems
Date: Thu, 14 Jan 2010 22:22:59 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

John W. Eaton wrote:
On 11-Jan-2010, John W. Eaton wrote:

|   glob: does not work properly with backslash directory separator

Instead of modifying the gnulib glob function to handle \\ in
filenames, I propose the following patch for Octave.  Could someone
who is building on MinGW or with MSVC try this patch and let me know
whether it works?  If it does and there are no objections to this
solution, I'll apply the changeset.

I'm getting up-to-date on the build process after some time offline.
The build for me currently fails when linking octave.dll with

.libs/liboctave_la-glob-match.o:glob-match.cc:(.text+0x6e8): undefined reference to `glob' .libs/liboctave_la-glob-match.o:glob-match.cc:(.text+0x8a5): undefined reference to `globfree

I believe I read about Tatsuro reporting a similar error and it being resolved, so I'm confused now. Looking at the build gnulib archive, I also see that the glob object file does not contain a 'glob' and 'globfree' symbol in the export table.

benjamin





reply via email to

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