Last active
January 21, 2016 17:28
-
-
Save shanemhansen/7bf559fc62a5abb10fa9 to your computer and use it in GitHub Desktop.
Output of make -n for openconnect 5.02 (from ubuntu repos) attempting to link against stoken 0.9
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
fail=; \ | |
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile .deps/libopenconnect_la-auth.Plo .deps/libopenconnect_la-compat.Plo .deps/libopenconnect_la-gnutls.Plo .deps/libopenconnect_la-gnutls_pkcs12.Plo .deps/libopenconnect_la-gnutls_tpm.Plo .deps/libopenconnect_la-http.Plo .deps/libopenconnect_la-library.Plo .deps/libopenconnect_la-openssl.Plo .deps/libopenconnect_la-ssl.Plo .deps/libopenconnect_la-version.Plo .deps/openconnect-cstp.Po .deps/openconnect-dtls.Po .deps/openconnect-main.Po .deps/openconnect-mainloop.Po .deps/openconnect-tun.Po .deps/openconnect-xml.Po' && test -n '0'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ | |
failcom='fail=yes'; \ | |
else \ | |
failcom='exit 1'; \ | |
fi; \ | |
dot_seen=no; \ | |
target=`echo all-recursive | sed s/-recursive//`; \ | |
case "all-recursive" in \ | |
distclean-* | maintainer-clean-*) list='www po' ;; \ | |
*) list='www po' ;; \ | |
esac; \ | |
for subdir in $list; do \ | |
echo "Making $target in $subdir"; \ | |
if test "$subdir" = "."; then \ | |
dot_seen=yes; \ | |
local_target="$target-am"; \ | |
else \ | |
local_target="$target"; \ | |
fi; \ | |
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ | |
|| eval $failcom; \ | |
done; \ | |
if test "$dot_seen" = "no"; then \ | |
make "$target-am" || exit 1; \ | |
fi; test -z "$fail" | |
Making all in www | |
make[1]: Entering directory `/home/shansen/code/openconnect-5.02/www' | |
fail=; \ | |
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '1'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ | |
failcom='fail=yes'; \ | |
else \ | |
failcom='exit 1'; \ | |
fi; \ | |
dot_seen=no; \ | |
target=`echo all-recursive | sed s/-recursive//`; \ | |
case "all-recursive" in \ | |
distclean-* | maintainer-clean-*) list='styles inc images' ;; \ | |
*) list='styles inc images' ;; \ | |
esac; \ | |
for subdir in $list; do \ | |
echo "Making $target in $subdir"; \ | |
if test "$subdir" = "."; then \ | |
dot_seen=yes; \ | |
local_target="$target-am"; \ | |
else \ | |
local_target="$target"; \ | |
fi; \ | |
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ | |
|| eval $failcom; \ | |
done; \ | |
if test "$dot_seen" = "no"; then \ | |
make "$target-am" || exit 1; \ | |
fi; test -z "$fail" | |
Making all in styles | |
make[2]: Entering directory `/home/shansen/code/openconnect-5.02/www/styles' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/home/shansen/code/openconnect-5.02/www/styles' | |
Making all in inc | |
make[2]: Entering directory `/home/shansen/code/openconnect-5.02/www/inc' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/home/shansen/code/openconnect-5.02/www/inc' | |
Making all in images | |
make[2]: Entering directory `/home/shansen/code/openconnect-5.02/www/images' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/home/shansen/code/openconnect-5.02/www/images' | |
make[2]: Entering directory `/home/shansen/code/openconnect-5.02/www' | |
/usr/bin/python "./html.py" -d . csd.xml > csd.html || (rm csd.html; exit 1) | |
/usr/bin/python "./html.py" -d . features.xml > features.html || (rm features.html; exit 1) | |
/usr/bin/python "./html.py" -d . gui.xml > gui.html || (rm gui.html; exit 1) | |
/usr/bin/python "./html.py" -d . nonroot.xml > nonroot.html || (rm nonroot.html; exit 1) | |
/usr/bin/python "./html.py" -d . building.xml > building.html || (rm building.html; exit 1) | |
/usr/bin/python "./html.py" -d . connecting.xml > connecting.html || (rm connecting.html; exit 1) | |
groff -t -K UTF-8 -mandoc -Txhtml ../openconnect.8 | sed -e '1,/<body>/d' -e '/<\/body>/,$d' > openconnect.8.inc | |
/usr/bin/python "./html.py" -d . manual.xml > manual.html || (rm manual.html; exit 1) | |
/usr/bin/python "./html.py" -d . vpnc-script.xml > vpnc-script.html || (rm vpnc-script.html; exit 1) | |
/usr/bin/python "./html.py" -d . changelog.xml > changelog.html || (rm changelog.html; exit 1) | |
/usr/bin/python "./html.py" -d . download.xml > download.html || (rm download.html; exit 1) | |
/usr/bin/python "./html.py" -d . index.xml > index.html || (rm index.html; exit 1) | |
/usr/bin/python "./html.py" -d . packages.xml > packages.html || (rm packages.html; exit 1) | |
/usr/bin/python "./html.py" -d . platforms.xml > platforms.html || (rm platforms.html; exit 1) | |
/usr/bin/python "./html.py" -d . contribute.xml > contribute.html || (rm contribute.html; exit 1) | |
/usr/bin/python "./html.py" -d . mail.xml > mail.html || (rm mail.html; exit 1) | |
/usr/bin/python "./html.py" -d . technical.xml > technical.html || (rm technical.html; exit 1) | |
make[2]: Leaving directory `/home/shansen/code/openconnect-5.02/www' | |
make[1]: Leaving directory `/home/shansen/code/openconnect-5.02/www' | |
Making all in po | |
make[1]: Entering directory `/home/shansen/code/openconnect-5.02/po' | |
rm -f && /usr/bin/msgfmt -o ar.mo ar.po | |
rm -f && /usr/bin/msgfmt -o as.mo as.po | |
rm -f && /usr/bin/msgfmt -o ast.mo ast.po | |
rm -f && /usr/bin/msgfmt -o bg_BG.mo bg_BG.po | |
rm -f && /usr/bin/msgfmt -o bg.mo bg.po | |
rm -f && /usr/bin/msgfmt -o bn_IN.mo bn_IN.po | |
rm -f && /usr/bin/msgfmt -o bn.mo bn.po | |
rm -f && /usr/bin/msgfmt -o bs.mo bs.po | |
rm -f && /usr/bin/msgfmt -o ca.mo ca.po | |
rm -f && /usr/bin/msgfmt -o [email protected] [email protected] | |
rm -f && /usr/bin/msgfmt -o cs.mo cs.po | |
rm -f && /usr/bin/msgfmt -o da.mo da.po | |
rm -f && /usr/bin/msgfmt -o de.mo de.po | |
rm -f && /usr/bin/msgfmt -o el.mo el.po | |
rm -f && /usr/bin/msgfmt -o en_GB.mo en_GB.po | |
rm -f && /usr/bin/msgfmt -o en_US.mo en_US.po | |
rm -f && /usr/bin/msgfmt -o eo.mo eo.po | |
rm -f && /usr/bin/msgfmt -o es_CR.mo es_CR.po | |
rm -f && /usr/bin/msgfmt -o es_MX.mo es_MX.po | |
rm -f && /usr/bin/msgfmt -o es.mo es.po | |
rm -f && /usr/bin/msgfmt -o et.mo et.po | |
rm -f && /usr/bin/msgfmt -o eu.mo eu.po | |
rm -f && /usr/bin/msgfmt -o fa.mo fa.po | |
rm -f && /usr/bin/msgfmt -o fi.mo fi.po | |
rm -f && /usr/bin/msgfmt -o fr.mo fr.po | |
rm -f && /usr/bin/msgfmt -o gd.mo gd.po | |
rm -f && /usr/bin/msgfmt -o gl.mo gl.po | |
rm -f && /usr/bin/msgfmt -o gu.mo gu.po | |
rm -f && /usr/bin/msgfmt -o he.mo he.po | |
rm -f && /usr/bin/msgfmt -o hi_IN.mo hi_IN.po | |
rm -f && /usr/bin/msgfmt -o hi.mo hi.po | |
rm -f && /usr/bin/msgfmt -o hu.mo hu.po | |
rm -f && /usr/bin/msgfmt -o id.mo id.po | |
rm -f && /usr/bin/msgfmt -o it.mo it.po | |
rm -f && /usr/bin/msgfmt -o ja.mo ja.po | |
rm -f && /usr/bin/msgfmt -o km.mo km.po | |
rm -f && /usr/bin/msgfmt -o kn.mo kn.po | |
rm -f && /usr/bin/msgfmt -o ko.mo ko.po | |
rm -f && /usr/bin/msgfmt -o ku.mo ku.po | |
rm -f && /usr/bin/msgfmt -o lo.mo lo.po | |
rm -f && /usr/bin/msgfmt -o lt.mo lt.po | |
rm -f && /usr/bin/msgfmt -o lv.mo lv.po | |
rm -f && /usr/bin/msgfmt -o ml.mo ml.po | |
rm -f && /usr/bin/msgfmt -o mr.mo mr.po | |
rm -f && /usr/bin/msgfmt -o ms_MY.mo ms_MY.po | |
rm -f && /usr/bin/msgfmt -o ms.mo ms.po | |
rm -f && /usr/bin/msgfmt -o nb.mo nb.po | |
rm -f && /usr/bin/msgfmt -o nl.mo nl.po | |
rm -f && /usr/bin/msgfmt -o nn.mo nn.po | |
rm -f && /usr/bin/msgfmt -o no.mo no.po | |
rm -f && /usr/bin/msgfmt -o or.mo or.po | |
rm -f && /usr/bin/msgfmt -o pa.mo pa.po | |
rm -f && /usr/bin/msgfmt -o pl.mo pl.po | |
rm -f && /usr/bin/msgfmt -o pt_BR.mo pt_BR.po | |
rm -f && /usr/bin/msgfmt -o pt.mo pt.po | |
rm -f && /usr/bin/msgfmt -o pt_PT.mo pt_PT.po | |
rm -f && /usr/bin/msgfmt -o ro.mo ro.po | |
rm -f && /usr/bin/msgfmt -o ru.mo ru.po | |
rm -f && /usr/bin/msgfmt -o sk.mo sk.po | |
rm -f && /usr/bin/msgfmt -o sl.mo sl.po | |
rm -f && /usr/bin/msgfmt -o sq.mo sq.po | |
rm -f && /usr/bin/msgfmt -o [email protected] [email protected] | |
rm -f && /usr/bin/msgfmt -o sr.mo sr.po | |
rm -f && /usr/bin/msgfmt -o sv.mo sv.po | |
rm -f && /usr/bin/msgfmt -o ta.mo ta.po | |
rm -f && /usr/bin/msgfmt -o te.mo te.po | |
rm -f && /usr/bin/msgfmt -o tg.mo tg.po | |
rm -f && /usr/bin/msgfmt -o tg_TJ.mo tg_TJ.po | |
rm -f && /usr/bin/msgfmt -o th.mo th.po | |
rm -f && /usr/bin/msgfmt -o tl_PH.mo tl_PH.po | |
rm -f && /usr/bin/msgfmt -o tl.mo tl.po | |
rm -f && /usr/bin/msgfmt -o tr.mo tr.po | |
rm -f && /usr/bin/msgfmt -o ug.mo ug.po | |
rm -f && /usr/bin/msgfmt -o uk.mo uk.po | |
rm -f && /usr/bin/msgfmt -o ur_PK.mo ur_PK.po | |
rm -f && /usr/bin/msgfmt -o vi.mo vi.po | |
rm -f && /usr/bin/msgfmt -o vi_VN.mo vi_VN.po | |
rm -f && /usr/bin/msgfmt -o wa.mo wa.po | |
rm -f && /usr/bin/msgfmt -o zh_CN.mo zh_CN.po | |
rm -f && /usr/bin/msgfmt -o zh_HK.mo zh_HK.po | |
rm -f && /usr/bin/msgfmt -o zh_TW.mo zh_TW.po | |
make[1]: Leaving directory `/home/shansen/code/openconnect-5.02/po' | |
make[1]: Entering directory `/home/shansen/code/openconnect-5.02' | |
echo " CC " libopenconnect_la-version.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-version.lo -MD -MP -MF .deps/libopenconnect_la-version.Tpo -c -o libopenconnect_la-version.lo `test -f 'version.c' || echo './'`version.c | |
mv -f .deps/libopenconnect_la-version.Tpo .deps/libopenconnect_la-version.Plo | |
echo " CC " libopenconnect_la-ssl.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-ssl.lo -MD -MP -MF .deps/libopenconnect_la-ssl.Tpo -c -o libopenconnect_la-ssl.lo `test -f 'ssl.c' || echo './'`ssl.c | |
mv -f .deps/libopenconnect_la-ssl.Tpo .deps/libopenconnect_la-ssl.Plo | |
echo " CC " libopenconnect_la-http.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-http.lo -MD -MP -MF .deps/libopenconnect_la-http.Tpo -c -o libopenconnect_la-http.lo `test -f 'http.c' || echo './'`http.c | |
mv -f .deps/libopenconnect_la-http.Tpo .deps/libopenconnect_la-http.Plo | |
echo " CC " libopenconnect_la-auth.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-auth.lo -MD -MP -MF .deps/libopenconnect_la-auth.Tpo -c -o libopenconnect_la-auth.lo `test -f 'auth.c' || echo './'`auth.c | |
mv -f .deps/libopenconnect_la-auth.Tpo .deps/libopenconnect_la-auth.Plo | |
echo " CC " libopenconnect_la-library.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-library.lo -MD -MP -MF .deps/libopenconnect_la-library.Tpo -c -o libopenconnect_la-library.lo `test -f 'library.c' || echo './'`library.c | |
mv -f .deps/libopenconnect_la-library.Tpo .deps/libopenconnect_la-library.Plo | |
echo " CC " libopenconnect_la-compat.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-compat.lo -MD -MP -MF .deps/libopenconnect_la-compat.Tpo -c -o libopenconnect_la-compat.lo `test -f 'compat.c' || echo './'`compat.c | |
mv -f .deps/libopenconnect_la-compat.Tpo .deps/libopenconnect_la-compat.Plo | |
echo " CC " libopenconnect_la-gnutls.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-gnutls.lo -MD -MP -MF .deps/libopenconnect_la-gnutls.Tpo -c -o libopenconnect_la-gnutls.lo `test -f 'gnutls.c' || echo './'`gnutls.c | |
mv -f .deps/libopenconnect_la-gnutls.Tpo .deps/libopenconnect_la-gnutls.Plo | |
echo " CC " libopenconnect_la-gnutls_pkcs12.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-gnutls_pkcs12.lo -MD -MP -MF .deps/libopenconnect_la-gnutls_pkcs12.Tpo -c -o libopenconnect_la-gnutls_pkcs12.lo `test -f 'gnutls_pkcs12.c' || echo './'`gnutls_pkcs12.c | |
mv -f .deps/libopenconnect_la-gnutls_pkcs12.Tpo .deps/libopenconnect_la-gnutls_pkcs12.Plo | |
echo " CC " libopenconnect_la-gnutls_tpm.lo;/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT libopenconnect_la-gnutls_tpm.lo -MD -MP -MF .deps/libopenconnect_la-gnutls_tpm.Tpo -c -o libopenconnect_la-gnutls_tpm.lo `test -f 'gnutls_tpm.c' || echo './'`gnutls_tpm.c | |
mv -f .deps/libopenconnect_la-gnutls_tpm.Tpo .deps/libopenconnect_la-gnutls_tpm.Plo | |
echo " CCLD " libopenconnect.la;/bin/bash ./libtool --silent --tag=CC --mode=link gcc -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -version-number 2:2 -Wl,--version-script,libopenconnect.map -o libopenconnect.la -rpath /usr/local/lib libopenconnect_la-version.lo libopenconnect_la-ssl.lo libopenconnect_la-http.lo libopenconnect_la-auth.lo libopenconnect_la-library.lo libopenconnect_la-compat.lo libopenconnect_la-gnutls.lo libopenconnect_la-gnutls_pkcs12.lo libopenconnect_la-gnutls_tpm.lo -lgnutls -lxml2 -lproxy -lp11-kit -lstoken -loath | |
echo " CC " openconnect-xml.o;gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT openconnect-xml.o -MD -MP -MF .deps/openconnect-xml.Tpo -c -o openconnect-xml.o `test -f 'xml.c' || echo './'`xml.c | |
mv -f .deps/openconnect-xml.Tpo .deps/openconnect-xml.Po | |
echo " CC " openconnect-main.o;gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT openconnect-main.o -MD -MP -MF .deps/openconnect-main.Tpo -c -o openconnect-main.o `test -f 'main.c' || echo './'`main.c | |
mv -f .deps/openconnect-main.Tpo .deps/openconnect-main.Po | |
echo " CC " openconnect-dtls.o;gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT openconnect-dtls.o -MD -MP -MF .deps/openconnect-dtls.Tpo -c -o openconnect-dtls.o `test -f 'dtls.c' || echo './'`dtls.c | |
mv -f .deps/openconnect-dtls.Tpo .deps/openconnect-dtls.Po | |
echo " CC " openconnect-cstp.o;gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT openconnect-cstp.o -MD -MP -MF .deps/openconnect-cstp.Tpo -c -o openconnect-cstp.o `test -f 'cstp.c' || echo './'`cstp.c | |
mv -f .deps/openconnect-cstp.Tpo .deps/openconnect-cstp.Po | |
echo " CC " openconnect-mainloop.o;gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT openconnect-mainloop.o -MD -MP -MF .deps/openconnect-mainloop.Tpo -c -o openconnect-mainloop.o `test -f 'mainloop.c' || echo './'`mainloop.c | |
mv -f .deps/openconnect-mainloop.Tpo .deps/openconnect-mainloop.Po | |
echo " CC " openconnect-tun.o;gcc -DPACKAGE_NAME=\"openconnect\" -DPACKAGE_TARNAME=\"openconnect\" -DPACKAGE_VERSION=\"5.02\" -DPACKAGE_STRING=\"openconnect\ 5.02\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"openconnect\" -DVERSION=\"5.02\" -DDEFAULT_VPNCSCRIPT=\"/usr/share/vpnc-scripts/vpnc-script\" -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE=1 -D_GNU_SOURCE=1 -DHAVE_GETLINE=1 -DHAVE_STRCASESTR=1 -DHAVE_ASPRINTF=1 -DENABLE_NLS=1 -DDEFAULT_SYSTEM_CAFILE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_P11KIT=1 -DOPENCONNECT_GNUTLS=1 -DDTLS_OPENSSL=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DLIBPROXY_HDR=\"proxy.h\" -DHAVE_LIBSTOKEN=1 -DHAVE_LIBOATH=1 -DIF_TUN_HDR=\"linux/if_tun.h\" -I. -DLOCALEDIR="\"/usr/local/share/locale\"" -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -MT openconnect-tun.o -MD -MP -MF .deps/openconnect-tun.Tpo -c -o openconnect-tun.o `test -f 'tun.c' || echo './'`tun.c | |
mv -f .deps/openconnect-tun.Tpo .deps/openconnect-tun.Po | |
rm -f openconnect | |
echo " CCLD " openconnect;/bin/bash ./libtool --silent --tag=CC --mode=link gcc -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include/liboath -g -O2 -Wall -Wextra -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Werror=pointer-to-int-cast -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wnested-externs -Wpointer-arith -Wwrite-strings -o openconnect openconnect-xml.o openconnect-main.o openconnect-dtls.o openconnect-cstp.o openconnect-mainloop.o openconnect-tun.o libopenconnect.la -lgnutls -lssl -lcrypto -lxml2 -lproxy -lz -lstoken -loath | |
make[1]: Leaving directory `/home/shansen/code/openconnect-5.02' |
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
sudo ./.libs/openconnect --usergroup=omitted --user=me host --token-mode=rsa --passwd-on-stdin | |
OpenConnect was not built with libstoken support | |
### ldd shows not linked against libstoken | |
ldd ./.libs/openconnect | |
linux-vdso.so.1 => (0x00007ffc2efb5000) | |
libopenconnect.so.2 => /usr/lib/x86_64-linux-gnu/libopenconnect.so.2 (0x00007f91d8864000) | |
libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26 (0x00007f91d85a6000) | |
libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f91d8346000) | |
libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f91d7f6b000) | |
libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007f91d7c04000) | |
libproxy.so.1 => /usr/lib/x86_64-linux-gnu/libproxy.so.1 (0x00007f91d79e2000) | |
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f91d77c9000) | |
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f91d7404000) | |
libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007f91d71c1000) | |
liboath.so.0 => /usr/lib/liboath.so.0 (0x00007f91d6fb6000) | |
libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11 (0x00007f91d6d36000) | |
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f91d6b17000) | |
libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007f91d6903000) | |
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f91d66ff000) | |
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f91d64dc000) | |
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f91d61d6000) | |
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f91d5ed2000) | |
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f91d5cbb000) | |
/lib64/ld-linux-x86-64.so.2 (0x00007f91d8a9e000) | |
libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f91d5ab3000) | |
libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f91d58ae000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment