Re: [PATCH] Fix a library not found error

2012-07-30 Thread Stephan Bergmann
On 07/28/2012 03:39 PM, Francois Tigeot wrote: testtools/CustomTarget_uno_test.mk may fail with the "uno" binary unable to find its needed shared libraries: ... [ build ALL ] loaded modules: testtools Shared object "libuno_cppu.so.3" not found, required by "uno" I cannot reprod

[PATCH] Fix a library not found error

2012-07-28 Thread Francois Tigeot
testtools/CustomTarget_uno_test.mk may fail with the "uno" binary unable to find its needed shared libraries: ... [ build ALL ] loaded modules: testtools Shared object "libuno_cppu.so.3" not found, required by "uno" The attached patch sets LD_LIBRARY_PATH to $(OUTDIR)/lib on the mode