bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/5524] ld: I/O error, file "/xxx/gnu/binutils/objdir/opcode


From: danglin at gcc dot gnu dot org
Subject: [Bug binutils/5524] ld: I/O error, file "/xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so": No such file or directory
Date: 28 Dec 2007 21:57:56 -0000

------- Additional Comments From danglin at gcc dot gnu dot org  2007-12-28 
21:57 -------
Looks like the configure.in files need updating.  For example, we have this
in opcodes:

if test "$enable_shared" = "yes"; then
  case "${host}" in
    *-*-cygwin*)
      SHARED_LDFLAGS="-no-undefined"
      SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/
../intl -lintl -lcygwin"
      ;;
    *)
      SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so"
      SHARED_DEPENDENCIES="../bfd/libbfd.la"
      ;;
  esac
fi


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ld: I/O error, file         |ld: I/O error, file
                   |"/xxx/gnu/binutils/objdir/op|"/xxx/gnu/binutils/objdir/op
                   |codes/../bfd/.libs/libbfd.so|codes/../bfd/.libs/libbfd.so
                   |": N                        |": No such file or directory
                   |o such file or directory    |


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]