This is a discussion on Linking with aCC on 64 bit HP within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> Hello all, I am compiling a C++ application with aCC (LP64 model - +DD64). But we are using some ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello all, I am compiling a C++ application with aCC (LP64 model - +DD64). But we are using some non standard includes like (/opt/aCC/include/SC - standard components) Time.h (note capital "T") and String.h etc. I could compile the same code in 32 bit by linking with lib++.a. But I am not able to link 64 bit code with same lib++.a (/opt/aCC/lib/lib++.a) - may be due to differences in the architechure. But I could not find any lib++.a in the directory (/opt/aCC/lib/PA20_64/) either. there is only one file libdemangle.a in there. Can anyone tell me which library I need to link to for using functions from Time.h (Time::make_time,Time::year_part ... etc). I am on HPUX 11 64 bit aCC A.03.55 (aC++) Thank you in advance Pradeep |