Operating System - HP-UX
1753587 Members
6617 Online
108796 Solutions
New Discussion юеВ

Re: ld: Can't find library for -ldl in hp-ux itanium

 
HP-UX itanium
Occasional Advisor

Re: ld: Can't find library for -ldl in hp-ux itanium

Hi steven,

I tried to cat that particular file and got something like this

cat db_lock|pg
├Г ├Г ├Г 352nu/viaware/dbs/lock_levelecom options = -ext on -lang c -inline_power 0 -link_type dynamic -fpeval float -tls_dyn on -target_os 11.31 --sys_include /usr/include -ucode hdriver=optleve
l%1%:inline=inl_level%0% -plusolistoption -Ol06const! -plusolistoption -Ol13moderate! -plusooption -Oq01,al,ag,cn,sz,ic,vo,Mf,Po,es,rs,Rf,Pr,sp,in,cl,om,vc,pi
,fa,pe,rr,pa,pv,nf,cp,lx,Pg,ug,lu,lb,uj,dn,sg,pt,kt,em,np,ar,rp,dl,fs,bp,wp,pc,mp,lr,cx,cr,pi,so,Rc,fa,ft,fe,ap,st,lc,Bl,sr,ib,pl,sd,ll,rl,dl,Lt,ol,fl,lm,ts,r
d,dp,If!/app/wms/urf/opt/viaware/dbs/lock_level
Dennis Handly
Acclaimed Contributor

Re: ld: Can't find library for -ldl in hp-ux itanium

>I tried to cat that particular file and got something like this

That's exactly what I want. This says you are invoking ecom, the next step should be ld.
HP-UX itanium
Occasional Advisor

Re: ld: Can't find library for -ldl in hp-ux itanium

hi,

How to run ld?i never did this!
HP-UX itanium
Occasional Advisor

Re: ld: Can't find library for -ldl in hp-ux itanium

HI Denis,

I have run ld -V
ld: 92453-07 linker ld HP Itanium(R) B.12.51 IPF/IPF

ld:No input files
fatal error


Regards
mallik
Dennis Handly
Acclaimed Contributor

Re: ld: Can't find library for -ldl in hp-ux itanium

>How to run ld? I never did this!

Sure you did, that's what's producing the error. :-)
I assume it comes from c4gl.

If the ld step doesn't appear with that -v, you'll need to use:
LDOPTS=-v c4gl ...