George,
Doh - you're right. It is --disable-io-romio. I didn't read the help
closely enough (I always look at that first - must have been tired).
I do want both the shared and static libs so I'll enable both even
though shared is on be default.
Thanks!
Jeff
./configure --help will give you t
./configure --help will give you the full list of configuration
flags. To disable romio one should type --disable-io-romio not --
disable-romio. Adding --enable-static will build 2 sets of libraries
(as explained in the configure --help output), one dynamic and one
static. If you're looking