Re: [OMPI devel] need help when make

2010-03-24 Thread Jeff Squyres
On Mar 23, 2010, at 9:34 PM, hu yaohui wrote: > Did you mean to add it in the makefile? All i have done now is only to > sustitude the word "sm" with "ht" both in the code and configure file. > i think i have this -avoid-version in mca_btl_ht_LDFLAGS. > why sm didn't report any error?but ht repor

Re: [OMPI devel] need help when make

2010-03-23 Thread hu yaohui
Hi Jeff, Did you mean to add it in the makefile? All i have done now is only to sustitude the word "sm" with "ht" both in the code and configure file. i think i have this -avoid-version in mca_btl_ht_LDFLAGS. why sm didn't report any error?but ht report the error.they are all the same,except the na

Re: [OMPI devel] need help when make

2010-03-23 Thread Jeff Squyres
You probably want to add "-avoid-version" to the mca_btl_ht_LDFLAGS (and the others). See the Libtool docs for more info here; but in general, we don't use the .so versioning scheme for OMPI plugins. Only for actual shared libraries that apps link against. On Mar 23, 2010, at 9:32 AM, hu yao