Re: contrib compilation probs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: contrib compilation probs
Дата
Msg-id Pine.LNX.4.56.0308011138460.1793@krusty.credativ.de
обсуждение исходный текст
Ответ на Re: contrib compilation probs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: contrib compilation probs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> > gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
> > C -I. -I. -I./snowball -I./ispell -I./wordparser -I../../src/include   -c -o
> > snowball/english_stem.o snowball/english_stem.c -MMD
> > cp: snowball/english_stem.d: No such file or directory
> > gmake[1]: *** [snowball/english_stem.o] Error 1
>
> No idea about this; it doesn't happen here.  Anyone?

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.

-- 
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: 7.4 Pkgconfig
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Another nasty pg_dump problem