Subject: Re: libtool could not satisfy all declared inter-library dependencies
To: Jeremy C. Reed <reed@reedmedia.net>
From: James Chacon <jmc@netbsd.org>
List: tech-pkg
Date: 05/20/2003 19:55:54
Well that would be a problem (missing libGLU.so)

You should have (from an X install I just did on x86):

libGLU.so
libGLU.so.1
libGLU.so.1.3

James

>
>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/
>
>
>