Some general technical tips are:
sh
for i in 'find / -name '*.a'' do ar -t $i "missing_name".0 echo $i done
This script searches all libraries for the missing name. The echo statement lists each name. When the missing name is found in a library, it is listed just before the library name. Otherwise, the system returns the message:
Not found.
When generating a cooperative application with a UNIX or Linux server, generate the client and server separately because the client is local and the server is remote.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|