Postgres 7.3.1 "make install" fails when trying to install pgtclsh - Mailing list pgsql-cygwin

From Andrew Klimov
Subject Postgres 7.3.1 "make install" fails when trying to install pgtclsh
Date
Msg-id 20030124113042.57387.qmail@web20413.mail.yahoo.com
Whole thread Raw
Responses Re: Postgres 7.3.1 "make install" fails when trying to  (Jason Tishler <jason@tishler.net>)
List 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

pgsql-cygwin by date:

Previous
From: s0lao@netscape.net (S. L.)
Date:
Subject: Re: Problem in running PostgreSQL
Next
From: Jason Tishler
Date:
Subject: Re: Postgres 7.3.1 "make install" fails when trying to