chcialem zainstalowac u siebie na kompie PostgreSQL'a i o ile pod Linuxem nie mialem klopotow aby przeprowadzic instalke ze zrodel to pod windows'em nie moge sobie poradzic
instalke przeprowadzam w sposob nastepujacy:
instalacja cygwina
instalacja CygIPC
Kod
cd /
tar zxvf tar zxvf cygipc-1.09-2-src.tar.gz
tar zxvf tar zxvf cygipc-1.09-2-src.tar.gz
nastepnie:
Kod
tar zxvf postgresql-7.2.1.tar.gz
./configure
./configure
i teraz wyswietla cos takiego:
Kod
$ ./configure
loading cache ./config.cache
checking host system type... i686-pc-cygwin
checking which template to use... win
checking whether to build with locale support... no
checking whether to build with recode support... no
checking whether to build with multibyte character support... no
checking whether NLS is wanted... no
checking for default port number... 5432
checking for default soft limit on number of connections... 32
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
loading cache ./config.cache
checking host system type... i686-pc-cygwin
checking which template to use... win
checking whether to build with locale support... no
checking whether to build with recode support... no
checking whether to build with multibyte character support... no
checking whether NLS is wanted... no
checking for default port number... 5432
checking for default soft limit on number of connections... 32
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
//czyli tutaj jest juz cos nie tak...
natomiast jeszcze jedno:
jak doinstalowac program make, gdyz po wydaniu polecenia jest:
Kod
bash: make: command not found
mimo iz jest sciagnalem caly pakiet cygwina i wszystko tez (widocznie nie) zainstalowalem
dzieki za informacje