Hi Nathan, > Nathan DeBardeleben writes: > > > > I've been having this problem for a week or so and I've been asking > > other people to weigh in if they know what I'm doing wrong. I've gotten > > no where on this so I figure I'll finally drop it out on the list. > > First, here's the important info:
> > Configured using: > > > >> $ ./configure --enable-static --disable-shared --without-threads > >> --prefix=/home/ndebard/local/ompi --with-devel-headers > >> --enable-mca-no-build=ptl-gm > > > > Simple C file which I will compile into a shared library: Upon rethinking this: it really is a "Doctor, it hurts when I do this -- don't do it, then" issue. Do not disable shared libraries if you want to create dependent shared libraries. The fact that x86 will let you get away with this (at a cost) does not mean it is a good idea. Just FYI. Cheers, Ralf