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

2008-04-03 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2008-04-03 13:45 --- No, this bug is RESOLVED/INVALID. In the configuration described in the initial report, glibc is configured incorrectly for the way it is being used; and the patch is incorrect. If you have a

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

2008-04-02 Thread oblivian at users dot sourceforge dot net
--- Additional Comments From oblivian at users dot sourceforge dot net 2008-04-03 03:36 --- (In reply to comment #1) 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

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

2008-04-02 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2008-04-03 03:36 --- Subject: Re: linker incorrectly prepends sysroot to absolute path Thank you for your message. I am away from my email from 3 to 7 April. Messages sent before 3 April will be read before I go away;

[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. --