We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I triggered this error in Ubuntu 22.04.2 and Debian 12.
I removed all of the configure options and got the same error.
My command line is
autoreconf -fi mkdir build cd build || exit 1 ../configure --prefix=/home/jman/tmp/dltools-build-script/workspace --disable-shared --disable-werror --enable-lib-only make -j32 make install
The output in terminal shows
building nghttp3 - version 0.12.0 ==================================== The file "nghttp3-0.12.0.tar.gz" is already downloaded. Extracted the archive: nghttp3-0.12.0.tar.gz libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:30: installing './compile' configure.ac:33: installing './config.guess' configure.ac:33: installing './config.sub' configure.ac:39: installing './install-sh' configure.ac:39: installing './missing' Makefile.am: installing './INSTALL' examples/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' $ ../configure --prefix=/home/jman/tmp/dltools-build-script/workspace --disable-shared --disable-werror --enable-lib-only ../configure: line 17170: syntax error near unexpected token `0.20' ../configure: line 17170: `PKG_PROG_PKG_CONFIG(0.20)'
The text was updated successfully, but these errors were encountered:
Install pkg-config
Sorry, something went wrong.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
No branches or pull requests
I triggered this error in Ubuntu 22.04.2 and Debian 12.
I removed all of the configure options and got the same error.
My command line is
The output in terminal shows
The text was updated successfully, but these errors were encountered: