export PKG_CONFIG_PATH=/home/biglaughing/program/lib/pkgconfig
in future , no more worry about customized compile.
Reference:
http://pkg-config.freedesktop.org/wiki/
Wednesday, August 6, 2008
make: *** Warning: Clock skew detected. Your build may be incomplete.
while got :
make: *** Warning: Clock skew detected. Your build may be incomplete.
find . -type f | xargs touch
make: *** Warning: Clock skew detected. Your build may be incomplete.
find . -type f | xargs touch
Tuesday, July 29, 2008
bin/gem:8:in `require': no such file to load -- rubygems (LoadError)
environment: gem1.2 + ruby1.87
program/bin/gem:8:in `require': no such file to load -- rubygems (LoadError)
solution is:
cp -a ~/program/lib/rubygems ~/program/lib/ruby/1.8/
cp ~/program/lib/rubygems.rb ~/program/lib/ruby/1.8/
program/bin/gem:8:in `require': no such file to load -- rubygems (LoadError)
solution is:
cp -a ~/program/lib/rubygems ~/program/lib/ruby/1.8/
cp ~/program/lib/rubygems.rb ~/program/lib/ruby/1.8/
Subscribe to:
Posts (Atom)