AIX

AIX

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


#Power
#Power
 View Only
  • 1.  make throwing error

    Posted Tue March 17, 2009 09:33 AM

    Originally posted by: SystemAdmin


    Hi when i perform make to compile I am getting the following error. Is there anything to check like system variable. OS is AIX5.3. i reinstalled make(make-3.80-1.aix5.1.ppc.rpm) i am geeting the same error again and again.

    bash-3.00# make
    exec(): 0509-036 Cannot load program make because of the following errors:
    0509-111 The s_scnptr or s_size field of the
    .text section header is invalid.
    0509-194 Examine file headers with the 'dump -ohv' command.

    Thanks
    Siva
    #AIX-Forum


  • 2.  Re: make throwing error

    Posted Wed March 18, 2009 08:54 AM

    Originally posted by: nagger


    First, why are you using bash on AIX?

    Second, make is part of AIX and should be in /usr/bin/make
    Run: whence make
    to determine which you are using.

    The error looks like a problem with the binary file - did you fill the disk while installing it or could it have been corrupted some how?

    Are you are a current level of AIX 5.3
    Run: oslevel -s
    and go look for the latest Technology Level and Service Packs.

    If you are trying to use the open source make from the AIX Linux toolbox then support is going to be tricky.

    You could try a newer compile for AIX from http://www.perzl.org/aix/

    Thanks, N
    #AIX-Forum