Originally posted by: SystemAdmin
Hi,
We are having AIX 5.3 machine.
Kernel= 64 bit.
maintenence level = 5
compiler = xlc
Now when i am tring to compile sample C program in default (32 bit)mode, i am able to do so.
But when i am trying to compile in 64 bit mode by using options -qarch=com and -q64, getting error as
[b]$ xlc -qarch=com -q64 test.c
ld: 0711-740 ERROR: Input file test.o:
is a discontinued XCOFF64 file.
$[/b]
Please suggest.
Thanks
#AIX-Forum