diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:13:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:13:01 +0000 |
commit | 7adcb5b605cc1328a3084c334f4697ec9771936c (patch) | |
tree | 03e681bfda053978ba896745828e09cb056ad156 /doc/README.aix.md | |
parent | Initial commit. (diff) | |
download | tcpdump-7adcb5b605cc1328a3084c334f4697ec9771936c.tar.xz tcpdump-7adcb5b605cc1328a3084c334f4697ec9771936c.zip |
Adding upstream version 4.99.4.upstream/4.99.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/README.aix.md')
-rw-r--r-- | doc/README.aix.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/README.aix.md b/doc/README.aix.md new file mode 100644 index 0000000..3bfa550 --- /dev/null +++ b/doc/README.aix.md @@ -0,0 +1,17 @@ +# Compiling tcpdump on AIX + +* Autoconf works everywhere. + +## AIX 7.1/POWER7 + +* Only local libpcap is suitable. +* CMake 3.16.0 does not work. +* GCC 8.3.0 and XL C 12.1.0.0 work. +* System m4 does not work, GNU m4 1.4.17 works. + +## AIX 7.2/POWER8 + +* Only local libpcap is suitable. +* GCC 7.2.0 and XL C 13.1.3.6 work. +* System m4 does not work, GNU m4 1.4.17 works. + |