Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 15:38:24 +1030 (CST)
From:      Kris Kennaway <kkennawa@physics.adelaide.edu.au>
To:        Matthew Thyer <matt@camtech.com.au>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: kdesupport build fails XF86 3.3.3, -CURRENT
Message-ID:  <Pine.OSF.4.05.9901051535120.2827-100000@bragg>
In-Reply-To: <Pine.OSF.4.05.9812301507230.19537-100000@bragg>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 30 Dec 1998, Kris Kennaway wrote:

> On Wed, 30 Dec 1998, Matthew Thyer wrote:
> 
> > Has anyone else tried building kde with XFree86 3.3.3 and qt 1.41
> > on a recent -CURRENT (~9 days old) ELF system (with a.out kernel).
> 
> > 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

I worked this out in relation to another port the other day: You need to add
-lXext to the list of libraries to link against. libXext in turn usually
requires some others, I think. I suspect libqt is supposed to already know
where these libraries live (witness the /usr/X11R6/lib/libqt.so, not found
(try using --rpath) error), but for some reason it doesn't.

Kris

-----
(ASP) Microsoft Corporation (MSFT) announced today that the release of its 
productivity suite, Office 2000, will be delayed until the first quarter
of 1901.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.05.9901051535120.2827-100000>