Subject: Re: gtk2 won't make
To: Art Lemasters <slemas1@mindspring.com>
From: Michael Rauch <mrauch@NetBSD.org>
List: current-users
Date: 03/01/2004 22:03:49
Hi, 

On Mon, Mar 01, 2004 at 11:25:30AM -0700, Art Lemasters wrote:
>   On another topic...still haven't found a solution to getting
> the libgcc problem fixed enough to update the kernel and continue
> with current.

the following should do the trick:

cd `mktemp -d libgcc.XXXXXX`
ar xo /usr/lib/libgcc.a
ar xo /usr/lib/libgcc_eh.a
ar cru libgcc.a *.o
cp libgcc.a /usr/lib/libgcc.a

Then rebuild and reinstall libtool-base and the gtk2 error will disappear
too. Alternatively first build a new -current, it is supposed to be fixed
now (just testing it ATM).


Michael