Create archive
In C++5.0 Solaris 2.7.
I used following line in the makefile to create a library:
CC -xar libmylib.a o1.o o2.o o3.o o4.o
but I got error message:
SunWS_cache: Error: Error occurred in invoked compiler [process exec failure, errno=2] aborting...
Can any one tell what this means(all *.o files did produced by using same CC in the same makefile).
Thank in advance
T

