pgtcl install help

Поиск
Список
Период
Сортировка
От Garcia, Joshua
Тема pgtcl install help
Дата
Msg-id E00A3B716AD4C84FB97E42367015E8A00C26A0@usa5911mf01.na.xerox.net
обсуждение исходный текст
Список 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
wantto 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

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Verena Ruff"
Дата:
Сообщение: Re: case-insensitive Index
Следующее
От: "Garcia, Joshua"
Дата:
Сообщение: Re: pgtcl install help