AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only

C compiler not able to create executable (64bit XCOFF) on AIX 5.3

  • 1.  C compiler not able to create executable (64bit XCOFF) on AIX 5.3

    Posted Fri October 26, 2007 07:49 AM

    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