From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: joel@OARcorp.com Cc: gas2@cygnus.com Subject: Re: binutils 2.9 powerpc-rtems breakage Date: Tue, 14 Apr 1998 11:21:00 -0000 Message-id: <199804141821.OAA16222@subrogation.cygnus.com> References: X-SW-Source: 1998/msg00113.html Date: Tue, 14 Apr 1998 13:17:20 -0500 (CDT) From: Joel Sherrill bfd_openw (filename=0x8155a45 "a.out", target=0x8156d6c "elf32-powerpcle") at ../../src/bfd/opncls.c:348 OK, so why isn't elf32-powerpcle in your target list? It would normally be there because of a -DSELECT_VECS argument when targets.c was compiled. Are you using shared libraries by any chance. Somebody has already pointed out a shared library problem in the 2.9 release: the name of the library does not include the target name, so if you build and install BFD more than once using --enable-shared, then the new library will overwrite the old one. Personally, I think the right solution is to just build BFD once using --enable-targets, but building it multiple ones ought to work as well, so this is a bug. Ian