Results 1 to 3 of 3
as the title says, it is pointing to /usr/local/lib/pkg-config
however, when I try
Code:
PKG_CONFIG_PATH=/usr/lib/pkg-config
and/or
Code:
export PKG_CONFIG_PATH=/usr/lib/pkg-config
it still points to /usr/local/lib/pkg-config
It is a common problem (google ...
- 03-19-2005 #1
PKG_CONFIG_PATH not working
as the title says, it is pointing to /usr/local/lib/pkg-config
however, when I try
and/orCode:PKG_CONFIG_PATH=/usr/lib/pkg-config
it still points to /usr/local/lib/pkg-configCode:export PKG_CONFIG_PATH=/usr/lib/pkg-config
It is a common problem (google search and lf search) but so far no solutions have worked.
slackware 10.1, 2.6.10
thanks in advanceBrilliant Mediocrity - Making Failure Look Good
- 03-19-2005 #2
well if this is needed all the time then set an 'enviromental varible'
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 03-19-2005 #3what like this
Originally Posted by loft306
Code:PKG_CONFIG_PATH=/usr/lib/pkg-config:$PATH:$/usr/local/lib/pkg-config
Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
