Hello!!!
I have a strange (strange to me) problem with AIX xlC compiler.
I used xlC 3.1.4 so far and everything was ok, now I have xlC v 3.6.4, so I
recompiled all my source files, and rebuilt static library in my project,
but the executable file doesn't work. It causes core dump (signal no 11 -
segmentation fault) and I don't know why??? I noticed that the problem
appears if I try to link functions from my static library (compiled with the
same xlC 3.6.4 compiler). It doesn't work even if cout<<"Hello World"; is
the only line in "main". I don't use the the "ld" linker explicite.
My Regards
Hicnar