Hi, When "export" is used as a method name in a class (see example below), I compiled it using SunStudio C++ compiler with "-compat" option. I wonder can g++ compile it and which option to use ? Example: class A { void export(); }; int main () { return 0; } Thanks. Michael