/bin/sh ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissin g-prototypes -Werror -g -O2 -o libopcodes.la -rpath /opt/gnu64/lib -release `c at ../bfd/libtool-soversion` dis-buf.lo disassemble.lo dis-init.lo hppa-dis.lo -Wl,/xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so libtool: link: gcc -shared -Wl,+h -Wl,libopcodes-2.18.50.20071228.sl -o .libs/li bopcodes-2.18.50.20071228.sl .libs/dis-buf.o .libs/disassemble.o .libs/dis-init .o .libs/hppa-dis.o -lc -Wl,/xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/lib bfd.so ld: I/O error, file "/xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so": N o such file or directory Fatal error. collect2: ld returned 1 exit status
It seems like the make file is using the wrong shared library extension. SHARED_LIBADD = -Wl,/xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so -- Summary: ld: I/O error, file "/xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so ": N o such file or directory Product: binutils Version: 2.19 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: danglin at gcc dot gnu dot org CC: bug-binutils at gnu dot org GCC build triplet: hppa64-hp-hpux11.00 GCC host triplet: hppa64-hp-hpux11.00 GCC target triplet: hppa64-hp-hpux11.00 http://sourceware.org/bugzilla/show_bug.cgi?id=5524 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils