Re: [Libreoffice] [PATCH] fix linking the hyphen library

2010-11-08 Thread Caolán McNamara
On Mon, 2010-11-08 at 17:42 +0100, Robert Nagy wrote: > Making:libhyphen.so Ah, this is in lingucomponent/source/hyphenator/altlinuxhyph/hyphen right ? Then this is a duplicate of the other problem you had with the build breakage in i18npool. It should be making libhyphen$(DLLPOSTFIX).so and

Re: [Libreoffice] [PATCH] fix linking the hyphen library

2010-11-08 Thread Robert Nagy
On (2010-11-08 16:29), Caolán McNamara wrote: > On Sun, 2010-11-07 at 20:42 +0100, Robert Nagy wrote: > > If the internal hyphen library is used which does not > > build a shared object, then link to $(SOLARLIBDIR)/libhyphen.a, > > instead of using -lhyphen on UNX + GCC. > > How come, the -L optio

Re: [Libreoffice] [PATCH] fix linking the hyphen library

2010-11-08 Thread Caolán McNamara
On Sun, 2010-11-07 at 20:42 +0100, Robert Nagy wrote: > If the internal hyphen library is used which does not > build a shared object, then link to $(SOLARLIBDIR)/libhyphen.a, > instead of using -lhyphen on UNX + GCC. How come, the -L options should place solarlibdir before the system ones, so -Lh

Re: [Libreoffice] [PATCH] fix linking the hyphen library

2010-11-08 Thread Robert Nagy
If the internal hyphen library is used which does not build a shared object, then link to $(SOLARLIBDIR)/libhyphen.a, instead of using -lhyphen on UNX + GCC. --- .../hyphenator/altlinuxhyph/hyphen/makefile.mk |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lingu

[Libreoffice] [PATCH] fix linking the hyphen library

2010-11-07 Thread Robert Nagy
If the internal hyphen library is used which does not build a shared object, then link to $(SOLARLIBDIR)/libhyphen.a, instead of using -lhyphen on UNX + GCC. Also remove the unneccesary HNJLIB because that is defined in solenv/inc/lib.mk already. --- .../hyphenator/altlinuxhyph/hyphen/makefile.mk