You ran out of memory while linking your object files.
Procedures for Recovery
Issue the lsps command to check if you have enough paging space.
You can increase the paging space through the smit command.
Increase the default limits set by the /etc/security/limits flle.
Edit the /etc/security/limits file.
Increase the settings of the fsize, cpu, data, stack, core, and rss process resource limits for your user ID, starting with the fsize parameter.
Issue your command again.
0706-103 Allocation of Number bytes failed
Possible Causes
You ran out of memory while linking your object files.
Procedures for Recovery
Issue the lsps command to check if you have enough paging space.
You can increase the paging space through the smit command.
Increase the default limits set by the /etc/security/limits file.
Edit the /etc/security/limits file.
Increase the settings of the fsize, cpu, data, stack, core, and rss process resource limits for your user ID.
Issue your command again.
0706-317 Unresolved or undefined symbols detected
Possible Causes
You attempted to compile a program that has functions, characters, or variables that are not defined. These symbols must be resolved to create the binary executable.
Procedures for Recovery
Check for spelling errors.
Edit the file you are compiling or linking and check for discrepancies.
Change the symbols to the correct name.
Issue your command again.
Check to ensure that you are incorporating all of the libraries and the include files that are needed by your program.