This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu:/src/nghttp2# ./configure --with-mruby --enable-http3 --with-libbpf CC=clang-15 CXX=clang++-15 PKG_CONFIG_PATH="/src/nghttp2/../aws-lc/opt/lib/pkgconfig:/src/nghttp2/../nghttp3/build/lib/pkgconfig:/src/nghttp2/../ngtcp2/build/lib/pkgconfig:/src/nghttp2/../libbpf/build/lib64/pkgconfig" LDFLAGS="$LDFLAGS -Wl,-rpath,/src/nghttp2/../aws-lc/opt/lib -Wl,-rpath,/src/nghttp2/../libbpf/build/lib64" | |
checking for gcc... clang-15 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether the compiler supports GNU C... yes | |
checking whether clang-15 accepts -g... yes | |
checking for clang-15 option to enable C11 features... none needed |