Closed GoogleCodeExporter closed 8 years ago
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
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
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
Original comment by si...@gmail.com
on 15 Jan 2007 at 4:11
Original issue reported on code.google.com by
pilfk...@gmail.com
on 14 Jan 2007 at 3:05