This is the mail archive of the binutils@sources.redhat.com 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: Problem with linker with binutils-040414


I know the problem. I will fix it soon.


H.J.
----
On Wed, Apr 14, 2004 at 04:08:27PM -0400, Daniel Kulp wrote:
> 
> Hmm.....    Not good.   
> 
> I just downloaded 1.4.2_04 from Sun and was able to reproduce it on three 
> different machines:
> RedHat 8
> RedHat 9
> Gentoo (with emerge -Uu --deep world  run last night)  This was build with 
> nptl enabled.
> 
> However, I could NOT reproduce it on another machine:
> Gentoo (not updated in a couple weeks)  This was NOT build with nptl 
> enabled.
> 
> Does that provide any additional useful information?
> 
> Dan
> 
> 
> On Wednesday 14 April 2004 2:58 pm, Daniel Jacobowitz wrote:
> > On Wed, Apr 14, 2004 at 02:35:49PM -0400, Daniel Kulp wrote:
> > > > > I was using a version ld that I build several weeks ago from the
> > > > > cvs source (don't know the exact date), and that works fine.
> > > >
> > > > # ./ld -V
> > >
> > > Version that works fine:
> > > GNU ld version 2.15.90 20040303
> > >
> > > > It looks like old_bfd is NULL, which isn't supposed to happen. Can
> > > > you find out why old_bfd is NULL at elflink.c:3641? We need a
> > > > testcase. You can print out what `h' points to at elflink.c:3641
> > > > and find out where the symbol is defined and referenced. You should
> > > > be able to construct a very small testcase from there.
> > >
> > > I now have a very small test case assuming you have a java JDK
> > > installed.
> > >
> > > test.cxx:
> > > #include <jni.h>
> > > int main (int argc, char *argv[])
> > > {
> > > }
> > >
> > > Command line to build:
> > > g++ -I/opt/jdk1.4.2/include  -I/opt/jdk1.4.2/include/linux tmp.cxx \
> > > -L/opt/jdk1.4.2/jre/lib/i386/client -ljvm
> >
> > I grabbed j2sdk1.4.2_04, and could not reproduce this.
> 
> -- 
> J. Daniel Kulp
> dan@kulp.com


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