Re: ERRORDATA_STACK_SIZE panic crashes on Windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Date: 2008-05-27 17:07:56
Message-ID: 5868.1211908076@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> I am seeing a compile falure after this patch on BSD/OS 4.3.1. The
> failure is during link of the backend binary:

> -lssl -lcrypto -lgetopt -ldl -lutil -lm -o postgres
> utils/mb/mbutils.o: In function `SetDatabaseEncoding':
> utils/mb/mbutils.o(.text+0xbbc): undefined reference to `bind_textdomain_codeset'
> gmake: *** [postgres] Error 1

Hm, I assume you used --enable-nls ... why isn't libintl mentioned
in the link?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-05-27 17:12:54 Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Previous Message Bruce Momjian 2008-05-27 16:58:04 Re: ERRORDATA_STACK_SIZE panic crashes on Windows