Subject: Re: buildlink'd .la file has wrong .so instead of .dylib
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 07/21/2005 14:28:37
On Wed, 20 Jul 2005, Jeremy C. Reed wrote:
> And work.belgium/qt-x11-free-3.3.4/lib/libqt-mt.la has:
>
> # The name that we can dlopen(3).
> dlname='libqt-mt.so.3'
>
> # Names of this library.
> library_names='libqt-mt.so.3.3.4 libqt-mt.so.3 libqt-mt.so'
I realized I was looking at wrong file. The above was generated during the
build.
But the file at work.belgium/.buildlink//qt3/lib/libqt-mt.la is correct:
# The name that we can dlopen(3).
dlname='libqt-mt.3.dylib'
# Names of this library.
library_names='libqt-mt.3.0.3.dylib libqt-mt.3.dylib libqt-mt.dyl
Now to figure out why the work.belgium/qt-x11-free-3.3.4/lib/libqt-mt.la
was generated wrong ... or why it was used instead of .buildlink version.
Jeremy C. Reed
BSD News, BSD tutorials, BSD links
http://www.bsdnewsletter.com/