Subject: Re: Failing to build glib
To: Konrad Neuwirth <konrad@mailathome.or.at>
From: Johnny C. Lam <jlam@netbsd.org>
List: current-users
Date: 01/29/2003 13:23:21
On Wed, Jan 29, 2003 at 07:27:20PM +0100, Konrad Neuwirth wrote:
> 
>   I can't get glib to build; I've updated most everything but it
> always gives me the following error:
> 
> | # make
> | ===> Building for glib-1.2.10nb3
> | make  all-recursive
> | Making all in .
> | Making all in gmodule
> | Making all in gthread
> | /bin/sh ../libtool --mode=link cc  -O2 -I/usr/pkg/include -Wall  -D_REENTRANT -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -o libgthread.la -rpath /usr/pkg/lib -version-info 13:10:0 gthread.lo -lpthread 
> | libtool: link: `/usr/pkgsrc/devel/glib/work/.buildlink/lib/libpthread.la' is not a valid libtool archive
> | *** Error code 1
> 
> What am I doing wrong?

Can you post the contents of work/.buildlink/lib/libpthread.la?  I wrote
some of that stuff "blind" since I don't have a -current NetBSD system
on which to test.

	Thanks,

	-- Johnny Lam <jlam@netbsd.org>