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: Performance of ld on GFS (Global File System)


Hi Ian,

> The newer gold linker tries pretty hard to minimize system calls.  It
> does expect to be able to mmap the input files for read access.

I downloaded and compiled the latest snapshot of binutils:

GNU gold (GNU Binutils 2.19.50.20080929) 1.7

However, linking unfortunately failed, because the (Fortran) program
I work on needs OpenMPI which uses COMMON blocks:

./gold: lib/libbasic.a(mo_mpi.o): multiple definition of mpi_fortran_in_place_
./gold: lib/librttov7.a(RTTOV7_MPI.o): previous definition here
[...more similar messages deleted...]
./gold: mpi_fortran_in_place_: unsupported symbol section 0xff02
[...more similar messages deleted...]

At least these messages were emitted quickly... ;-)

Are there any chances that COMMON blocks will be supported?

Cheers,
Harald

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx


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