Is there a version of xlC/VACPP available for AIX 4.3, which does not choke when given following source:

#include <map>

int main(void)
{
  return 0;
}

If yes, is it still available anywhere?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

You might want to try using STLport as a replacement for the STL shipped with the compiler.

link|improve this answer
feedback

It's not the compiler, per se, but the fact that the compiler shipped with an old version of the STL. You should be able to install Apache's STL to fix this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.