Mingw buildfarm members don't like recent contrib/pg_trgm patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Mingw buildfarm members don't like recent contrib/pg_trgm patch
Дата
Msg-id 23431.1226537290@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
They're all barfing along this line:

dlltool --export-all  --output-def libpg_trgmdll.def trgm_op.o trgm_gist.o trgm_gin.o
dllwrap  -o pg_trgm.dll --dllname pg_trgm.dll  --def libpg_trgmdll.def trgm_op.o trgm_gist.o trgm_gin.o
-L../../src/backend-lpostgres  -L../../src/port -L/mingw/lib  
 
Info: resolving _pg_crc32_table by linking to __imp__pg_crc32_table (auto-import)
fu000001.o(.idata$3+0xc): undefined reference to `libpostgres_a_iname'
nmth000000.o(.idata$4+0x0): undefined reference to `_nm__pg_crc32_table'
c:\MinGW\bin\dllwrap.exe: c:\MinGW\bin\gcc exited with status 1

I suspect this might be a missing-PGDLLIMPORT issue, but not in a
position to fool with it right now.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Very slow queries w/ NOT IN preparation (seems like a bug, test case)
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1197)