Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unresolvable symbol on IRIX
- X-seq: zsh-users 1694
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: unresolvable symbol on IRIX
- Date: Fri, 31 Jul 1998 11:41:37 -0700
- In-reply-to: <199807311713.TAA01357@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- References: <199807061132.NAA05606@xxxxxxxxxxxxxxxxxxxxxxxxxx> <199807311713.TAA01357@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jul 31, 7:13pm, Roland Jesse wrote:
} Subject: Re: unresolvable symbol on IRIX
}
} I greped through the zsh (3.1.4) sources and found references to
} cap_get_proc in Src/utils.c and Src/Modules/cap.c. Both files contain
} a cimple function call with this name but no further references or
} indications of where it comes from.
It's inside an #ifdef HAVE_CAP_INIT. That means that configure has
decided that IRIX has POSIX capability sets for controlling file access.
I don't know what library is involved; you could manually remove the
definition of HAVE_CAP_INIT from config.h if you don't care to use
POSIX capability sets, or check your manuals to find the appropriate
library (and then please get back to us so we can include the proper
linkage in the standard zsh build).
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author