From owner-freebsd-questions Sat Jan 16 23:40:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14139 for freebsd-questions-outgoing; Sat, 16 Jan 1999 23:40:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astor.interport.net (astor.interport.net [199.184.165.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14120 for ; Sat, 16 Jan 1999 23:40:00 -0800 (PST) (envelope-from molbloo@interport.net) Received: from interport.net (molbloo@park.nfs.interport.net [205.161.144.2]) by astor.interport.net (8.8.5/8.8.5) with ESMTP id CAA06950 for ; Sun, 17 Jan 1999 02:41:10 -0500 (EST) Received: from localhost (molbloo@localhost) by interport.net (8.8.5/8.8.5) with SMTP id CAA15861 for ; Sun, 17 Jan 1999 02:39:54 -0500 (EST) Date: Sun, 17 Jan 1999 02:39:53 -0500 (EST) From: alissa bader To: questions@FreeBSD.ORG Subject: make install problems 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 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: % 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 (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