[omniORB] linking with static libs under AIX VisualAge5

Dube, Tom Tom.Dube@caminus.com
Wed, 10 Oct 2001 15:06:53 -0400


I am trying to build an omniORB application on AIX using VisualAge5.0
compiler.

If I link my application using the shared versions of the
omniORB libraries, my application runs fine.

But, if I try to switch to using the static libraries, I get a run-time
crash in what appears to be initialization of static data in the pthreads
library.

Is it possible to use statically linked libraries on this platform?
Are there any additional compiler switches needed?

-Tom