Subject: Re: buildlink error in x11/gtk
To: Sebastian P. <sebastian-p@gmx.net>
From: Douwe Kiela <virtus@wanadoo.nl>
List: tech-pkg
Date: 03/08/2003 00:35:45
How do I create this libintl.la file?
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

but the .la file is created there in the buildlinking process. It contains
this message:

libtool: compile: unable to infer tagged configuration

Douwe
http://virtus.ath.cx

----- Original Message -----
From: "Sebastian P." <sebastian-p@gmx.net>
To: <tech-pkg@netbsd.org>
Sent: Friday, March 07, 2003 9:18 PM
Subject: Re: buildlink error in x11/gtk


> > libtool: link: `/usr/pkgsrc/x11/gtk/work/.buildlink-x11/lib/libintl.la'
> > is not a valid libtool archive
> check that you have a libintl.la somewhere (/usr/lib, $LOCALBASE/lib) and
> create one if its not there (must be in teh same dir as the libintl.so
> file(s) are)
>
>