Re: tsearch2 windows make failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tsearch2 windows make failure
Дата
Msg-id 26928.1098120684@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tsearch2 windows make failure  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: tsearch2 windows make failure  (Andrew Dunstan <andrew@dunslane.net>)
Re: tsearch2 windows make failure  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> ../../src/Makefile.shlib:327: warning: overriding commands for target `libtsearch2.a'
> ../../src/Makefile.shlib:262: warning: ignoring old commands for target `libtsearch2.a'

Broken coding in the WIN32 parts of Makefile.shlib?  I don't see this
here.

> wparser_def.c:79:1: warning: "IDIGNORE" redefined
> rewrite.c:177:1: warning: "V_UNKNOWN" redefined

Thanks Microsoft :-(  ... guess we'll have to rename those macros.

> Info: resolving _my_exec_path by linking to __imp__my_exec_path (auto-import)
> fu000001.o(.idata$3+0xc): undefined reference to `libpostgres_a_iname'
> nmth000000.o(.idata$4+0x0): undefined reference to `_nm__my_exec_path'

I was wondering whether my_exec_path might need to be marked DLLIMPORT.
Not sure about the other symbol though.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Using ALTER TABLESPACE in pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: gettext calls in pgport