From owner-freebsd-questions Mon Sep 21 13:10:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23994 for freebsd-questions-outgoing; Mon, 21 Sep 1998 13:10:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pike.cdrom.com (pike.cdrom.com [204.216.28.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23985 for ; Mon, 21 Sep 1998 13:10:42 -0700 (PDT) (envelope-from support@cdrom.com) Received: from localhost (support@localhost) by pike.cdrom.com (8.8.8/8.8.7) with SMTP id NAA19383; Mon, 21 Sep 1998 13:10:55 -0700 (PDT) (envelope-from support@cdrom.com) Date: Mon, 21 Sep 1998 13:10:55 -0700 (PDT) From: Brett Neely To: Magnus cc: questions@FreeBSD.ORG Subject: Re: ports won't build In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I managed to create a symbolic link between /usr/ports/distfiles > and /cdrom/ports/distfiles. I did this with the following procedure: Hi, You might want to take a look at the online handbook at www.freebsd.org and see the documentation for compiling the ports. You will see that there is an alternate "mount" command you should use to help your system find the distribution files. > # bash > # mount -t cd9660 /dev/matcd0a /cdrom > # cd /cdrom/ports/distfiles > # mkdir -p /usr/ports/distfiles > # for i in *; do > > ln -s $i /usr/ports/distfiles/$i > > done > # cd /usr/pots/editors/staroffice > # make [or make install] Hope this helps. Brett Neely Technical Support Staff Walnut Creek CDROM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message