Re: ERRORDATA_STACK_SIZE panic crashes on Windows - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Date
Msg-id 5868.1211908076@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERRORDATA_STACK_SIZE panic crashes on Windows  (Bruce Momjian <bruce@momjian.us>)
Responses Re: ERRORDATA_STACK_SIZE panic crashes on Windows  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Next
From: Bruce Momjian
Date:
Subject: Re: ERRORDATA_STACK_SIZE panic crashes on Windows