Postgres 7.3.1 "make install" fails when trying to install pgtclsh

From: Andrew Klimov <and_k_98(at)yahoo(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Postgres 7.3.1 "make install" fails when trying to install pgtclsh
Date: 2003-01-24 11:30:42
Message-ID: 20030124113042.57387.qmail@web20413.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin


Hi,All!

Options for configure:

--with-tcl

--with-tclconfig=/lib

--with-tkconfig=/lib

--enable-recode

--enable-multibyte

--enable-locale

--with-java

"Configure" and "make" steps proceed OK.But "make install" fails closer to end with these errors:

make[5]: Leaving directory `/usr/src/postgresql-7.3.1/src/interfaces/libpq'
make[4]: Leaving directory `/usr/src/postgresql-7.3.1/src/interfaces/libpgtcl'
/bin/sh.exe ../../../config/install-sh -c pgtclsh /usr/local/pgsql/bin/pgtclsh
chmod: changing permissions of `/usr/local/pgsql/bin/#inst.1536#': No such file
or directory
make[3]: *** [install] Error 1
make[3]: Leaving directory `/usr/src/postgresql-7.3.1/src/bin/pgtclsh'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/src/postgresql-7.3.1/src/bin'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/postgresql-7.3.1/src'
make: *** [install] Error 2

#inst.1536# (which, I believe is temporary install file) exists in /usr/local/pgsql/bin !

Any help would be very appreciated.

---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-01-24 12:36:04 Re: Postgres 7.3.1 "make install" fails when trying to
Previous Message S. L. 2003-01-24 06:32:13 Re: Problem in running PostgreSQL