From owner-freebsd-questions@FreeBSD.ORG Fri Apr 2 17:46:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5260016A4CE for ; Fri, 2 Apr 2004 17:46:18 -0800 (PST) Received: from peter.smxy.org (smxy.org [64.32.179.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E75043D48 for ; Fri, 2 Apr 2004 17:46:18 -0800 (PST) (envelope-from ste@smxy.org) Received: from localhost (localhost [127.0.0.1]) by peter.smxy.org (Postfix) with ESMTP id A2D6322AE; Fri, 2 Apr 2004 20:46:17 -0500 (EST) Received: from smxy.org ([127.0.0.1]) by localhost (peter.smxy.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 12609-05; Fri, 2 Apr 2004 20:46:17 -0500 (EST) Received: from smxy.org (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by peter.smxy.org (Postfix) with ESMTP id 1A5E722AD; Fri, 2 Apr 2004 20:46:17 -0500 (EST) Message-ID: <406E1767.4030101@smxy.org> Date: Fri, 02 Apr 2004 20:46:15 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Malcolm Kay References: <406D1265.1030102@smxy.org> <200404031047.01289.malcolm.kay@internode.on.net> In-Reply-To: <200404031047.01289.malcolm.kay@internode.on.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at smxy.org cc: freebsd-questions@freebsd.org Subject: Re: OT: how do I get this to link? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ste@smxy.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 01:46:18 -0000 Malcolm Kay wrote: > Maybe it is OK but to me the -static option at the end of the command looks > strange. And I know the documentation says that mostly the command line order > doesn't matter; but try it near the beginning. Several of us tried and failed to get it to link statically in various ways, so we gave up, dropped -static, and went dynamic instead. It even required fewer libraries that way. My thanks to Matt Emmerton for the final solution that worked. :) -ste