Thread: minGW compilation does not produce postmaster.exe

minGW compilation does not produce postmaster.exe

From
Dmitry Konnov
Date:
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

From
"Magnus Hagander"
Date:
> 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