Re: [OMPI devel] trunk hwloc & static builds

2011-02-23 Thread Jeff Squyres
Ok, I think I have this one solved. It's a configury change, so it'll come in tonight. Thanks for reporting it. On Feb 21, 2011, at 9:49 PM, Barrett, Brian W wrote: > All - > > The trunk currently doesn't link with --enable-static --disable-shared on > Linux. The problem is that the comp

[OMPI devel] trunk hwloc & static builds

2011-02-21 Thread Barrett, Brian W
All - The trunk currently doesn't link with --enable-static --disable-shared on Linux. The problem is that the component doesn't pass it's dependencies into the wrapper compiler list. In particular, the xml support creates a dependency on libxml. --disable-xml solves the problem, but is stil