------- 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.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils