Hi swagat,

On Saturday, 2011-08-13 22:15:35 +0530, swagat sharma wrote:

> Gives error in compiling tail_end module.
> Also its says the error is because of threaded build. what is a threaded
> build?

Sounds like you're using make 3.81 that has problems with parallel
builds where more than one target is built at a time. Get make 3.82 from
http://ftpmirror.gnu.org/make/ and build that, make sure it is in your
$PATH before system's make, i.e. before /usr/bin

You can do so by passing make's configure --prefix=$HOME/usr
and in your .bashrc have 

PATH="$HOME/usr/bin:$PATH"

Make sure you issue the command  rehash  in your LO build shell if you
don't open a new shell for this to have the new make executable be
pulled in.

  Eike

-- 
 PGP/OpenPGP/GnuPG encrypted mail preferred in all private communication.
 Key ID: 0x293C05FD - 997A 4C60 CE41 0149 0DB3  9E96 2F1A D073 293C 05FD

Attachment: pgpsIIPNRPTAN.pgp
Description: PGP signature

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to