Subject: Re: libtool could not satisfy all declared inter-library dependencies
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 05/20/2003 14:04:09
On Tue, 20 May 2003, Nick Hudson wrote:

> On Tuesday 20 May 2003 21:17, Jeremy C. Reed wrote:
> [...]
> > *** Warning: This library needs some functionality provided by -lGLU.
> > *** I have the capability to make that library automatically link in when
> > *** you link to this library.  But I can only do this if you have a
> > *** shared version of the library, which you do not appear to have.
>
> Do you get this when building the library as well? Problems such as
> these are now usually due to the buildlink2 substitutions no working
> properly.

I am not sure what you mean; do you mean building graphics/glu?
I have XFree86 4.x.

My libtool --config has:

deplibs_check_method="match_pattern /lib[^/]+(\\.so|_pic\\.a)\$"

I don't have any libGLU ending with .so.

So I did:
 ln -s /usr/X11R6/lib/libGLU.so.1 /usr/X11R6/lib/libGLU.so
 pkg_delete x11-links
 make clean # in qt3-tools
 make clean # in qt3-libs

I am building in qt3-libs (3.1.2nb1) again.

   Jeremy C. Reed
   http://bsd.reedmedia.net/