blitzny Posted November 12, 2005 Share Posted November 12, 2005 I've been trying to install pkg-config but I can't get it to be recognized by the ./configure line when I try to compile a prog. Can anyone give me a tutorial on how to get pkg-config working? Link to comment https://www.insanelymac.com/forum/topic/4360-pkg-config-not-found/ Share on other sites More sharing options...
Vladimir Moushkov Posted November 16, 2005 Share Posted November 16, 2005 I've been trying to install pkg-config but I can't get it to be recognized by the ./configure line when I try to compile a prog. Can anyone give me a tutorial on how to get pkg-config working? What is it saying typing this at shell: # pkg-config --version May be configure require latest pkg-config. Open up configure.log and search for 'pkg-config' string, there will be explanation of failure there for sure. Link to comment https://www.insanelymac.com/forum/topic/4360-pkg-config-not-found/#findComment-28751 Share on other sites More sharing options...
blitzny Posted November 25, 2005 Author Share Posted November 25, 2005 What is it saying typing this at shell:# pkg-config --version May be configure require latest pkg-config. Open up configure.log and search for 'pkg-config' string, there will be explanation of failure there for sure. nothing shows up when i do # pkg-config --version. Link to comment https://www.insanelymac.com/forum/topic/4360-pkg-config-not-found/#findComment-30790 Share on other sites More sharing options...
Roach Commuter Posted November 27, 2005 Share Posted November 27, 2005 nothing shows up when i do # pkg-config --version. Install Darwinports if you didn't do that already then do a : sudo port -v install libidl That should install the whole thing and pkg-config too Link to comment https://www.insanelymac.com/forum/topic/4360-pkg-config-not-found/#findComment-31460 Share on other sites More sharing options...
Recommended Posts