Re: BUG #3818: Cross compilation problems

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #3818: Cross compilation problems
Дата
Msg-id 200808211651.18560.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: BUG #3818: Cross compilation problems  (Richard Evans <richard.evans@blueallegro.net>)
Ответы Re: BUG #3818: Cross compilation problems  (Richard Evans <richard.evans@blueallegro.net>)
Список pgsql-bugs
Richard Evans wrote:
> I'm not sure why the makefiles need the current directory. pwd -W is
> specific to mingw, I think it gives the directory in windows format.  It
> has to be changed for cross compilation otherwise you get errors.

What does $(CURDIR) resolve to on mingw?  Try the following makefile:

default:
        @echo $(shell pwd)
        @echo $(shell pwd -W)
        @echo $(CURDIR)

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

Предыдущее
От:
Дата:
Сообщение: Re: Postgresql v8.3.3 + Perl v5.10
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: Postgresql v8.3.3 + Perl v5.10