1833920 Members
10200 Online
110063 Solutions
New Discussion

Compiler Error

 
Gary Steffes
New Member

Compiler Error

I am trying to compile an example code that was included with a product called "Policy Directory". This product sits on top of DCE and provides a number of API's which can be called to create authorizaiton and authentication services. I am running on HP-UX 11.0.

After the object files are created and the program goes to link, I get the following error:

"/usr/ccs/bin/ld: Can't open /project/pd/build/hpux11/src/lib/libira.sl"
"/usr/ccs/bin/ld: No such file or directory"

The library "libira.sl" is not being pulled in through the Makefile (I do not have a "-lira" defined in the LIBS varialbe). Does anyone know what this library is and why it is being reference during the link phase of the compile?
1 REPLY 1
freddri
Advisor

Re: Compiler Error

It sounds like you can use the latest ld patch. If you click on maintenance/support you can search for patches and download them.