From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 20:29:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C34D716A41F for ; Fri, 19 Aug 2005 20:29:31 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07AAE43D45 for ; Fri, 19 Aug 2005 20:29:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7JKTSqD000780; Fri, 19 Aug 2005 23:29:29 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j7JKTQv8009614; Fri, 19 Aug 2005 23:29:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j7JKTQLM009613; Fri, 19 Aug 2005 23:29:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 19 Aug 2005 23:29:26 +0300 From: Giorgos Keramidas To: Jonathon McKitrick Message-ID: <20050819202926.GD9519@flame.pc> References: <20050819191335.GA76538@dogma.freebsd-uk.eu.org> <20050819194748.GA7138@flame.pc> <20050819200338.GA77739@dogma.freebsd-uk.eu.org> <20050819201440.GA9246@flame.pc> <20050819202611.GA80352@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050819202611.GA80352@dogma.freebsd-uk.eu.org> Cc: freebsd-questions@freebsd.org Subject: Re: Forcing symbol resolution in lib rather than bin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 20:29:31 -0000 On 2005-08-19 21:26, Jonathon McKitrick wrote: > > Got it! I recalled something des or phk wrote me a while ago, then I skimmed > the manpage again. I have to put the .a files AFTER the object files where > the unresolved symbol is found. Ah! Yes, of course. I didn't realize you were doing that, because I never saw the build commands. Glad it's fixed now :)