David Fix wrote these words on 08/09/05 16:45 CST: >> Actually, it's libbfd, libopcodes, and libiberty. I hadn't >>spotted that in my logs. Fortunately, only static and >>libtool versions. > > Zounds! So since I installed gdb without cd'ing into the gdb directory > before doing a "make install"... What do I have to reinstall to fix this > little problem? :) Just glibc, or...?
Static versions of the 3 libraries mentioned above are installed by the Binutils package. I'm not sure what all else might have been overwritten by installing GDB the way you did. Install GDB in a private directory for a complete list of files that are installed, or closely review your install.log file created during the GDB installation (you do have one, right?). -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 18:02:00 up 129 days, 17:35, 2 users, load average: 0.89, 0.44, 0.22 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
