On 03/30/2010 08:07 PM, Baho Utot wrote:
>
> Book: Beyond Linux® From Scratch - Version svn-20100221
>
> I am getting this on the
>
> KDE_PREFIX=/usr
>
> ./configure --prefix=$KDE_PREFIX --sysconfdir=/etc/kde \
>      --disable-debug --disable-dependency-tracking&&
>
> checking for glXChooseVisual in -lGL... (cached) yes
> checking "struct ucred"... yes
> checking nogroup... nogroup
> checking for getpeereid... no
> checking for xmkmf... not found
> configure: error: xmkmf/imake not found. Please make sure it's in PATH!
>
> xmkmf is at /usr/bin/xmkmf
>
> I know this is a path problem from searching google but I don't know how
> to fix this
>
> Can anyone help me ?
>
> Thanks

It can't be a PATH problem if xmkmf is in /usr since that would result 
in all sorts of errors about missing programs. What do you get when you 
do "ls -l /usr/bin/{imake,xmkmf}"?
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to