Hello,
I've been using the mpich MPI library and am using a wrapper to gather
information about the calls used. It uses:
#pragma weak MPI_xxx = PMPI_xxx
I then only need to implement the MPI_xxx functions and link against my
library first to intercept the calls (I then do stuff and go o
On Tue, Dec 06, 2005 at 04:00:37PM +, Paul Edwards wrote:
> [EMAIL PROTECTED] ~/samples/weaksyms $ readelf -s libweaklib.a |grep Foo
> 7: 10 FUNCWEAK DEFAULT1 Foo
> 8: 10 FUNCGLOBAL DEFAULT1 PFoo
> [EMAIL PROTECTED] ~/samples/weaksyms $ readel
--- Additional Comments From james at nocrew dot org 2005-12-07 04:49
---
Created an attachment (id=780)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=780&action=view)
proposed patch
This patch, by Lennert Buytenhek, is what we're using in Debian to work around
this problem.
-
Debian is still patching binutils' configure scripts to force
lt_cv_deplibs_check_method to be 'pass_all' for all Linux architectures. Could
the libtool.m4 in binutils please be updated as this has been fixed in libtool
upstream? Alternatively, assuming it's non-trivial to sync, I've attached a
p
--- Additional Comments From james at nocrew dot org 2005-12-07 05:01
---
Created an attachment (id=781)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=781&action=view)
proposed patch for existing libtool.m4
--
http://sourceware.org/bugzilla/show_bug.cgi?id=1990
--- You