From owner-freebsd-questions Tue Aug 26 12:31:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02053 for questions-outgoing; Tue, 26 Aug 1997 12:31:21 -0700 (PDT) Received: from ix.netcom.com (ACCS-AS22-DP04.SNFC.grid.net [206.80.181.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02046 for ; Tue, 26 Aug 1997 12:31:16 -0700 (PDT) Received: from ix.netcom.com (localhost [127.0.0.1]) by ix.netcom.com (8.8.5/8.8.5) with ESMTP id MAA03545 for ; Tue, 26 Aug 1997 12:31:23 GMT Message-Id: <199708261231.MAA03545@ix.netcom.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: freebsd-questions@freebsd.org Subject: XExExt -- where is it -- where to get it? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 26 Aug 1997 12:31:22 +0000 From: "K.Ridge" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello All, I just installed the 22/05/97 3.0SNAP. When I try to 'make install' a port, I get (at some point): making all in ./lib... making all in ./sxpm... rm -f sxpm cc -o sxpm -m486 -O2 -L/usr/X11R6/lib sxpm.o -L../lib -L/usr/X11R6/lib -lXpm -lXt -lSM -lICE -lXExExt -lXext -lX11 -lgnumalloc ld: -lXExExt: no match *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Since I had the exact same problem when I had 2.2.2R on another machine, I thought I'd finally try to solve this. (My temporary solution was to just install packages) I very well may have forgotten some distribution (?) Where should XExExt be? From which distribution/package/port?? Thanks, Keith.