Re: Build error: math library not linked

From: Federico Di Gregorio <federico(dot)digregorio(at)dndg(dot)it>
To: psycopg(at)postgresql(dot)org
Subject: Re: Build error: math library not linked
Date: 2011-03-14 09:19:35
Message-ID: 4D7DDDA7.2000405@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 13/03/11 23:21, P. Christeas wrote:
> I upgraded to mageia α2, which uses python2.7 . Trying to build psycopg2 again
> for it, stumbled accross unresolved errors for the floating point functions.
> Indeed, final linking step didn't include "-lm" to the linker.
>
> Added it with commit 4e29da5cda6aa3, as found at:
> http://members.hellug.gr/xrg/repos/psycopg2
> (browse at http://git.hellug.gr/?p=xrg/psycopg2)
>
> Please check your platforms. Is libm already linked against? Could you
> forecast any side-effect from explicitly mentioning it (as in the patch) ?

On my Linux box libm is not linked in and I don't have any problem. Can
you please tell us you system version and the exact errors?

federico

--
Federico Di Gregorio federico(dot)digregorio(at)dndg(dot)it
Studio Associato Di Nunzio e Di Gregorio http://dndg.it
Una nazionale senza neanche una nazione. -- macchinavapore

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message P. Christeas 2011-03-14 12:59:20 Re: Build error: math library not linked
Previous Message P. Christeas 2011-03-13 22:21:14 Build error: math library not linked