From owner-freebsd-current Mon Sep 28 03:44:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17924 for freebsd-current-outgoing; Mon, 28 Sep 1998 03:44:08 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17854 for ; Mon, 28 Sep 1998 03:43:54 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-177.ix.netcom.com [209.109.235.177]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA28358; Mon, 28 Sep 1998 03:43:38 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA26766; Mon, 28 Sep 1998 03:43:35 -0700 (PDT) Date: Mon, 28 Sep 1998 03:43:35 -0700 (PDT) Message-Id: <199809281043.DAA26766@silvia.hip.berkeley.edu> To: wwoods@cybcon.com CC: freebsd-current@FreeBSD.ORG In-reply-to: (message from William Woods on Sun, 27 Sep 1998 15:53:38 -0700 (PDT)) Subject: Re: Questions about elf..... From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * I am running -current elf. My question is this, I have several * packages that are XFree86 dependant. I understand that now XFree * will compile elf, my question is, when replacing a.out packages * with elf, must I first uninstall the a.out package before I compile * the elf version, or will the elf version automatically replace the * aoout ones? You should move the a.out libs out to an "aout" subdirectory. Run "make move-aout-libs" in /usr/src and this can be done automatically. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message