1822431 Members
2711 Online
109642 Solutions
New Discussion

About HP aCC std

 
wwww
New Member

About HP aCC std

I have a question when I use the aCC 3.27 std, the problem is like:

#include
using namespace std;

ofstream out;

int main(void)
{
return 0;
}
------
aCC -AA -g -o t t.cpp
result:
Invalid expansion name: std::fpos::ct(long, mbstat_t)
....( others invalid expansion name)
pxdb32: internal error. File won't be debuggable (still a valid executable).

So, if i don't use the -g option, it will be ok.
so, how to resolve it?
My enviroment:
HP c3700, HP-UX 11.00, aCC 3.27
1 REPLY 1
Olav Baadsvik
Esteemed Contributor

Re: About HP aCC std


Hi,


I am not able to reproduce your problem.
I am using version A.03.35 of aCC
I recommend you to upgrade your aCC.

Regards
Olav