hello,

i have building libreoffice 3.6.0.2, but there is a new dependency required for 
: valgrind.
But building valgrind in lastest version (3.7.0) doesn't work; because glibc 
2.15 and 2.16 are not support.

For building valgrind with glibc-2.15 (or 2.16), you need to download the svn 
version of valgrind with :
svn co svn://svn.valgrind.org/valgrind/trunk valgrind and use :

./autogen.sh
./configure --prefix=/usr
make
make install

After that, you can building libreoffice 3.6.0.2 correctly.

I hope this will useful for someone.

Regards,
Tony
                                          
-- 
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