[xsd-users] cxx-tree Hello example compilation problem on AIX 5.3 using XL C++ v7

Boris Kolpackov boris at codesynthesis.com
Fri Aug 28 15:10:42 EDT 2009


Hi Juan,

Juan Pablo Perez <juanpablo.perez at gmail.com> writes:

> I'm trying with:
> 
> xlC -c hello.cxx

Can you try this (not that it should make any difference):

xlC_r -qrtti -c hello.cxx

If that still doesn't work, can you send me (off list) the result of 
preprocessing hello.cxx. That is, run:

xlC_r -qrtti -E hello.cxx >hello.i

And send me hello.i.gz.

Also can you run xlC_r -qversion and send the output along?

Thanks,
	Boris




More information about the xsd-users mailing list