Skip to content

Commit b866824

Browse files
committed
doc: Note some more AIX particulars. [skip ci]
1 parent 69440dc commit b866824

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

doc/README.aix

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Compiling libpcap on AIX
2+
3+
* Autoconf is expected to work everywhere.
4+
* Neither AIX lex nor AIX yacc nor AIX m4 are suitable.
5+
6+
## AIX 7.1
7+
8+
* libpcap build fails with rpcapd enabled.
9+
* GNU M4 1.4.17 works.
10+
* flex 2.6.4 and GNU Bison 3.5.1 work.
11+
* CMake 3.16.0 works.
12+
* GCC 8.3.0 works, XL C 12.1.0 works.
13+
14+
## AIX 7.2
15+
16+
* libpcap build fails with rpcapd enabled.
17+
* GNU M4 1.4.17 works.
18+
* flex 2.5.35 and GNU Bison 3.0.4 work.
19+
* GCC 7.2.0 works, XL C 13.1.3 works.
20+
21+
## Other AIX-related information
22+
123
Using BPF:
224

325
(1) AIX 4.x's version of BPF is undocumented and somewhat unstandard; the

0 commit comments

Comments
 (0)