Archived

This forum has been archived. Please start a new discussion on GitHub.

build fail on AIX5.1, Visual Age C++ 6

xlC -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -qrtti=all -qstaticinline -D_LARGE_FILES OutputUtil.cpp
xlC -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -qrtti=all -qstaticinline -D_LARGE_FILES Base64.cpp
xlC -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -qrtti=all -qstaticinline -D_LARGE_FILES GCShared.cpp
xlC -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -qrtti=all -qstaticinline -D_LARGE_FILES GCRecMutex.cpp
xlC -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -g -qrtti=all -qstaticinline -D_LARGE_FILES GC.cpp
xlC: 1501-230 Internal compiler error; please contact your Service Representative
make[2]: *** [GC.o] Error 41

Comments

  • bernard
    bernard Jupiter, FL
    Re: build fail on AIX5.1, Visual Age C++ 6

    The Service Representative in question is the IBM Service Representative.

    Which VisualAge 6.0 PTF, if any, do you use? We tested with the April 2004 PTF, and only with AIX 5.2.

    Regards,
    Bernard
  • Yes, it's a compiler pitfall, I fix the compiler with it's latest ptfs, Ice work well!

    thank you!