Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: problems with regular expressions on OpenBSD/sparc



On Jul 7,  9:19am, David Lebel wrote:
} Subject: problems with regular expressions on OpenBSD/sparc
}
} sparc:
} 
}   zsh% ls *
}   zsh: no matches found: *

This usually means something's wrong with the way `struct dirent' or the
equivalent is being interpreted when zsh is reading file names from a
directory.  I've seen this happen on Solaris because both SysV and BSD
style directory routines are available and you can get the wrong one
depending on which C compiler is first in your $PATH, but I'm surprised
it's happened on OpenBSD.

What does

    grep DIR config.h

show you?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author