[Bug binutils/4970] New: new library handling in binutils causes trouble with --enable-shared

2007-08-28 Thread vapier at gentoo dot org
the new build system in binutils sets up custom LD_LIBRARY_PATHs which can cause conflicts between the build and host. if you take binutils-2.17.50.0.17 and build/install it with --enable-shared, your host binutils will all be linked against libbfd-2.17.50.0.17.20070615.so: $ readelf -d `which as

[Bug binutils/4933] windres does not escape path with spaces in them

2007-08-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-08-28 12:06 --- Subject: Re: windres does not escape path with spaces in them Hi Manu, > Do you have some information on how I can get the CVS binutils See: http://www.gnu.org/software/binutils/binutils.html > and compile i

Re: [Bug binutils/4933] windres does not escape path with spaces in them

2007-08-28 Thread Nick Clifton
Hi Manu, Do you have some information on how I can get the CVS binutils See: http://www.gnu.org/software/binutils/binutils.html and compile it on Windows? See the README file at the top level in the sources you checked out of the CVS repository. Assuming that you are using a Cygwin or Mi

[Bug ld/4966] linker incorrectly prepends sysroot to absolute path

2007-08-28 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2007-08-28 08:49 --- You did not configure glibc correctly. You should use --prefix=/usr and install it with install_root=${sysroot}. The whole point of the sysroot feature is that it establishes a chroot style environment. --

[Bug ld/4966] New: linker incorrectly prepends sysroot to absolute path

2007-08-28 Thread springl-binutils at bfw-online dot de
While trying to compile gcc (HEAD of 2007-08-27) for a sysrooted environment in /tmp/gc where glibc 2.6.1 is already installed there, ld complains: /usr/i686-pc-linux-gnulibc2/lib/gcc-lib/i686-pc-linux-gnulibc2/3.3.3/../../../../i686-pc-linux-gnulibc2/bin/ld: cannot find /tmp/gc/lib/libc.so.6 insid