Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
make on AIX 5.2
- X-seq: zsh-workers 19027
- From: John_Dome@xxxxxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxx
- Subject: make on AIX 5.2
- Date: Wed, 3 Sep 2003 15:07:51 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hello,
I am trying to compile 4.0.7 on AIX 5.2 using the native compiler. Below
is what I think are
the relevant parts of the process, but I can send logs if someone wants to
help. It looks
as though the problem has to do with misconfiguring "cap_get_proc". I am
able to build
it if I disable the specific ifdef's in utils.c and cap.c but wanted to see
if there is an offical
solution.
I am currently not a subscriber but am willing to help with AIX issues and
have access to
the latest power4 systems as well.
Here is what I get:
...
checking for cap_get_proc in -lcap... no
...
checking for cap_get_proc... yes
...
host operating system : powerpc-ibm-aix5.2.0.0
source code location : .
compiler : cc -qlanglvl=ansi
preprocessor flags :
executable compiler flags : -O
module compiler flags : -O
executable linker flags : -s
module linker flags : -s -bM:SRE
library flags : -ldl -lcurses -lm -lc
installation basename : zsh
...
cc -qlanglvl=ansi -c -I. -DHAVE_CONFIG_H -O -o utils.o utils.c
"utils.c", line 3666.15: 1506-277 (S) Syntax error: possible missing ';' or
','?
"utils.c", line 3666.9: 1506-045 (S) Undeclared identifier cap_t.
"utils.c", line 3667.12: 1506-045 (S) Undeclared identifier caps.
"utils.c", line 3670.30: 1506-275 (S) Unexpected text val encountered.
"utils.c", line 3670.13: 1506-045 (S) Undeclared identifier
cap_flag_value_t.
Thanks.
--
john
Messages sorted by:
Reverse Date,
Date,
Thread,
Author