Re: contrib compilation probs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib compilation probs
Дата
Msg-id 7847.1059748397@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: contrib compilation probs  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: contrib compilation probs  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> These files are created when --enable-depend is on.  The problem appears
> to be that the Makefile is trying to create files in a directory not its
> own.  You cannot do that; it creates all kinds of problems in complex
> installation setups.

I was afraid it was something like that.  Can we leave the directory
structure as-is and just make the .o (and .d) files get built in the
upper directory, that isgcc ... -o english_stem.o snowball/english_stem.c
?  Or must we go the full nine yards and make sub-Makefiles in the
subdirectories?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Version-aware psql?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: python interface