X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 	tests=BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4A79AD30.9060001@sbcglobal.net>
Date: Wed, 05 Aug 2009 16:02:56 +0000
From: Greg Chicares <gchicares@sbcglobal.net>
User-Agent: Thunderbird 2.0.0.21 (Windows/20090302)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Some library fail to be found when compiling a little program  of  GCC
References: <24831027.post@talk.nabble.com>
In-Reply-To: <24831027.post@talk.nabble.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
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

On 2009-08-05 15:39Z, coolsand wrote:
> This is the message relied from the make of GCC as blow:
> arch/s3c2410/s3c2410.o: In function `command_cpu':
> arch/s3c2410/s3c2410.o(.text+0x87c): undefined reference to `strncmp'

Please show the command line that you used for linking.
Perhaps you tried linking with 'ld' instead of 'gcc'?
If you use 'gcc' to link, then the C runtime library
is automatically included.

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

