Thread: Porting to Win2000
I am installing postgresql on a win2000 machine. I have installed cygwin and cygipc, and I'm getting the following error when trying to run ./configure loading cache ./config.cache checking host system type ... i686-pc-cygwin checking which template to use ... win checking whether to build with local support ... no checking whether to build with recode ... no checking whether to build with multibyte character support ... no checking whether NLS is wanted ... no checking for default port number ... 5432 checking for soft limit on number of connections ... 32 checking for gcc ... no checking for cc ... no configure:error:no acceptable cc found in $PATH Any ideas what the problem is? Thanks, Linda
On Thu, 14 Feb 2002, Linda Fousek wrote: > I am installing postgresql on a win2000 machine. I have installed cygwin and > cygipc, and I'm getting the following error when trying to run ./configure > > loading cache ./config.cache > checking host system type ... i686-pc-cygwin > checking which template to use ... win > checking whether to build with local support ... no > checking whether to build with recode ... no > checking whether to build with multibyte character support ... no > checking whether NLS is wanted ... no > checking for default port number ... 5432 > checking for soft limit on number of connections ... 32 > checking for gcc ... no > checking for cc ... no > configure:error:no acceptable cc found in $PATH You don't have the gcc package installed with CygWin32. You need that to compile the software! -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ "If the King's English was good enough for Jesus, it's good enough for me!" -- "Ma" Ferguson, Governor of Texas (circa 1920)
On Thu, 14 Feb 2002, Linda Fousek wrote: > I am installing postgresql on a win2000 machine. I have installed cygwin and > cygipc, and I'm getting the following error when trying to run ./configure > > loading cache ./config.cache > checking host system type ... i686-pc-cygwin > checking which template to use ... win > checking whether to build with local support ... no > checking whether to build with recode ... no > checking whether to build with multibyte character support ... no > checking whether NLS is wanted ... no > checking for default port number ... 5432 > checking for soft limit on number of connections ... 32 > checking for gcc ... no > checking for cc ... no > configure:error:no acceptable cc found in $PATH There's no compiler installed. Why mess with this when you can install the pre-built cygwin package? Much easier to deal with, and it seems to work fairly well. Andy -- acruhl@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org
At 05:17 PM 2/14/2002 , Linda Fousek wrote: >checking for gcc ... no >checking for cc ... no >configure:error:no acceptable cc found in $PATH > >Any ideas what the problem is? The obvious thing would be to make sure you downloaded the gcc package from cygwin, and that it is in your path. -crl -- Chad R. Larson (CRL22) chad@eldocomp.com Eldorado Computing, Inc. 602-604-3100 5353 North 16th Street, Suite 400 Phoenix, Arizona 85016-3228