LO build can not find external dependencies

Michael Stahl mstahl at redhat.com
Thu Sep 20 04:19:51 PDT 2012


On 20/09/12 13:12, Henrik /KaarPoSoft wrote:
> On 09/20/12 12:15, Michael Stahl wrote:
>> On 19/09/12 10:35, Henrik /KaarPoSoft wrote:
>>> I also have
>>> export LD_LIBRARY_PATH="/opt/lib"
>> apparently the new build system overwrites this always, guess nobody
>> ever needed to set this from the outside; you could try to edit various
>> occurrences in solenv/gbuild to prepend the values if it is already defined.
> *Do you have any suggestions as to which files to look into/edit?*
> 
> I do not have much experience with the LO codebase, and a grep for 
> LD_LIBRARY_PATH returns almost 1000 files...

look in solenv/gbuild, only 11 hits there; one of which to set
gb_Helper_LIBRARY_PATH_VAR , which is used here:

solenv/gbuild/platform/com_GCC_defs.mk:gb_Helper_set_ld_path :=
$(gb_Helper_LIBRARY_PATH_VAR)="$(OUTDIR_FOR_BUILD)/lib"


More information about the LibreOffice mailing list