Recently, Somebody Somewhere wrote these words
> Hi there
> 
> the configure script for transcode 0.6.14 looks for the lzo headers in
> /usr/include. when i pass the option
> --with-lzo-includes=/usr/include/lzo, it looks for the headers in
> /usr/include/lzo/include.  is there a patch for transcode for that? or
> can someone tell me where to look for the failure?
> 
> Cheers, Simon
>
Have you tried copying them all back into /usr/include with this bodge?

cd /usr/include
ln -s ./ lzo

That _should_ make /usr/include = /usr/include/lzo and everyone is
happy.
-- 

        With best Regards,


        Declan Moriarty.
-- 
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