I have installed the glib and patched(http://www.whinlatter.uklinux.net/gtk/patches/BUILDING).
Then I want to install ATK 1.2.4
--Apply patch - Rebuild autotools - Build ./configure -C --prefix=/usr But it told me that Could not run glib test
program,checking why...
......
and config.log is :
HAVE_INTTYPES_H 1
#define HAVE_LC_MESSAGES 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "atk" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.2.4" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1
Can you help
me?
|