Обсуждение: minGW compilation does not produce postmaster.exe

Поиск
Список
Период
Сортировка

minGW compilation does not produce postmaster.exe

От
Dmitry Konnov
Дата:
Hello,

I compiled v.8.0.1 on minGW
but can not find postmaster.exe in directories.


What can be wrong?

--
Best regards,
 Dmitry                          mailto:webbird@mail.ru


Re: minGW compilation does not produce postmaster.exe

От
"Magnus Hagander"
Дата:
> Hello,
>
> I compiled v.8.0.1 on minGW
> but can not find postmaster.exe in directories.
>
>
> What can be wrong?

The build system only generates postgres.exe. When you do "make install"
it will copy postgres.exe to postmaster.exe - they are supposed to be
identical.

//Magnus