[Bug binutils/5524] ld: I/O error, file /xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so: No such file or directory

2008-02-14 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-02-14 12:34 --- Hi Finn, Thanks for that. I have now checked both patches in along with this ChangeLog entry. Cheers Nick opcodes/ChangeLog 2008-02-14 Nick Clifton [EMAIL PROTECTED] PR binutils/5524 *

[Bug binutils/5524] ld: I/O error, file /xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so: No such file or directory

2008-02-11 Thread fthain at telegraphics dot com dot au
--- Additional Comments From fthain at telegraphics dot com dot au 2008-02-12 03:28 --- binutils-2.18.50.0.4 (20080208) has a similar problem on Mac OS X where the shared libraries are named *.dylib. It fails to compile there too. I will attach a patch. --

[Bug binutils/5524] ld: I/O error, file /xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so: No such file or directory

2008-02-11 Thread fthain at telegraphics dot com dot au
--- Additional Comments From fthain at telegraphics dot com dot au 2008-02-12 03:29 --- Created an attachment (id=2245) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2245action=view) Use the correct file extension for Mac OS X shared libraries --

[Bug binutils/5524] ld: I/O error, file /xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so: No such file or directory

2008-01-07 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-01-07 16:54 --- Hi Dave, Please could you try out the uploaded patch and let me know if it works for you ? (Obvioulsy you will need to regenerate opcodes/configure as well). There appears to be several different configure

[Bug binutils/5524] ld: I/O error, file /xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so: No such file or directory

2008-01-07 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-01-07 16:52 --- Created an attachment (id=2178) -- (http://sourceware.org/bugzilla/attachment.cgi?id=2178action=view) Use the correct file extension for HPUX shared libraries --

[Bug binutils/5524] ld: I/O error, file /xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so: No such file or directory

2007-12-31 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-31 19:33 --- It must be an HP-UX specific issue. I have no problems with --enable-shared on Linux/Intel64. -- What|Removed |Added

[Bug binutils/5524] ld: I/O error, file /xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so: No such file or directory

2007-12-28 Thread danglin at gcc dot gnu dot org
--- 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