Error in Pro*C file compile [message #648761] |
Wed, 02 March 2016 23:20 |
sumanbangladesh
Messages: 17 Registered: April 2008 Location: Bangladesh
|
Junior Member |
|
|
Hi,
I am running Oracle 11g on AIX 7.1 and I compile Pro*C file like below:
$ make -f abc.mk clean
$ make -f abc.mk build
Previously it was working fine but recently I am facing problem at second build statement as follows:
SEVERE ERROR: Archive file ./liborautil.a cannot be processed.
The length of the archive member table (33092) is less than 20
or is not consistent with the length of the archive.
make: 1254-004 The error code from the last command is 12.
How can I solve this problem?
Thanks
Suman
|
|
|