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 := $(gb_Helper_LIBRARY_PATH_VAR)="/opt/l

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 con

Re: LO build can not find external dependencies

2012-09-20 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 nee

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 ou

Re: LO build can not find external dependencies

2012-09-20 Thread Henrik /KaarPoSoft
On 09/20/12 12:13, Michael Meeks wrote: On Wed, 2012-09-19 at 10:35 +0200, Henrik /KaarPoSoft wrote: /home/kaarpux/KX_OO/kaarpux/linux/build/opt/libreoffice-core-3.6.2.1/solver/unxlngi6.pro/bin/cppunit/cppunittester: error while loading shared libraries: libcppunit-1.12.so.1: cannot open shared

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 --with-system-header

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 ./c

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 --with-system-hea

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 /op