문제

When I run configure.sh I get this error: checking for pkg-config... no configure: error: pkg-config tool not found. Install it or set PKG_CONFIG environment variable to that path tool. Exiting... I checked in aptitude and it says pkg-config is installed. Need help with "set PKG_CONFIG environment variable to that path tool." runing on crunchbang 32bit

도움이 되었습니까?

해결책

Try to set PKG_CONFIG=/usr/bin/pkg-config although it should be detected in such PATH automatically unless you've changed your PATH variable before.

You may also check if it is possible to pass path to pkg-config as a configure switch.

Check the output of ./configure --help | grep pkg.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top