--- src/ROOTD_rootd.cxx.ORIG Tue May 16 23:45:18 2000 +++ src/ROOTD_rootd.cxx Sat May 20 05:21:00 2000 @@ -171,7 +171,7 @@ } #endif -#if (defined(__linux__) && defined(__powerpc__) && __GNUG__>=2) +#if (defined(__linux__) && defined(__powerpc__) && __GNUG_>=2) && 0 # if (__GNUG__==2 && __GNUC_MINOR__ >=95) extern "C" int initgroups(char *name, int basegid); # endif --- src/PROOFD_proofd.cxx.ORIG Tue May 16 23:45:22 2000 +++ src/PROOFD_proofd.cxx Sat May 20 05:22:05 2000 @@ -77,7 +77,7 @@ } #endif -#if (defined(__linux__) && defined(__powerpc__) && __GNUG__>=2) +#if (defined(__linux__) && defined(__powerpc__) && __GNUG__>=2) && 0 # if (__GNUG__==2 && __GNUC_MINOR__ >=95) extern "C" int initgroups(char *name, int basegid); # endif