ITEM: K2690L
0706-005 check pathname or permission
Question:
AIX 3.2.5 model 320H
I am trying to compile a C program. I receive the errors
0706-005 cannot find filename /lib/libg.a
: check pathname or permissions
0706-004 cannot find filename /usr/lib/libg.exp
: check pathname or permissions
Using the following command:
cc -O $1.c -lraconet -g -bloadmap:$1.map -o $1 > comp.err 2>&1
Response:
They are most likely missing bosadt.lib.obj. This will need to be
installed because libg.a and libg.exp are found on this. To verify if
have this or not, check in /usr/lib and do an ls -l on these library
files. They should be
-r--r--r-- 1 bin bin 1692 Mar 25 1992 libg.a
-r--r--r-- 1 bin bin 458 Mar 25 1992 libg.exp
Was missing these files in /usr/lib. Also not able to
use the debugger. Need to install bosadt.bosadt.obj for the debugger
and bosadt.lib.obj for the library files. This made sense because they had
just re-installed the system and everything had worked before. Issue resolved.
Support Line: 0706-005 check pathname or permission ITEM: K2690L
Dated: June 1994 Category: N/A
This HTML file was generated 99/06/24~13:30:42
Comments or suggestions?
Contact us