Are you running on SPARC machines, or x86?  If on SPARC, your problem is 
probably related to memory alignment.  The "-fast" option implies the 
"-memalign" option (for Studio 12, anyway.  It changes somewhat for different 
versions).  That can drastically change the layout of structures and classes in 
memory.

If you're compiling A with "-fast", try compiling B with "-memalign".  Or the 
appropriate replacement if you're not using Studio 12.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to