Re: [mpich-discuss] MPICH3 library inconsistencies
22 Apr
2013
22 Apr
'13
7:50 a.m.
On Mon, Apr 22, 2013 at 3:44 PM, Dave Goodell <[email protected]> wrote:
It looks like weak symbol detection on clang is broken/missing. If you can, please send the config.log from your configure step (and ideally the c.txt file mentioned in the README as well).
I have found the same bug a few days ago: http://llvm.org/bugs/show_bug.cgi?id=15695 Clang does support other (more common) forms of pragma weak. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
4839
Age (days ago)
4839
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitri Gribenko