Subject: Re: Why is libXinerama.so not wrapped by buildlink3 ?
To: Vincent <10.50@free.fr>
From: Juan RP <juan@xtraeme.unixbsd.org>
List: tech-pkg
Date: 05/12/2004 12:55:41
--Signature=_Wed__12_May_2004_12_55_41_+0200_AnYvIA9hOOP9rNLV
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

On Wed, 12 May 2004 12:50:14 +0200
Vincent <10.50@free.fr> wrote:

> Hi,
> 
> when I try to compile a Qt dependant app on my NetBSD 2.0E, like, e.g.,
> scribus, configure always complains not finding -lqt-mt, not because it
> does not find it, but because my libqt-mt depends on libXinerama which
> is not found.
> 
> Indeed, looking in work/.buildlink reveals that there is a link on
> libXinerama.a but none on libXinerama.so*, which means that even a :
> LDFLAGS= '-L/usr/X11R6/lib -lXinerama' in Makefile fails.
> 
> Setting up the links by hand solves the problem, but yet, I'd like to
> know if there is any reason for which libXinerama is not wrapped,
> neither by buildlink3, neither by x11-links.

That means that when your x11-links was installed, your system didn't have
libXinerama.so, e.g:

[juan@Nocturno][~]> pkg_info -L x11-links|grep Xiner 
/usr/pkg/share/x11-links/include/X11/extensions/Xinerama.h
/usr/pkg/share/x11-links/lib/libXinerama.a
/usr/pkg/share/x11-links/lib/libXinerama.so
/usr/pkg/share/x11-links/lib/libXinerama.so.1
/usr/pkg/share/x11-links/lib/libXinerama.so.1.0
[juan@Nocturno][~]>

Make sure you have them, then try to rebuild x11-links.

-- 
	Juan RP <juan@xtraeme.unixbsd.org>

--Signature=_Wed__12_May_2004_12_55_41_+0200_AnYvIA9hOOP9rNLV
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (NetBSD)

iD8DBQFAogKwypkLYVDran0RAt/SAJ0V2YzWnD2Dj6NuXIy2d5RGe75kdgCgy64g
6P1s8c6xFNH9uzmrM3bvtcM=
=iteZ
-----END PGP SIGNATURE-----

--Signature=_Wed__12_May_2004_12_55_41_+0200_AnYvIA9hOOP9rNLV--