Created attachment 20906 [details] Complete configure/make log I'm using Mac OS 10.5.5 I tried to install pkg-config 0.23 from source (with configure/make/sudo make install) but when I type pkg-config --version I got -bash: pkg-config: command not found
pkg-config works fine on Mac OS X for me. By default it installs into /usr/local, so I believe you just need to run /usr/local/bin/pkg-config or add /usr/local/bin to your PATH.
From your log it looks like it never got installed. "make install" should have a bunch of messages showing where it got installed, but it looks empty in your log. Could you try again (either from current code or from the old tarball) and make sure that "sudo make install" doesn't do anything?
This has been open long enough. Without any further info there's nothing to fix.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.