On Mon, Apr 20, 2009 at 17:33, Aravinda <aravindakidambi@xxxxxxxxx> wrote: > /usr/src/gcc-svn/gcc/cp/except.c: In function ‘nothrow_libfn_p’: > /usr/src/gcc-svn/gcc/cp/except.c:951: error: implicit declaration of > function ‘libc_name_p’ > make[3]: *** [cp/except.o] Error 1 > make[3]: Leaving directory `/usr/src/svnbuild/gcc' > make[2]: *** [all-stage2-gcc] Error 2 > make[2]: Leaving directory `/usr/src/svnbuild' > make[1]: *** [stage2-bubble] Error 2 > make[1]: Leaving directory `/usr/src/svnbuild' > make: *** [all] Error 2 > > Please let me know what is wrong ? libc_name_p should be in cp/cfns.h which is included in cp/except.c:931. Check if cp/cfns.h exists and contains that function. In any case, the plugins branch has been moved into mainline. Could you try to build with trunk? Diego.