Re: complie error on windows

From: Greg Copeland <greg(at)CopelandConsulting(dot)Net>
To: "Claiborne, Aldemaco " "Earl (Al)" <claiborne(at)lucent(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgresSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: complie error on windows
Date: 2003-01-03 15:49:10
Message-ID: 1041608949.15927.23.camel@mouse.copelandconsulting.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If you run, "gcc", at the prompt (preferably the one you're trying to
run configure from), do you get something like, "gcc: No input files" or
do you get, "gcc: command not found"? If you get the later (or
something like it), you need to include it in your path, just as it's
telling you to do. If you get the former, something would appear to be
off.

Greg

On Fri, 2003-01-03 at 09:43, Claiborne, Aldemaco Earl (Al) wrote:
> Hi,
>
> I am trying to install postgresql-7.3 on windows and I keep getting the following error despite having downloaded a compiler. Can anyone tell me what I am not doing right? I am a newbie to postgres and development. My ultimate goal is to create a data driven application utilizing the J2EE architecture.
>
>
> $ ./configure
> checking build system type... i686-pc-cygwin
> checking host system type... i686-pc-cygwin
> checking which template to use... win
> checking whether to build with 64-bit integer date/time support... no
> checking whether to build with recode 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 C compiler found in $PATH
>
> Thanks,
>
> Al
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
Greg Copeland <greg(at)copelandconsulting(dot)net>
Copeland Computer Consulting

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2003-01-03 16:33:12 Re: Upgrading rant.
Previous Message Claiborne, Aldemaco Earl (Al) 2003-01-03 15:43:10 complie error on windows