From owner-freebsd-questions Fri Dec 4 20:08:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02211 for freebsd-questions-outgoing; Fri, 4 Dec 1998 20:08:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason04.u.washington.edu (jason04.u.washington.edu [140.142.78.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02206 for ; Fri, 4 Dec 1998 20:08:16 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason04.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP id UAA34206 for ; Fri, 4 Dec 1998 20:07:58 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP id UAA16331 for ; Fri, 4 Dec 1998 20:07:57 -0800 (PST) Date: Fri, 4 Dec 1998 20:07:34 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: FreeBSD-questions Subject: Kdesupport Build Dies 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 Here is a snippet from my build. /usr/ports/converters/kdesupport $ make ...snip... /bin/sh ../libtool --mode=link c++ -O -pipe -L/usr/X11R6/lib -o example example.o libQwSpriteField.la -lqt -lX11 c++ -O -pipe -L/usr/X11R6/lib -o .libs/example example.o -Wl,--rpath -Wl,/usr/local/lib .libs/libQwSpriteField.so -L/usr/X11R6/lib -lqt -lX11 -lqt -lX11 /usr/libexec/elf/ld: warning: libXext.so.6, needed by /usr/X11R6/lib/libqt.so, not found (try using --rpath) /usr/X11R6/lib/libqt.so: undefined reference to `XShapeCombineRegion' /usr/X11R6/lib/libqt.so: undefined reference to `XShapeCombineMask' *** Error code 1 But Xext is right where it ought to be. -rwxr-xr-x 1 root wheel 44983 Nov 25 23:43 /usr/X11R6/lib/libXext.so.6 I run 3.0 and I do have the "upgrade kit" which fixed a lot of earlier problems. The port bits are fresh from last night. I saw the comments about -rpath and read the man but it is all greek to me. Is the port broke or am I broke? How do I get this to build? Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message