1828838 Members
2772 Online
109985 Solutions
New Discussion

aCC.cat file

 
Robert L. Russell
Occasional Contributor

aCC.cat file

Hi,

I get the following error when I try to build a shared library:
aCC: error: could not open catalog: aCC.cat

The file does seem to be there. I am using the -AA option.

Thanks
3 REPLIES 3
Mike Stroyan
Honored Contributor

Re: aCC.cat file

It sounds like you got this error message-

aCC: error: cannot open message catalog: aCC.cat

The aCC.cat message catalog is normally located in /opt/aCC/lib/nls/msg/C/aCC.cat .
You should check that the file exists and the directories leading to it have read and execute permission for all. If the file is missing you could reinstall the compiler to put it there.

If the file is there, then you may have some strange problem related to how you set LANG or NLSPATH or your locale.
Robert L. Russell
Occasional Contributor

Re: aCC.cat file

Thanks,

The file is there, the directories are all world readable and executable. I have unset LANG NLSPATH, and LOCALE and I still get the same error. Any other suggestions?
Paddy_1
Valued Contributor

Re: aCC.cat file

Seems like you are hitting system limit on something.check your maxdsiz paramater and diskspace on the filesystem.

Also try compiling with +inst_compiletime option to aCC
The sufficiency of my merit is to know that my merit is NOT sufficient