We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69440dc commit b866824Copy full SHA for b866824
doc/README.aix
@@ -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
17
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
23
Using BPF:
24
25
(1) AIX 4.x's version of BPF is undocumented and somewhat unstandard; the
0 commit comments