wrote:
> Hi,
>
> We have developed a 32-bit C++ application on AIX 5.1.7. Recently, the
> AIX on our machines has been upgraded to 5.3 which is 64-bit.After that
> when I tried to compile the earlier 32-bit C++ application on this 5.3
> AIX machine, Iam getting linker related errors. Do I need to use any
> flags in the Makefile when I compile 32-bit applications on 64-bit
> machine?
>
> Please give me the pointers.
>
> Thanks & Regards,
> -Nikhil
This is a platform-specific question that should go to a newsgroup
related to your OS or compiler. See the FAQ for what is on-topic here
and for some suggestions of where to post:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9
Cheers! --M