I am facing problem with static global object initialization on MAC OS 10.3.3 and gcc 3.3. In my code global objects are used even before they are initialized. Same code is working properly on Linux. Is there any compilation or linking option which forces proper global object initialization. Thanks & Regards Amol Gajewar