Re: [libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Måns Rullgård
Diego Biurrun writes: > On some systems -lm is not required to link against libmath. > --- > configure |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 0b0d532..c014668 100755 > --- a/configure > +++ b/configure > @@ -2934,9 +2934,10 @

[libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Diego Biurrun
On some systems -lm is not required to link against libmath. --- configure |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 0b0d532..c014668 100755 --- a/configure +++ b/configure @@ -2934,9 +2934,10 @@ for thread in $THREADS_LIST; do fi

Re: [libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Diego Biurrun
On Sun, Jul 08, 2012 at 09:08:57PM +0100, Måns Rullgård wrote: > Måns Rullgård writes: > > Diego Biurrun writes: > > > >> On some systems -lm is not required to link against libmath. > >> --- > >> configure |3 ++- > >> 1 files changed, 2 insertions(+), 1 deletions(-) > >> > >> diff --git a/

Re: [libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Måns Rullgård
Måns Rullgård writes: > Diego Biurrun writes: > >> On some systems -lm is not required to link against libmath. >> --- >> configure |3 ++- >> 1 files changed, 2 insertions(+), 1 deletions(-) >> >> diff --git a/configure b/configure >> index ec68648..7e38c9c 100755 >> --- a/configure >> +++

Re: [libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Måns Rullgård
Diego Biurrun writes: > On some systems -lm is not required to link against libmath. > --- > configure |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index ec68648..7e38c9c 100755 > --- a/configure > +++ b/configure > @@ -2931,9 +2931,10 @

Re: [libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Dave Yeo
On 07/08/12 08:26 am, Diego Elio Pettenò wrote: Il 08/07/2012 17:19, Diego Biurrun ha scritto: On some systems -lm is not required to link against libmath. LGTM. As a side note, IIRC Haiku has (or had) the same need. OS/2 solves the issue by installing an empty libm. Dave _

Re: [libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Diego Elio Pettenò
Il 08/07/2012 17:19, Diego Biurrun ha scritto: > On some systems -lm is not required to link against libmath. LGTM. As a side note, IIRC Haiku has (or had) the same need. -- Diego Elio Pettenò — Flameeyes flamee...@flameeyes.eu — http://blog.flameeyes.eu/ _

[libav-devel] [PATCH] configure: Try linking against math library without -lm first

2012-07-08 Thread Diego Biurrun
On some systems -lm is not required to link against libmath. --- configure |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure b/configure index ec68648..7e38c9c 100755 --- a/configure +++ b/configure @@ -2931,9 +2931,10 @@ for thread in $THREADS_LIST; do fi