xref: /aosp_15_r20/external/libpcap/doc/README.solaris.md (revision 8b26181f966a6af5cf6981a6f474313de533bb28)
1*8b26181fSAndroid Build Coastguard Worker# Compiling libpcap on Solaris and related OSes
2*8b26181fSAndroid Build Coastguard Worker
3*8b26181fSAndroid Build Coastguard Worker* Autoconf works everywhere.
4*8b26181fSAndroid Build Coastguard Worker* Neither Solaris lex nor Solaris yacc are suitable.
5*8b26181fSAndroid Build Coastguard Worker* Neither illumos lex nor illumos yacc are suitable.
6*8b26181fSAndroid Build Coastguard Worker* Solaris m4 and illumos m4 are suitable.
7*8b26181fSAndroid Build Coastguard Worker
8*8b26181fSAndroid Build Coastguard Worker## OmniOS r151042/AMD64
9*8b26181fSAndroid Build Coastguard Worker
10*8b26181fSAndroid Build Coastguard Worker* flex 2.6.4 and GNU Bison 3.8.2 work.
11*8b26181fSAndroid Build Coastguard Worker* CMake 3.23.1 works.
12*8b26181fSAndroid Build Coastguard Worker* GCC 11.2.0 and Clang 14.0.3 work.
13*8b26181fSAndroid Build Coastguard Worker
14*8b26181fSAndroid Build Coastguard Worker## OpenIndiana 2021.04/AMD64
15*8b26181fSAndroid Build Coastguard Worker
16*8b26181fSAndroid Build Coastguard Worker* flex 2.6.4 and GNU Bison 3.7.6 work.
17*8b26181fSAndroid Build Coastguard Worker* CMake 3.21.1 works.
18*8b26181fSAndroid Build Coastguard Worker* GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
19*8b26181fSAndroid Build Coastguard Worker
20*8b26181fSAndroid Build Coastguard WorkerFor reference, the tests were done using a system installed from
21*8b26181fSAndroid Build Coastguard Worker`OI-hipster-text-20210430.iso` plus the following packages:
22*8b26181fSAndroid Build Coastguard Worker```shell
23*8b26181fSAndroid Build Coastguard Workerxargs -L1 pkg install <<ENDOFTEXT
24*8b26181fSAndroid Build Coastguard Workerdeveloper/build/autoconf
25*8b26181fSAndroid Build Coastguard Workerdeveloper/parser/bison
26*8b26181fSAndroid Build Coastguard Workerdeveloper/lexer/flex
27*8b26181fSAndroid Build Coastguard Workerdeveloper/build/cmake
28*8b26181fSAndroid Build Coastguard Workerdeveloper/gcc-10
29*8b26181fSAndroid Build Coastguard Workerdeveloper/clang-90
30*8b26181fSAndroid Build Coastguard WorkerENDOFTEXT
31*8b26181fSAndroid Build Coastguard Worker```
32*8b26181fSAndroid Build Coastguard Worker
33*8b26181fSAndroid Build Coastguard Worker## Solaris 11/AMD64
34*8b26181fSAndroid Build Coastguard Worker
35*8b26181fSAndroid Build Coastguard Worker* flex 2.6.4 and GNU Bison 3.7.3 work.
36*8b26181fSAndroid Build Coastguard Worker* CMake 3.21.0 works.
37*8b26181fSAndroid Build Coastguard Worker* Clang 11.0 works, GCC 11.2 works.
38*8b26181fSAndroid Build Coastguard Worker
39*8b26181fSAndroid Build Coastguard WorkerFor reference, the tests were done using Oracle Solaris 11.4.42.111.0.
40*8b26181fSAndroid Build Coastguard Worker
41*8b26181fSAndroid Build Coastguard Worker## Solaris 11/SPARC
42*8b26181fSAndroid Build Coastguard Worker
43*8b26181fSAndroid Build Coastguard Worker* flex 2.6.4 and GNU Bison 3.7.1 work.
44*8b26181fSAndroid Build Coastguard Worker* CMake 3.14.3 works.
45*8b26181fSAndroid Build Coastguard Worker* Sun C 5.13, Sun C 5.14 and Sun C 5.15 work; GCC 5.5.0 and GCC 7.3.0 work.
46*8b26181fSAndroid Build Coastguard Worker
47*8b26181fSAndroid Build Coastguard Worker## Solaris 10/SPARC
48*8b26181fSAndroid Build Coastguard Worker
49*8b26181fSAndroid Build Coastguard Worker* libpcap build fails with rpcapd enabled.
50*8b26181fSAndroid Build Coastguard Worker* flex 2.6.4 and GNU Bison 3.7.1 work.
51*8b26181fSAndroid Build Coastguard Worker* CMake 3.14.3 works.
52*8b26181fSAndroid Build Coastguard Worker* Sun C 5.13 works, GCC 5.5.0 works.
53*8b26181fSAndroid Build Coastguard Worker
54*8b26181fSAndroid Build Coastguard Worker## Solaris 9/SPARC
55*8b26181fSAndroid Build Coastguard Worker
56*8b26181fSAndroid Build Coastguard Worker* flex 2.5.35 and GNU Bison 3.0.2 work.
57*8b26181fSAndroid Build Coastguard Worker* CMake 2.8.9 does not work.
58*8b26181fSAndroid Build Coastguard Worker* Neither Sun C 5.8 nor Sun C 5.9 work, GCC 4.6.4 works.
59