>On Sat, 06 Mar 2010 09:02:57 -0500 >Baho Utot <[email protected]> wrote: > > I am trying to build libdrm > > I get this error from configure > > checking pkg-config is at least version 0.9.0... yes > checking for PTHREADSTUBS... configure: error: Package requirements > (pthread-stubs) were not met: > > No package 'pthread-stubs' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables > PTHREADSTUBS_CFLAGS and PTHREADSTUBS_LIBS to avoid the need to call > pkg-config. See the pkg-config man page for more details. > > > Am I missing a dependency or am I missing something in the kernel? > > Thanks >
Yes, you are missing a dependancy. It is libpthread-stubs, which can be located under http://xcb.freedesktop.org/dist/ -AKuktin -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
