Further info
configure: error:
*** These critical programs are missing or too old: gcc
*** Check the INSTALL file for required versions.
[EMAIL PROTECTED] glibc_build]$ autoconf --version
autoconf (GNU Autoconf) 2.60
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2006 Free Softwa
Hi
I have been trying to install glibc 2.4 on a 32bit machine . I read from the
INSTALL file that autoconf2.53 is compatible , configure script throws an
error on this .
$uname -a
Linux 2.4.18-14 #1 i686 i686 i386 GNU/Linux
I have attached the log file . Please get this done with an highest prio
There is a problem with dlltool 2.17 (mingw). If a directories in the
installation path contains a dot dlltool will fail. This is because a
bug in pex-win32.c:find_executable(). This routine is checking for an
extension by doing :
int has_extension = !!strchr (program, '.');
Which is obviousl
--- Additional Comments From raj dot khem at gmail dot com 2006-11-16
20:42 ---
Created an attachment (id=1424)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1424&action=view)
testcase
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3532
--- You are receiving this ma
The attached testcase causes ld assertion failure.
ld: BFD 2.17.50 20061116 assertion fail ../../bfd/elf32-arm.c:8404
This has started to happen after the following patch was committed.
2006-08-17 Paul Brook <[EMAIL PROTECTED]>
bfd/
* elf32-arm.c (elf32_arm_link_hash_entry
--- Additional Comments From raj dot khem at gmail dot com 2006-11-16
20:35 ---
Created an attachment (id=1423)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1423&action=view)
testcase
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3531
--- You are receiving this ma
The following example when linked with latest binutils causes ld to segfault.
There is a script do.sh in the tar file which has the detailed commandline for
linker.
This testcase is reduced from uclibc.
--
Summary: ld segfaults linking thumb code.
Product: binutils
--- Additional Comments From jbeulich at novell dot com 2006-11-16 08:15
---
patch committed
--
What|Removed |Added
Status|NEW |RESOLVED