[Cppunit-devel] RE: How to use cppunit on AIX5L?
Brought to you by:
blep
From: Huiting H. <heh...@zd...> - 2005-04-19 08:18:22
|
Hello Henning, =20 I'm very happy to tell you that the problem has been solved. The default compiler for c++ is g++, but my system uses xlC as the compiler. I added the initial value "CXX=3DxlC_r" while doing the first step 'configure' and the test codes can be successfully executed. Thank you very much ^_^. =20 Best regards, Huiting |