Hello, When HAVE_LIBEXPAT is not defined, the instance of solib_target_parse_libraries has a return type that looks incorrect. Looking at the other instance used when HAVE_LIBEXPAT is defined, and looking at its usage, it looks like a '*' was just forgotten. The attached patch allows GDB to build again. 2007-10-12 Joel Brobecker * solib-target.c (solib_target_parse_libraries) [HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type. I think I should also commit this on the branch. It looks pretty obvious and fixes a build failure, even if the current number of targets that use this file is very small (2 AFAICT). Thanks, -- Joel