Skip to content
New issue

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

Pkg-config script cannot be found #27

Closed
GoogleCodeExporter opened this issue Jun 4, 2015 · 4 comments
Closed

Pkg-config script cannot be found #27

GoogleCodeExporter opened this issue Jun 4, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

After installing Macfuse I go to ./configure NTFS-3g and get error that
Pkg-config cannot be found. I've tried installing different versions of
Pkg-config and still nothing. Tried editing the NTFS-3g config file to
point to pkg-config but still i get the error.

Original issue reported on code.google.com by pilfk...@gmail.com on 14 Jan 2007 at 3:05

@GoogleCodeExporter
Copy link
Author

Please post the exact error you are getting, and the commands you used to 
install
pkg-config.

I did all those steps myself by following the HOWTO here:
http://code.google.com/p/macfuse/wiki/HOWTO
and I compiled and installed NTFS-3G too by following those instructions:
http://forums.applenova.com/showpost.php?p=432791&postcount=11

The only thing I had to change was my PATH; I had /sw/bin/ (Fink) in my PATH 
before
/usr/local/bin, and since I already had pkg-config installed in Fink, that's 
the one
./configure was trying to use. By moving /usr/local/bin before /sb/bin in my 
PATH
variable, everything worked fine.

Original comment by guillaume.boudreau on 14 Jan 2007 at 1:11

@GoogleCodeExporter
Copy link
Author

I've had issues with pkg-config in the past; not so much an issue with the 
program
itself, but with other programs needing to be installed before it will work 
properly.
 Unfortunately, the error you get from ./configure is wrong - it says pkg-config
cannot be found, when the problem is that pkg-config will not run properly.

Look through config.log and find the exact line that was run for pkg-config, 
and type
that line in a terminal window.  9 times out of 10, pkg-config will tell you 
that
there's some missing bits that it can't find, and when you solve that the 
./configure
line will run successfully (it's been awhile since I had to do it, so I don't 
now
remember what other things needed to be installed for pkg-config to run 
properly)

Original comment by srhus...@gmail.com on 14 Jan 2007 at 7:40

@GoogleCodeExporter
Copy link
Author

Thank you guillaume.boudreau, I change the path the read /usr/local/bin and it 
worked.

Original comment by pilfk...@gmail.com on 15 Jan 2007 at 4:06

@GoogleCodeExporter
Copy link
Author

Original comment by si...@gmail.com on 15 Jan 2007 at 4:11

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant