X-Spam-Check-By: sourceware.org
Message-ID: <44CFF7B1.8060301@cygwin.com>
Date: Tue, 01 Aug 2006 20:54:09 -0400
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060112 Fedora/1.5-1.fc4.remi Thunderbird/1.5 Mnenhy/0.7.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Help: gcc problem in Cygwin!
References: <20060801061323.91123.qmail@web33809.mail.mud.yahoo.com>
In-Reply-To: <20060801061323.91123.qmail@web33809.mail.mud.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Frank C. wrote:
> Dear all,
> 
> I've been trying to install a software on Cygwin under
> Windows XP, but without any success. The steps are (1)
> './configure', and (2) 'make'.
> 
> I had following error message after running 'make'.
> 
> cygpath: can't convert empty path
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o)
> :: undefined reference to '_WinMain@16'
> collect2: ld returned 1 exit status
> make: *** [libquicknet3.a] Error 1
> 
> 
> Can anyone let me know what's wrong here? It seems
> that there is a confusion on which linker to use for
> gcc, and GNU ld is not on the path. I attach the
> output from './configure' at the end. Do you think it
> is related to those outputs? If so, how to fix it? If
> not, what's the cause?
> checking for ld used by GCC... ${CXX}
> checking if the linker (${CXX}) is GNU ld... no
> 



Make sure you've installed the 'binutils' package and that
'ld' from this package is in your path.  If this doesn't
resolve the problem, then please read and follow the problem
reporting guidelines found here:

> Problem reports:       http://cygwin.com/problems.html



-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

