From owner-freebsd-arm@FreeBSD.ORG Tue Oct 13 23:28:30 2009 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8173C1065679; Tue, 13 Oct 2009 23:28:30 +0000 (UTC) (envelope-from franson@gmail.com) Received: from mail-iw0-f189.google.com (mail-iw0-f189.google.com [209.85.223.189]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC768FC46; Tue, 13 Oct 2009 23:28:29 +0000 (UTC) Received: by iwn27 with SMTP id 27so5286933iwn.7 for ; Tue, 13 Oct 2009 16:28:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=fRSL8vsrL4+Lq7b8XFkTNIc28SdJ0S0lTch1Gd5wTRI=; b=VnmX13Pgu8zzaW9q+21BPkfRup2rVP2D0o6dIqt0LIO/H3Ouz62tO2EurUlB52gHCl Ar0oVU0z8pLAg04hTf5zmiLaTfc32W61cJKTJBDYvrVN82tUDz7287OV51xFINC+wIY/ OKxOmxWOgiFGYL9KK6J5lcFIXzeANK4iVn9fU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=OUd4O8JVy8I2PchrBQtxBqIKRVVnrTMQhvd4PR03H2NqCwzHdfeEF18QZuTq8ldqop 9IJcUS9hdnfg0tvZWEMtD+kpYuouKYmfXXouOvUYdyQozqmSnsG+KdODMdKmzYlfTTOG 7wrG0wAzGxzAjyqr6go+avdJvT50E5EZZkJsM= MIME-Version: 1.0 Sender: franson@gmail.com Received: by 10.231.123.216 with SMTP id q24mr2390733ibr.43.1255476509349; Tue, 13 Oct 2009 16:28:29 -0700 (PDT) In-Reply-To: <86vdijdu0r.fsf@ds4.des.no> References: <200910122344.n9CNijv9037645@freebsd-current.sentex.ca> <86vdijdu0r.fsf@ds4.des.no> Date: Wed, 14 Oct 2009 07:28:29 +0800 X-Google-Sender-Auth: 0711d74f432db147 Message-ID: From: quickembed To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: arm@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2009 23:28:30 -0000 Then it should be indicated how to "link". 2009/10/14 Dag-Erling Sm=F8rgrav : > quickembed writes: >> this error shows you have not indicate how to compile libgssapi.a file. >> CC is for .c file, you need to tell what's for .a (assembly) file. > > No, the command line is correct. =A0Assembler sources end in .s or .S; .a > is a static library. > > DES > -- > Dag-Erling Sm=F8rgrav - des@des.no >