From: | "Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com> |
---|---|
To: | <pgsql-novice(at)postgresql(dot)org> |
Subject: | pgtcl install help |
Date: | 2006-07-19 16:40:21 |
Message-ID: | E00A3B716AD4C84FB97E42367015E8A00C26A0@usa5911mf01.na.xerox.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
I doubt this is the right place to ask, but I couldn't find an appropriate forum or mailing list so I'll try anyway. I want to install pgaccess, so I need pgtcl installed. However, I keep getting this error during a make install:
/net/thebigisland/data2/home/jgarcia/local/bin/install -c libpgtcl1.5.so /export/home/jgarcia/tcl/lib/pgtcl1.5/libpgtcl1.5.so
: /export/home/jgarcia/tcl/lib/pgtcl1.5/libpgtcl1.5.so
Install pgtcl.tcl /export/home/jgarcia/tcl/lib/pgtcl1.5/pgtcl.tcl
Install pkgIndex.tcl /export/home/jgarcia/tcl/lib/pgtcl1.5
Installing header files in /export/home/jgarcia/pgtcl/include
Installing ./generic/libpgtcl.h
Installing documentation in /export/home/jgarcia/pgtcl/man
Installing ./doc/*.n
/net/thebigisland/data2/home/jgarcia/local/bin/install: cannot stat `./doc/*.n': No such file or directory
*** Error code 1
The following command caused the error:
list='./doc/*.n'; for i in $list; do \
echo "Installing $i"; \
rm -f /export/home/jgarcia/pgtcl/man/mann/`basename $i`; \
/net/thebigisland/data2/home/jgarcia/local/bin/install -c -m 644 $i /export/home/jgarcia/pgtcl/man/mann ; \
done
make: Fatal error: Command failed for target `install-doc'
Anyone know how to fix this or why this is happening? Thanks.
Josh
From | Date | Subject | |
---|---|---|---|
Next Message | Garcia, Joshua | 2006-07-19 17:58:16 | Re: pgtcl install help |
Previous Message | Verena Ruff | 2006-07-19 15:49:05 | Re: case-insensitive Index |