From owner-freebsd-questions Sat Jan 16 23:55:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15418 for freebsd-questions-outgoing; Sat, 16 Jan 1999 23:55:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.atl.bellsouth.net (mail.atl.bellsouth.net [205.152.0.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15413 for ; Sat, 16 Jan 1999 23:55:56 -0800 (PST) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-64-161.atl.bellsouth.net [209.214.64.161]) by mail.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id CAA26127; Sun, 17 Jan 1999 02:55:52 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by wghicks.bellsouth.net (8.9.2/8.9.2) with ESMTP id DAA59385; Sun, 17 Jan 1999 03:12:08 -0500 (EST) (envelope-from wghicks@wghicks.bellsouth.net) To: molbloo@interport.net Cc: questions@FreeBSD.ORG Subject: Re: make install problems In-Reply-To: Your message of "Sun, 17 Jan 1999 02:39:53 -0500 (EST)" References: X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990117031207F.wghicks@wghicks.bellsouth.net> Date: Sun, 17 Jan 1999 03:12:07 -0500 From: W Gerald Hicks X-Dispatcher: imput version 980905(IM100) Lines: 79 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: alissa bader Subject: make install problems Date: Sun, 17 Jan 1999 02:39:53 -0500 (EST) > > hi all, I have been having more problems installing various ports. For > example, I attempted to install windowmaker, and this is how I went about > it: Good Choice! You'll really like WindowMaker. > > % su > # cd /usr/ports/ > # ftp ftp.cdrom.com (then I logged in as anonymous, etc etc) > # cd /pub/FreeBSD/ports-stable (something like that, but pretty sure that > was the directory I went to) > # get x11-wm.tar > # exit > # tar xvf x11-wm.tar > # cd x11-wm > # cd windowmaker > # make install clean That's not how it works... it's really a *lot* easier than this :-) A FreeBSD port handles fetching the tarball for you as well as the build and install. Each has its own makefile, apart from the one that belongs to the software being built. Just do this: cd /usr/ports/x11-wm/windowmaker && make install clean About the only thing that might trip you up is having an old version of the ports tree, in which case you might not have the directory I mentioned. In that case, try using /usr/ports/x11/windowmaker. You can update your ports tree using CVSup, but that's another topic to study in the handbook. Good Luck, Jerry Hicks wghicks@bellsouth.net > > (and then at this point something appears to start compiling, but then > I get a whole bunch of line goobleygook, the last few lines looking like) > > ./libtool --mode=compile cc -0 -I. -c ./jdapimin.c > cc -0 -I. -c -fPIC -DPIC ./jdapimin.c > mv -f jdapimin.o jdapimin.lo > cc -0 -I. -c ./jdapimin.c >/dev/null 2>&1 > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > (and so on until I'm back at the # prompt). > > I have applied the 2.2.7 update package from the ports page. > > I am wondering what might be happening here? Perhaps I'm missing some > other ports or something, but last night when I was installing other > stuff, the ports seemed to be ftp'd automatically. > > Please help! Thanks! > > --Alissa > running 2.2.7 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message