zsh-workers
 help / color / mirror / code / Atom feed
* configuration under Linux
@ 1995-07-06  6:46 Bas V._de Bakker
  0 siblings, 0 replies; only message in thread
From: Bas V._de Bakker @ 1995-07-06  6:46 UTC (permalink / raw)
  To: zsh-workers

Under Linux, using libc 5.0.9. (the major version number is probably
important), the configure script does not find the lstat() routine.
This is because it is not present in the library, but defined as a
static inline routine in a header file (sys/stat.h).  This has the
unfortunate consequence that zsh can no longer find symbolic links,
like in "ls *(@)".

I suppose the remedy would be to somehow have configure's test program
include <sys/stat.h> if available.  This is hardly a generic solution,
though, as similar problems can arise for other routines.  But that is
an issue I should probably raise with the autoconf maintainers.

Anyway, at least please mention this in Etc/MACHINES.  The manual fix
is of course to define HAVE_LSTAT in config.h after running configure.

Bas.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-07-06  6:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-07-06  6:46 configuration under Linux Bas V._de Bakker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).