I am a bit baffled, Cristian. Well the config.log you have IS consistent with mine. g2 doesn't show up the way it does in mine because your configure did not complete successfully.
Can you double check $ dpkg-query -l pkg-config comes back with something like Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-====================-===============-===============-============================================= ii pkg-config 0.29.1-0ubuntu1 amd64 manage compile and link flags for libraries which it should if your "make install-dep" worked properly. You see the src/ configure.ac has PKG_CHECK_MODULES macro that is in /usr/share/aclocal/pkg.m4, and that file suggests that our configure.ac should have more helpful hints than it currently does dnl To ensure that this macro is defined, also add: dnl m4_ifndef([PKG_PREREQ], dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) But we circle around to your make install-dep should have worked and obviated the need for extra helpful messages in configure.ac. Of course, you want to do a git status to make certain that nothing bad crept into your repo. ​Burt
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev