File ca-fix-basename.patch of Package CodeAnalyst
--- CodeAnalyst-gui-2.8.54/configure.ac 2009-07-06 15:27:20.000000000 -0500 +++ CodeAnalyst-gui-2.8.54-fix-basename/configure.ac 2009-07-17 16:43:50.905147989 -0500 @@ -35,6 +35,9 @@ AC_PREREQ(2.13) #Initialize Libtool AM_PROG_LIBTOOL +# Fix issue with basename in gcc-4.4 +AC_CHECK_DECLS([basename], [], [], [[#include <libgen.h>]]) + AM_INIT_AUTOMAKE #Default installation directory