zsh-workers
 help / color / mirror / code / Atom feed
From: "Bas V._de Bakker" <bas@phys.uva.nl>
To: zsh-workers@math.gatech.edu
Subject: configuration under Linux
Date: Thu, 6 Jul 1995 08:46:57 +0200	[thread overview]
Message-ID: <199507060646.AA12471@phys.uva.nl> (raw)

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.


                 reply	other threads:[~1995-07-06  6:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199507060646.AA12471@phys.uva.nl \
    --to=bas@phys.uva.nl \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).