Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "David Johnson" To: Subject: C compiler cannot create executables Date: Tue, 21 Aug 2001 18:05:50 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 I am trying to install PostgreSQL and when I run ./configure I get the error: ******************************************* $ ./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 to build with Unicode conversion support... no checking for default port number... 5432 checking for default soft limit on number of connections... 32 checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot cre e executables. ******************************************* When I look at config.log, I see: ******************************************* This file contains any messages produced by compilers while^M running configure, to aid debugging if configure makes a mistake.^M ^M configure:629: checking host system type^M configure:655: checking which template to use^M configure:818: checking whether to build with locale support^M configure:847: checking whether to build with recode support^M configure:877: checking whether to build with multibyte character support^M configure:929: checking whether to build with Unicode conversion support^M configure:960: checking for default port number^M configure:994: checking for default soft limit on number of connections^M configure:1118: checking for gcc^M configure:1231: checking whether the C compiler (gcc ) works^M configure:1247: gcc -o conftest conftest.c 1>&5^M /usr/bin/ld: unrecognized option `--dll-search-prefix=cyg'^M /usr/bin/ld: use the --help option for usage information^M collect2: ld returned 1 exit status^M configure: failed program was:^M #line 1242 "configure" #include "confdefs.h" main(){return(0);} ~ ******************************************* Can anyone provide any solutions? Thanks, Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/