Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problems with regular expressions on OpenBSD/sparc
- X-seq: zsh-workers 15296
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: David Lebel <lebel@xxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: problems with regular expressions on OpenBSD/sparc
- Date: Sat, 7 Jul 2001 16:00:01 +0000
- In-reply-to: <20010707091954.K8090@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010707091954.K8090@xxxxxxxxx>
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