AIX

AIX

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


#Power
#Power
 View Only
Expand all | Collapse all

make: 1254-004 The error code from the last command is 127.

  • 1.  make: 1254-004 The error code from the last command is 127.

    Posted Tue March 30, 2010 05:37 AM

    Originally posted by: mnaseem


    Hi,

    I am trying to install Oracle Retek,During installtion i am running make as per documents occured below error.

    $ make -f retek.mk retek rms resa 2>&1 | tee libretek.log
    make: 1254-004 The error code from the last command is 127.

    Plz help

    Thanks
    #AIX-Forum


  • 2.  Re: make: 1254-004 The error code from the last command is 127.

    Posted Wed March 31, 2010 06:20 AM

    Originally posted by: nagger


    This appears to be a problem with the make file and not AIX.
    I would ask Oracle or Retek for support.

    There may be a debug mode to make to help you work out where the problem is happening.
    I would also read the retek.mk file
    • Does it look like a makefile in format?
    • Can you find the three targets in the file and what it does to create then?
    • Is the make file saving the output in a log file?

    Also remove all that extra stuff = 2>&1 | tee libretek.log
    in case it is hiding useful information.

    Have you got 100% full file systems, so the command is failing to provide output?

    Without some output this is going to be hard to diagnose.

    Good luck Nigel
    #AIX-Forum