| От | Andrew Dunstan |
|---|---|
| Тема | Re: tsearch2 windows make failure |
| Дата | |
| Msg-id | 4176BEA8.9010504@dunslane.net обсуждение исходный текст |
| Ответ на | Re: tsearch2 windows make failure (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-hackers |
Tom Lane wrote: >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. > > > Yes, I see that for win32 and cygwin a different ruleset is defined for lib$(NAME).a if enable_shared is true. On most platforms those rules only cover $(shlib) but for win32 and cygwin the enable_shared rules cover both. Is the right fix to surround the earlier rule with conditionals so there isn't a rule conflict? cheers andrew
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера