On Mon, Jul 28, 2003 at 01:41:50PM -0500, Greg Moeller wrote: > > > I'm trying to compile kernels with egcs64 (egcs-2.92.11) and gcc 3.0.4 > > > (both > > > defaults from debian) > > > > First off, I don't think gcc-3.0.4 is default in anything but testing > > right now. You should be using the gcc-3.2 from unstable to compile > > sparc64 kernels. > > > I switched apt to unstable and installed 3.2.3, but when I did, as stopped > working: > [EMAIL PROTECTED]:~$ as > as: error while loading shared libraries: libbfd-2.14.90.0.1.so: cannot open > shared object file: No such file or directory > [EMAIL PROTECTED]:~$ ls -l /usr/lib/libbfd* > -rw-r--r-- 1 root root 594372 Jul 24 16:16 > /usr/lib/libbfd-2.14.90.0.5.so
same issue here, i did the following: # cd /usr/lib # ln -s liblibbfd-2.14.90.0.5.so libbfd-2.14.90.0.1.so hopefully will be fixed in next binutils. -solca

