On Thu, 22 Jun 2000, Kerstin Hoef-Emden wrote: > during linking I get the following error message: > > [EMAIL PROTECTED]:~/Compile/Molbio/Seaview.alt$ make > gcc -O3 -Wa,-m21164a -mieee -funroll-all-loops -o seaview align.o > seaview.o load_seq.o use_mase_files.o comlines.o xfmatpt.o regions.o > -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lforms -lm > collect2: ld terminated with signal 11 [Segmentation fault], core dumped > /usr/bin/ld: bfd assertion fail ../../bfd/elf64-alpha.c:2998 > /usr/bin/ld: bfd assertion fail ../../bfd/elf64-alpha.c:2998 > /usr/bin/ld: bfd assertion fail ../../bfd/elf64-alpha.c:2998 > make: *** [seaview] Error 1 > > Since this seems to refer to a directory /bfd with some alpha-specific > c-files, I ran a find -name "bfd*". > It found a bfd folder only in /usr/share/doc/binutils/ with some docs. > In the package binutils-dev bfd was mentioned, so I installed > binutils-dev, but no such files showed up. Where are they?
These are source code files for binutils that it's referring to. What version of binutils do you have installed? C

