1 # Compiling tcpdump on Solaris and related OSes
3 * Autoconf works everywhere.
5 ## OmniOS r151052/AMD64
7 * Both system and local libpcap are suitable.
9 * GCC 14.2.0 and Clang 19.1.2 work.
11 ## OmniOS r151046/AMD64
13 * Both system and local libpcap are suitable.
15 * GCC 12.2.0 and Clang 16.0.4 work.
17 ## OpenIndiana 2023.10/AMD64
19 * Both system and local libpcap are suitable.
21 * GCC 13.2.0 and Clang 17.0.6 work.
23 ## OpenIndiana 2021.04/AMD64
25 * Both system and local libpcap are suitable.
27 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
29 For reference, the tests were done using a system installed from
30 `OI-hipster-text-20210430.iso` plus the following packages:
32 xargs -L1 pkg install <<ENDOFTEXT
33 developer/build/autoconf
40 ## Oracle Solaris CBE (11.4.42.111.0)/AMD64
42 * Both system and local libpcap are suitable.
44 * GCC 11.2 and Clang 11.0 work.
47 For reference, the tests were done using the following packages:
49 xargs -L1 pkg install <<ENDOFTEXT
50 developer/build/autoconf
57 ## Solaris 11.3/(SPARC and AMD64)
59 * Both system and local libpcap are suitable.
61 * Sun C 5.13 and GCC 5.5.0 work.
65 * Both system and local libpcap are suitable.
67 * Sun C 5.9 and GCC 5.5.0 work.
71 This version of this OS is not supported because the snprintf(3) implementation
72 in its libc is not suitable.