Re: Bug in pkg-config 0.7.0
Status: Beta
Brought to you by:
lotr
|
From: Chema C. <ch...@xi...> - 2001-07-10 17:40:21
|
On 10 Jul 2001 10:20:14 -0400, Havoc Pennington wrote: > > Chema Celorio <ch...@xi...> writes: > > which looks like libcapplet2.pc was not installed, but it was. If i > > as root link /usr/lib/pkgconfig to /usr/lib/pkg-config > > > Only /usr/lib/pkgconfig is supposed to work/be used. Why do you have > the other one? pkg-config is looking in /usr/lib/pkg-config. Try this : [chema@sarados chema]$ pkg-config --debug Scanning directory '/usr/lib/pkg-config' Ignoring file '.' in search directory; not a .pc file Ignoring file '..' in search directory; not a .pc file File 'ORBit.pc' appears to be a .pc file Will find package 'ORBit' in file '/usr/lib/pkg-config/ORBit.pc' File 'libIDL.pc' appears to be a .pc file .... (it is lookin in /usr/lib/pkg-config) regards, Chema |