Re: LO build can not find external dependencies

2012-09-21 Thread Henrik /KaarPoSoft
On 09/20/12 13:19, Michael Stahl wrote: 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

Re: LO build can not find external dependencies

2012-09-21 Thread Stephan Bergmann
On 09/21/2012 08:42 AM, Henrik /KaarPoSoft wrote: In solenv/gbuild/platform/com_GCC_defs.mk I changed gb_Helper_set_ld_path := $(gb_Helper_LIBRARY_PATH_VAR)=$(OUTDIR_FOR_BUILD)/lib to gb_Helper_set_ld_path := $(gb_Helper_LIBRARY_PATH_VAR)=/opt/lib/:$(OUTDIR_FOR_BUILD)/lib and now my build

Re: LO build can not find external dependencies

2012-09-21 Thread Stephan Bergmann
On 09/21/2012 01:43 PM, Stephan Bergmann wrote: On 09/21/2012 08:42 AM, Henrik /KaarPoSoft wrote: In solenv/gbuild/platform/com_GCC_defs.mk I changed gb_Helper_set_ld_path := $(gb_Helper_LIBRARY_PATH_VAR)=$(OUTDIR_FOR_BUILD)/lib to gb_Helper_set_ld_path :=

Re: LO build can not find external dependencies

2012-09-20 Thread Michael Meeks
Hi there, On Wed, 2012-09-19 at 10:35 +0200, Henrik /KaarPoSoft wrote: I am trying to build version 3.6.2.1 from source on a Linux box. Sounds great. I want to use headers already on system and system installed versions of libraries as much as possible, so I pass

Re: LO build can not find external dependencies

2012-09-20 Thread Michael Stahl
On 19/09/12 10:35, Henrik /KaarPoSoft wrote: Dear all, I am trying to build version 3.6.2.1 from source on a Linux box. I want to use headers already on system and system installed versions of libraries as much as possible, so I pass --with-system-headers --with-system-libs to

Re: LO build can not find external dependencies

2012-09-20 Thread Henrik /KaarPoSoft
On 09/20/12 12:15, Michael Stahl wrote: On 19/09/12 10:35, Henrik /KaarPoSoft wrote: Dear all, I am trying to build version 3.6.2.1 from source on a Linux box. I want to use headers already on system and system installed versions of libraries as much as possible, so I pass

Re: LO build can not find external dependencies

2012-09-20 Thread Michael Stahl
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

LO build can not find external dependencies

2012-09-19 Thread Henrik /KaarPoSoft
Dear all, I am trying to build version 3.6.2.1 from source on a Linux box. I want to use headers already on system and system installed versions of libraries as much as possible, so I pass --with-system-headers --with-system-libs to ./configure. The external dependencies are installed in