On Tue, Mar 30, 2004 at 02:50:13PM +0200, Maarten Wijnen wrote: > Matt Zimmerman wrote: > > >On Fri, Mar 26, 2004 at 12:22:04PM +0100, Maarten Wijnen wrote: > > > > > >>I experience the same problem. I have just recently used apt-get, but > >>yesterday a problem occured at about the same moment I installed a new > >>version of libgcc1. > >> > >> > > > >Does downgrading libgcc1 help? > > > > > > > I really would like to try that, but I don't know where to find a > previous version. Any suggestions?
echo "deb http://snapshot.debian.net/archive pool gcc-3.3" >> /etc/apt/sources.list apt-get update apt-cache madison libgcc1 apt-get install libgcc1=<version> -- - mdz

