Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Troubles at building PostgreSQL with MinGW


  • From: Vladimir Baranov <baranoff(at)hotbox(dot)ru>
  • To: pgsql-ports(at)postgresql(dot)org
  • Subject: Troubles at building PostgreSQL with MinGW
  • Date: Fri, 22 Feb 2008 16:56:53 +0500
  • Message-id: <47BEB885.1090004@hotbox.ru> <text/plain>

Hi all!

I installed MinGW with MSYS on Win32 platform and attempted to build PostgreSQL 8.3.0.

While ./configure --without-zlib has been passes successfully, the buld has been failed. The error is shown below:

./make
...
make[3]: Entering directory `/f/postgreSQL/postgresql-8.3.0/src/backend/utils/mb/conversion_procs/utf8_and_euc_jis_2004' make[3]: *** No rule to make target `utf8_and_euc_jis_2004.o', needed by `libutf8_and_euc_jis_2004.dll'. Stop. make[3]: Leaving directory `/f/postgreSQL/postgresql-8.3.0/src/backend/utils/mb/conversion_procs/utf8_and_euc_jis_2004'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/f/postgreSQL/postgresql-8.3.0/src/backend/utils/mb/conversion_procs'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/f/postgreSQL/postgresql-8.3.0/src'
make: *** [all] Error 2

Could anyone explain me what is wrong?

Thanks, Vlad



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group