1830100 Members
27669 Online
109998 Solutions
New Discussion

lib++.a

 
A. sreenivas
Occasional Contributor

lib++.a

Hi

We are porting a application from 10.01 to 11.00 and one of the progams uses lib++.a
when trying to compile the program in 11.00
we get unresolved external references.
We were using CC in 10.01 and now use aCC in the new version.

Please suggest alternatives
2 REPLIES 2
Hartmut Lang
Trusted Contributor

Re: lib++.a

Maybe your problem is related to the usage of namespaces. If the new compiler and lib++ uses namespaces, you cannot access its symbols with out refering to the namspace (e.g. "using namespace std;").

What are the unresolved references?
Did you ever try gcc/g++ instead of aCC?

Hartmut
Olav Baadsvik
Esteemed Contributor

Re: lib++.a


Hi,

As already noted, it is difficult to help
you if you give no info about what
symbols you get unreslolved.
Please do.

As you are porting from CC to aCC you should
also check the "HP aC++ Transition Guide"
You will find it online in:

/opt/aCC/html/C/guide/index.htm

Regards
Olav