Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-21 Thread Richard PALO
Le 19/10/15 06:37, Norbert Thiebaud a écrit : On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote: I'd like to advance, one way or another on this topic. Sure, but the patch still need to not break Windows. The updated patchset seems to pass okay, in any event configure sets the correct

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-20 Thread Richard PALO
> Change subject: Add DLOPEN_LIBS to configure for some cases where -ldl is > needed use std::sqrt in vcldemo.cxx > .. > > > Patch Set 9: Verified+1 > > Build Successful > > http://ci.libreoffice.org/job/lo_gerrit_master/7482

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-19 Thread Norbert Thiebaud
On Tue, Oct 20, 2015 at 1:39 AM, Richard PALO wrote: > Le 20/10/15 08:37, Norbert Thiebaud a écrit : >> On Tue, Oct 20, 2015 at 1:11 AM, Richard PALO wrote: >>> Le 19/10/15 15:40, Norbert Thiebaud a écrit : On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote: > Le 19/10/15 06:37, Norber

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-19 Thread Richard PALO
Le 20/10/15 08:37, Norbert Thiebaud a écrit : > On Tue, Oct 20, 2015 at 1:11 AM, Richard PALO wrote: >> Le 19/10/15 15:40, Norbert Thiebaud a écrit : >>> On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote: Le 19/10/15 06:37, Norbert Thiebaud a écrit : > > On Sun, Oct 18, 2015 at 10:

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-19 Thread Norbert Thiebaud
On Tue, Oct 20, 2015 at 1:11 AM, Richard PALO wrote: > Le 19/10/15 15:40, Norbert Thiebaud a écrit : >> On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote: >>> Le 19/10/15 06:37, Norbert Thiebaud a écrit : On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote: > > > I'd lik

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-19 Thread Richard PALO
Le 19/10/15 15:40, Norbert Thiebaud a écrit : > On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote: >> Le 19/10/15 06:37, Norbert Thiebaud a écrit : >>> >>> On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote: I'd like to advance, one way or another on this topic. >>> With the l

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-19 Thread Norbert Thiebaud
On Mon, Oct 19, 2015 at 3:13 AM, Richard PALO wrote: > Le 19/10/15 06:37, Norbert Thiebaud a écrit : >> >> On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote: >>> >>> >>> I'd like to advance, one way or another on this topic. >> >> >> Sure, but the patch still need to not break Windows. >> > >

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-18 Thread Norbert Thiebaud
On Sun, Oct 18, 2015 at 10:54 PM, Richard PALO wrote: > > I'd like to advance, one way or another on this topic. Sure, but the patch still need to not break Windows. Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fr

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-10-18 Thread Richard PALO
Le 30/09/15 16:38, Richard PALO a écrit : > Le 22/09/15 18:51, Norbert Thiebaud a écrit : >> On Tue, Sep 22, 2015 at 6:31 AM, Richard PALO wrote: >>> Since GUIBASE was replaced with the equivalent OS checks, there seems >>> to be a bit of abandon in keeping multiple OSes up to snuff. >>> >>> in ht

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-09-30 Thread Richard PALO
Le 22/09/15 18:51, Norbert Thiebaud a écrit : > On Tue, Sep 22, 2015 at 6:31 AM, Richard PALO wrote: >> Since GUIBASE was replaced with the equivalent OS checks, there seems >> to be a bit of abandon in keeping multiple OSes up to snuff. >> >> in https://gerrit.libreoffice.org/#/c/18591/ I took o

Re: OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-09-22 Thread Norbert Thiebaud
On Tue, Sep 22, 2015 at 6:31 AM, Richard PALO wrote: > Since GUIBASE was replaced with the equivalent OS checks, there seems > to be a bit of abandon in keeping multiple OSes up to snuff. > > in https://gerrit.libreoffice.org/#/c/18591/ I took our base in pkgsrc and > given the biggest difference

OS checks with configuration time DLOPEN_NEEDS_LIBDL

2015-09-22 Thread Richard PALO
Since GUIBASE was replaced with the equivalent OS checks, there seems to be a bit of abandon in keeping multiple OSes up to snuff. in https://gerrit.libreoffice.org/#/c/18591/ I took our base in pkgsrc and given the biggest difference in unix systems is the need for -ldl or not for dlopen, I ad