Обсуждение: PROBLEM with W2K installing postgresql

Поиск
Список
Период
Сортировка

PROBLEM with W2K installing postgresql

От
"Michel Verplancke"
Дата:
hi,
 
I have installed on a W2K,  cygwin, version 2.249.2.5
 
I have installed cygipc-1.09.2.
 
I have copy postgresql 7.2.1.tar in the usr/src directory
 
Then I have done the following
 
$ tar zxvf postgresql-7.2.1.tar.gz 
$ cd postgres-7.2.1
$ ./configure
 
after a hew lines, I have the following message
 
configure: error: no acceptable cc found in $PATH ?
 
(see config.log attached)
 
What do I have to do ?
 
Can you help me
 
Thanks
 
 
Вложения

Re: PROBLEM with W2K installing postgresql

От
Jason Tishler
Дата:
Michel,

On Wed, Sep 11, 2002 at 06:00:21PM +0200, Michel Verplancke wrote:
> $ tar zxvf postgresql-7.2.1.tar.gz
> $ cd postgres-7.2.1
> $ ./configure
>
> after a hew lines, I have the following message
>
> configure: error: no acceptable cc found in $PATH ?
>
> (see config.log attached)
>
> What do I have to do ?

Install gcc, binutils, etc.  Otherwise, just use the pre-built version
that is part of the standard Cygwin distribution.

Jason