> -----Original Message-----
> From: Hisaji ONO [mailto:hi_ono2001(at)ybb(dot)ne(dot)jp]
> Sent: 07 May 2004 16:48
> To: pgsql-hackers-win32(at)postgresql(dot)org
> Subject: [pgsql-hackers-win32] Couldn't make check
>
> Hi.
>
> I've succeeded to make postgresql in latest msys/mingw.
>
> However I've got following message.
>
> initdb.exe - couldn't find the component -
>
> couldn't find libpq.dll.......
Try modifying your path - I use:
export PATH=$PATH:/usr/local/pgsql/lib:/usr/local/pgsql/bin
in the msys /etc/profile - something similar in the system path should
help from cmd.exe.
Regards, Dave