Link to home
Start Free TrialLog in
Avatar of theta
theta

asked on

Getting run time error on libc.a[shr.o]

I am trying to compile a program on AIX 4.2.1. The program compiles without any errors, but when I run it, it gives me the following error:

# upper
exec(): 0509-036 Cannot load program upper because of the following errors:
        0509-022 Cannot load library libc.a[shr.o].
        0509-026 System error: A file or directory in the path name does not exist.
#

I have checked /usr/lib and it does have a libc.a file. But I don't know what does [shr.o] mean here. If it is a file which directory I should look for it?

Any clue??

THETA
 
ASKER CERTIFIED SOLUTION
Avatar of bedot
bedot

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial