Quoting Pierre PACORY ([EMAIL PROTECTED]): > allo again, > > Actually i try to install directfb-0.9.13 on my PC. > ./configure, make ,make install > all good > > i try to install directfb-examples-0.9.13 > ./configure > error : > Package directfb was not found in the pkg-config > search path.
pkg-config searches in /usr/lib/pkgconfig, but you probably installed DirectFB to /usr/local. There are two ways to solve the problem. I move all files from /usr/local/lib/pkgconfig to /usr/lib/pkgconfig, remove /usr/local/lib/pkgconfig and make a link instead to /usr/lib/pkgconfig. The other way is to export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig everytime you run configure scripts that require it. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" Convergence GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
