This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc and ldd on HP11.0: collect2: cannot find ldd


Hello,
 
How exactly does GCC use LDD on a HP11.0 machine (built as a 64 bit)?
I'm getting a new error when compiling: "collect2: cannot find `ldd'
 
The weird thing is that I can find LDD in my path:
'which ldd' returns /bin/ldd 
which is a link to /usr/ccs/bin/ldd, 
which is a link to /usr/ccs/lbin/ldd64, 
which is link to /usr/ccs/lbin/fastbind64...

-- Patrick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]