Re: ecpg tests compile failure

From: Shridhar Daithankar <shridhar_daithankar(at)myrealbox(dot)com>
To: pg(at)fastcrypt(dot)com, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ecpg tests compile failure
Date: 2003-12-18 12:21:21
Message-ID: 200312181751.21704.shridhar_daithankar@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 18 December 2003 17:37, Dave Cramer wrote:
> test_thread.pgc:51: undefined reference to `pthread_create'
> undefined reference to `pthread_join'

It is not linking against pthreads library. Do you have -lpthread cause in
your compilation/linking command?

Shridhar

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2003-12-18 12:33:22 Re: ecpg tests compile failure
Previous Message Dave Cramer 2003-12-18 12:07:54 ecpg tests compile failure