From owner-freebsd-alpha Wed Dec 4 5:43:44 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0320C37B401 for ; Wed, 4 Dec 2002 05:43:44 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A4343E88 for ; Wed, 4 Dec 2002 05:43:43 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id IAA10158; Wed, 4 Dec 2002 08:43:40 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gB4DhAi92231; Wed, 4 Dec 2002 08:43:10 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15854.1646.533496.929062@grasshopper.cs.duke.edu> Date: Wed, 4 Dec 2002 08:43:10 -0500 (EST) To: "alex" Cc: "Yoriaki FUJIMORI" , Subject: Re: link_elf: symbol osf1_wait4 undefined In-Reply-To: <005701c29b1d$c163df60$0800000a@pepe> References: <103899470701@internode.on.net.au> <005701c29b1d$c163df60$0800000a@pepe> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org alex writes: > ahhhh. That solved the problem. > What is the technical reason for having to load the osf1 module first ? Linux/alpha uses the same ABI as OSF/1 for a number of functions, since they bootstrapped themselves from OSF/1 on alpha and never bothered to go fully native. This ABI is already provided by our osf1.ko module. The problem is that the osf1.ko module is SUPPOSED to be automatically loaded as a dependancy of the linux module. I've asked the person who wrote the module dependancy code for help on this, but he's moved on to other things and has never answered. If somebody wants to look into this, that would be great. I've never been able to figure it out. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message