Re: ERRORDATA_STACK_SIZE panic crashes on Windows

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Дата
Msg-id 200805271712.m4RHCsS15495@momjian.us
обсуждение исходный текст
Ответ на Re: ERRORDATA_STACK_SIZE panic crashes on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ERRORDATA_STACK_SIZE panic crashes on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> 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?

It was cut off --- the libraries are:
../../src/port/libpgport_srv.a -lintl -lssl -lcrypto -lgetopt -ldl-lutil -lm -o postgres

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERRORDATA_STACK_SIZE panic crashes on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ERRORDATA_STACK_SIZE panic crashes on Windows