Re: dowloading source

From: Mohan <mohanyes(at)shafika(dot)vetri(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: dowloading source
Date: 2004-03-09 05:56:21
Message-ID: 404D5C85.484128ED@shafika.vetri.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,
I have downloaded the source and compiled (win32.mak in the src directory) for
Windows with VC++ 6.0. I got only psql.exe and libpq.dll.
I could not create other execuatables Viz.
createdb.exe
createlang.exe
dropdb.exe
droplang.exe
dropuser.exe
ecpg.exe
initdb.exe
pg_copy.exe
pg_ctl.exe
pg_dump.exe
pg_dumpall.exe
pg_id.exe
pg_passwd.exe
pg_restore.exe
pgbench.exe
post_svc.exe
postgres.exe
postmaster.exe
vacuumdb.exe
and the dlls
backend.dll
libecpg.dll
libpgtcl.dll

I got an installation kit 7.2.1 by ultra (postgres_beta4.zip). That contains
the above executables and dlls. which is working fine.
I changed this psql.exe and libpq.dll with the new one which got out of the
7.4.1, which gave me a warning like this.
Warning: Console codepage (437) differs from windows codepage (1252)
8-bit characters will not work correctly. See PostgreSQL
documentation "Installation on Windows" for details.
As lot of sayings is on like new version comes with huge performance
improvements
How can i get those exectuables for 7.4.1???
How can i complie the 7.4.1 to get all the executables and dlls?
Can you anyone help me out
Regards,
mohan.

Tom Lane wrote:

> Dennis Veatch <dveatch(at)woh(dot)rr(dot)com> writes:
> > There are postgresql-base and postgresql-opt sources listed. What are they
> > for?
>
> See the README file, eg at
> ftp://ftp8.us.postgresql.org/postgresql/source/v7.4/
>
> Per that file:
>
> The file named "postgresql-XXX.tar.gz" is the full source distribution.
> Each of the other four "tarballs" contains a subset of the files from the
> full distribution, for downloading convenience. If you download all four
> of them and unpack them into the same directory you will get exactly what
> you would have gotten had you downloaded the full distribution.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Kevin Lohka 2004-03-09 05:59:19 Getting Column Information from a Table with psql
Previous Message Josh Berkus 2004-03-09 01:31:22 Re: psql + php on Mac OS X