Subject: Re: buildlink error in x11/gtk
To: Douwe Kiela <virtus@wanadoo.nl>
From: Sebastian P. <sebastian-p@gmx.net>
List: tech-pkg
Date: 03/08/2003 17:40:21
On Saturday 08 March 2003 00:35, you wrote:
> How do I create this libintl.la file?
take another .la file as a template. they aren't complicated at all.
> libintl.so and others are in /usr/lib.
> Anyway,all the other files in the .buildlinx-x11/lib/libintl.la are
> symlinks to the real libs:
>
> iluvatar# ls -al libintl*
> lrwxr-xr-x 1 root wheel 18 Mar 8 00:58 libintl.a -> /usr/lib/libintl.a
> -rw-r--r-- 1 root wheel 55 Mar 8 00:58 libintl.la
> lrwxr-xr-x 1 root wheel 19 Mar 8 00:58 libintl.so ->
> /usr/lib/libintl.so lrwxr-xr-x 1 root wheel 21 Mar 8 00:58 libintl.so.0
> ->
> /usr/lib/libintl.so.0
> lrwxr-xr-x 1 root wheel 23 Mar 8 00:58 libintl.so.0.0 ->
> /usr/lib/libintl.so.0.0
>
yeah, that is what buildlinking does: creates symlinks of the *.so files and
creates "faked" *.la files from the original ones
> but the .la file is created there in the buildlinking process. It contains
> this message:
>
> libtool: compile: unable to infer tagged configuration
mmh, never saw that message by myself ....
the problem i saw was that the original .la file didn't exist and the
buildlink process created a .la file with no content (so that the build
process failed with 'blah is not a valid libtool archive', too)