This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ld FAIL: bootstrap



----- Original Message -----
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Monday, December 3, 2012 2:18 pm
Subject: Re: ld FAIL: bootstrap
To: Dennis Clarke <dclarke@blastwave.org>
Cc: binutils@sourceware.org


> On Mon, Dec 3, 2012 at 11:05 AM, Dennis Clarke <dclarke@blastwave.org> 
> wrote:
> >
> > There are a number of FAILs still in the ld testsuite however I 
> choose to isolate at least one, find its cure and then perhaps others 
> will follow.
> >
> > The ld/ld.log says :
> >
> > So again I see that an option -Wl,-rpath -Wl,/usr/local/lib  is 
> being passed to ld-new and not sure where that is coming from. The 
> linkage to /usr/local/lib/libintl.so /usr/local/lib/libiconv.so could 
> be avoided perhaps with a --disable-nls on configure.
> >
> > Regardless .. not too sure where this option is coming from.
> >
> > working on this still ..
> >
> > Dennis
> >
> 
> Please the output of
> 
> # env

I'll even sort it for you : 

AS=/usr/local/bin/gas
BUILD=/usr/local/build
CFLAGS=-mtune=opteron -march=opteron -m64 -g -malign-double -m128bit-long-double -mpc80 -fexceptions -fpic -fvisibility=default -Wl,-q -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1
COLUMNS=124
CPPFLAGS=-I/usr/local/include
CXXFLAGS=-mtune=opteron -march=opteron -m64 -g -malign-double -m128bit-long-double -mpc80 -fexceptions -fpic -fvisibility=default -Wl,-q -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1
DISPLAY=:0.0
EDITOR=vi
HOME=/home/dclarke
HOSTNAME=sedna.adbs.ca
LANG=C
LC_ALL=C
LC_COLLATE=C
LC_CTYPE=C
LC_MESSAGES=C
LC_MONETARY=C
LC_NUMERIC=C
LC_TIME=C
LINES=43
LOGNAME=dclarke
M4=/usr/local/bin/gm4
MAIL=/var/spool/mail/dclarke
MANPATH=/usr/local/share/man:/usr/local/man
OLDPWD=/usr/local/build
PAGER=more
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/schily/bin
PWD=/usr/local/build/binutils-2.23.1_2.6.32-279.14.1.el6.x86_64.002
SHELL=/bin/bash
SHLVL=3
SRC=/usr/local/src
TERM=xterm
TZ=Canada/Eastern
USER=dclarke
USERNAME=dclarke
VISUAL=vi
WINDOWID=75497506
XAUTHORITY=/var/run/gdm/auth-for-dclarke-So2kdm/database
XTERM_LOCALE=C
XTERM_SHELL=/bin/bash
XTERM_VERSION=X.Org 6.8.99.903(253)
_=/usr/bin/env


I see the AS=/usr/local/bin/gas there and I felt that was safe given that as passed all its tests and so this was perhaps a safe bet : 

sedna $ $AS --version 
GNU assembler (GNU Binutils) 2.23.1
Copyright 2012 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-unknown-linux-gnu'.
sedna $ 

Dennis 





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]