Quoting Kunal Deo <Kunal.Deo at Sun.COM>: > [err missed out on reply to all] > Thanks for the elaboration. > I was wondering, my gcc version compiled perfectly. Is there any way I > can use that library with Sun Studio to build QT. I hope this is not a > silly question
[Qt, not QT. QT is a video thingy from Apple] No. You can't mix libraries/objects compiled with two different C++ compilers. In fact with GCC, you often can't even do it with two different versions of the same C++ compiler. A+ Paul
