make all-recursive make[1]: Entering directory `/home/fhou/Downloads/pspp-0.8.2' Making all in gl make[2]: Entering directory `/home/fhou/Downloads/pspp-0.8.2/gl' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f configmake.h-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "/usr/local"'; \ echo '#define EXEC_PREFIX "/usr/local"'; \ echo '#define BINDIR "/usr/local/bin"'; \ echo '#define SBINDIR "/usr/local/sbin"'; \ echo '#define LIBEXECDIR "/usr/local/libexec"'; \ echo '#define DATAROOTDIR "/usr/local/share"'; \ echo '#define DATADIR "/usr/local/share"'; \ echo '#define SYSCONFDIR "/usr/local/etc"'; \ echo '#define SHAREDSTATEDIR "/usr/local/com"'; \ echo '#define LOCALSTATEDIR "/usr/local/var"'; \ echo '#define INCLUDEDIR "/usr/local/include"'; \ echo '#define OLDINCLUDEDIR "/usr/include"'; \ echo '#define DOCDIR "/usr/local/share/doc/pspp"'; \ echo '#define INFODIR "/usr/local/share/info"'; \ echo '#define HTMLDIR "/usr/local/share/doc/pspp"'; \ echo '#define DVIDIR "/usr/local/share/doc/pspp"'; \ echo '#define PDFDIR "/usr/local/share/doc/pspp"'; \ echo '#define PSDIR "/usr/local/share/doc/pspp"'; \ echo '#define LIBDIR "/usr/local/lib"'; \ echo '#define LISPDIR "/usr/local/share/emacs/site-lisp"'; \ echo '#define LOCALEDIR "/usr/local/share/locale"'; \ echo '#define MANDIR "/usr/local/share/man"'; \ echo '#define MANEXT ""'; \ echo '#define PKGDATADIR "/usr/local/share/pspp"'; \ echo '#define PKGINCLUDEDIR "/usr/local/include/pspp"'; \ echo '#define PKGLIBDIR "/usr/local/lib/pspp"'; \ echo '#define PKGLIBEXECDIR "/usr/local/libexec/pspp"'; \ } | sed '/""/d' > configmake.h-t && \ mv -f configmake.h-t configmake.h rm -f fcntl.h-t fcntl.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_FCNTL_H''@||g' \ -e 's/@''GNULIB_FCNTL''@/1/g' \ -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_OPEN''@/1/g' \ -e 's/@''GNULIB_OPENAT''@/0/g' \ -e 's|@''HAVE_FCNTL''@|1|g' \ -e 's|@''HAVE_OPENAT''@|1|g' \ -e 's|@''REPLACE_FCNTL''@|1|g' \ -e 's|@''REPLACE_OPEN''@|0|g' \ -e 's|@''REPLACE_OPENAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./fcntl.in.h; \ } > fcntl.h-t && \ mv fcntl.h-t fcntl.h rm -f langinfo.h-t langinfo.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_LANGINFO_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LANGINFO_H''@||g' \ -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./langinfo.in.h; \ } > langinfo.h-t && \ mv langinfo.h-t langinfo.h rm -f locale.h-t locale.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LOCALE_H''@||g' \ -e 's/@''GNULIB_LOCALECONV''@/1/g' \ -e 's/@''GNULIB_SETLOCALE''@/0/g' \ -e 's/@''GNULIB_DUPLOCALE''@/0/g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|1|g' \ -e 's|@''REPLACE_LOCALECONV''@|0|g' \ -e 's|@''REPLACE_SETLOCALE''@|0|g' \ -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./locale.in.h; \ } > locale.h-t && \ mv locale.h-t locale.h rm -f math.h-t math.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@||g' \ -e 's/@''GNULIB_ACOSF''@/0/g' \ -e 's/@''GNULIB_ACOSL''@/0/g' \ -e 's/@''GNULIB_ASINF''@/0/g' \ -e 's/@''GNULIB_ASINL''@/0/g' \ -e 's/@''GNULIB_ATANF''@/0/g' \ -e 's/@''GNULIB_ATANL''@/0/g' \ -e 's/@''GNULIB_ATAN2F''@/0/g' \ -e 's/@''GNULIB_CBRT''@/0/g' \ -e 's/@''GNULIB_CBRTF''@/0/g' \ -e 's/@''GNULIB_CBRTL''@/0/g' \ -e 's/@''GNULIB_CEIL''@/0/g' \ -e 's/@''GNULIB_CEILF''@/0/g' \ -e 's/@''GNULIB_CEILL''@/0/g' \ -e 's/@''GNULIB_COPYSIGN''@/0/g' \ -e 's/@''GNULIB_COPYSIGNF''@/0/g' \ -e 's/@''GNULIB_COPYSIGNL''@/0/g' \ -e 's/@''GNULIB_COSF''@/0/g' \ -e 's/@''GNULIB_COSL''@/0/g' \ -e 's/@''GNULIB_COSHF''@/0/g' \ -e 's/@''GNULIB_EXPF''@/0/g' \ -e 's/@''GNULIB_EXPL''@/0/g' \ -e 's/@''GNULIB_EXP2''@/0/g' \ -e 's/@''GNULIB_EXP2F''@/0/g' \ -e 's/@''GNULIB_EXP2L''@/0/g' \ -e 's/@''GNULIB_EXPM1''@/0/g' \ -e 's/@''GNULIB_EXPM1F''@/0/g' \ -e 's/@''GNULIB_EXPM1L''@/0/g' \ -e 's/@''GNULIB_FABSF''@/0/g' \ -e 's/@''GNULIB_FABSL''@/0/g' \ -e 's/@''GNULIB_FLOOR''@/1/g' \ -e 's/@''GNULIB_FLOORF''@/0/g' \ -e 's/@''GNULIB_FLOORL''@/0/g' \ -e 's/@''GNULIB_FMA''@/0/g' \ -e 's/@''GNULIB_FMAF''@/0/g' \ -e 's/@''GNULIB_FMAL''@/0/g' \ -e 's/@''GNULIB_FMOD''@/0/g' \ -e 's/@''GNULIB_FMODF''@/0/g' \ -e 's/@''GNULIB_FMODL''@/0/g' \ -e 's/@''GNULIB_FREXPF''@/0/g' \ -e 's/@''GNULIB_FREXP''@/1/g' \ -e 's/@''GNULIB_FREXPL''@/1/g' \ -e 's/@''GNULIB_HYPOT''@/0/g' \ -e 's/@''GNULIB_HYPOTF''@/0/g' \ -e 's/@''GNULIB_HYPOTL''@/0/g' \ < ./math.in.h | \ sed -e 's/@''GNULIB_ILOGB''@/0/g' \ -e 's/@''GNULIB_ILOGBF''@/0/g' \ -e 's/@''GNULIB_ILOGBL''@/0/g' \ -e 's/@''GNULIB_ISFINITE''@/1/g' \ -e 's/@''GNULIB_ISINF''@/1/g' \ -e 's/@''GNULIB_ISNAN''@/1/g' \ -e 's/@''GNULIB_ISNANF''@/1/g' \ -e 's/@''GNULIB_ISNAND''@/1/g' \ -e 's/@''GNULIB_ISNANL''@/1/g' \ -e 's/@''GNULIB_LDEXPF''@/0/g' \ -e 's/@''GNULIB_LDEXPL''@/0/g' \ -e 's/@''GNULIB_LOG''@/0/g' \ -e 's/@''GNULIB_LOGF''@/0/g' \ -e 's/@''GNULIB_LOGL''@/0/g' \ -e 's/@''GNULIB_LOG10''@/0/g' \ -e 's/@''GNULIB_LOG10F''@/0/g' \ -e 's/@''GNULIB_LOG10L''@/0/g' \ -e 's/@''GNULIB_LOG1P''@/0/g' \ -e 's/@''GNULIB_LOG1PF''@/0/g' \ -e 's/@''GNULIB_LOG1PL''@/0/g' \ -e 's/@''GNULIB_LOG2''@/0/g' \ -e 's/@''GNULIB_LOG2F''@/0/g' \ -e 's/@''GNULIB_LOG2L''@/0/g' \ -e 's/@''GNULIB_LOGB''@/0/g' \ -e 's/@''GNULIB_LOGBF''@/0/g' \ -e 's/@''GNULIB_LOGBL''@/0/g' \ -e 's/@''GNULIB_MODF''@/0/g' \ -e 's/@''GNULIB_MODFF''@/0/g' \ -e 's/@''GNULIB_MODFL''@/0/g' \ -e 's/@''GNULIB_POWF''@/0/g' \ -e 's/@''GNULIB_REMAINDER''@/0/g' \ -e 's/@''GNULIB_REMAINDERF''@/0/g' \ -e 's/@''GNULIB_REMAINDERL''@/0/g' \ -e 's/@''GNULIB_RINT''@/0/g' \ -e 's/@''GNULIB_RINTF''@/0/g' \ -e 's/@''GNULIB_RINTL''@/0/g' \ -e 's/@''GNULIB_ROUND''@/1/g' \ -e 's/@''GNULIB_ROUNDF''@/0/g' \ -e 's/@''GNULIB_ROUNDL''@/0/g' \ -e 's/@''GNULIB_SIGNBIT''@/1/g' \ -e 's/@''GNULIB_SINF''@/0/g' \ -e 's/@''GNULIB_SINL''@/0/g' \ -e 's/@''GNULIB_SINHF''@/0/g' \ -e 's/@''GNULIB_SQRTF''@/0/g' \ -e 's/@''GNULIB_SQRTL''@/0/g' \ -e 's/@''GNULIB_TANF''@/0/g' \ -e 's/@''GNULIB_TANL''@/0/g' \ -e 's/@''GNULIB_TANHF''@/0/g' \ -e 's/@''GNULIB_TRUNC''@/1/g' \ -e 's/@''GNULIB_TRUNCF''@/0/g' \ -e 's/@''GNULIB_TRUNCL''@/0/g' \ | \ sed -e 's|@''HAVE_ACOSF''@|1|g' \ -e 's|@''HAVE_ACOSL''@|1|g' \ -e 's|@''HAVE_ASINF''@|1|g' \ -e 's|@''HAVE_ASINL''@|1|g' \ -e 's|@''HAVE_ATANF''@|1|g' \ -e 's|@''HAVE_ATANL''@|1|g' \ -e 's|@''HAVE_ATAN2F''@|1|g' \ -e 's|@''HAVE_CBRT''@|1|g' \ -e 's|@''HAVE_CBRTF''@|1|g' \ -e 's|@''HAVE_CBRTL''@|1|g' \ -e 's|@''HAVE_COPYSIGN''@|1|g' \ -e 's|@''HAVE_COPYSIGNL''@|1|g' \ -e 's|@''HAVE_COSF''@|1|g' \ -e 's|@''HAVE_COSL''@|1|g' \ -e 's|@''HAVE_COSHF''@|1|g' \ -e 's|@''HAVE_EXPF''@|1|g' \ -e 's|@''HAVE_EXPL''@|1|g' \ -e 's|@''HAVE_EXPM1''@|1|g' \ -e 's|@''HAVE_EXPM1F''@|1|g' \ -e 's|@''HAVE_FABSF''@|1|g' \ -e 's|@''HAVE_FABSL''@|1|g' \ -e 's|@''HAVE_FMA''@|1|g' \ -e 's|@''HAVE_FMAF''@|1|g' \ -e 's|@''HAVE_FMAL''@|1|g' \ -e 's|@''HAVE_FMODF''@|1|g' \ -e 's|@''HAVE_FMODL''@|1|g' \ -e 's|@''HAVE_FREXPF''@|1|g' \ -e 's|@''HAVE_HYPOTF''@|1|g' \ -e 's|@''HAVE_HYPOTL''@|1|g' \ -e 's|@''HAVE_ILOGB''@|1|g' \ -e 's|@''HAVE_ILOGBF''@|1|g' \ -e 's|@''HAVE_ILOGBL''@|1|g' \ -e 's|@''HAVE_ISNANF''@|1|g' \ -e 's|@''HAVE_ISNAND''@|1|g' \ -e 's|@''HAVE_ISNANL''@|0|g' \ -e 's|@''HAVE_LDEXPF''@|1|g' \ -e 's|@''HAVE_LOGF''@|1|g' \ -e 's|@''HAVE_LOGL''@|1|g' \ -e 's|@''HAVE_LOG10F''@|1|g' \ -e 's|@''HAVE_LOG10L''@|1|g' \ -e 's|@''HAVE_LOG1P''@|1|g' \ -e 's|@''HAVE_LOG1PF''@|1|g' \ -e 's|@''HAVE_LOG1PL''@|1|g' \ -e 's|@''HAVE_LOGBF''@|1|g' \ -e 's|@''HAVE_LOGBL''@|1|g' \ -e 's|@''HAVE_MODFF''@|1|g' \ -e 's|@''HAVE_MODFL''@|1|g' \ -e 's|@''HAVE_POWF''@|1|g' \ -e 's|@''HAVE_REMAINDER''@|1|g' \ -e 's|@''HAVE_REMAINDERF''@|1|g' \ -e 's|@''HAVE_RINT''@|1|g' \ -e 's|@''HAVE_RINTL''@|1|g' \ -e 's|@''HAVE_SINF''@|1|g' \ -e 's|@''HAVE_SINL''@|1|g' \ -e 's|@''HAVE_SINHF''@|1|g' \ -e 's|@''HAVE_SQRTF''@|1|g' \ -e 's|@''HAVE_SQRTL''@|1|g' \ -e 's|@''HAVE_TANF''@|1|g' \ -e 's|@''HAVE_TANL''@|1|g' \ -e 's|@''HAVE_TANHF''@|1|g' \ -e 's|@''HAVE_DECL_ACOSL''@|1|g' \ -e 's|@''HAVE_DECL_ASINL''@|1|g' \ -e 's|@''HAVE_DECL_ATANL''@|1|g' \ -e 's|@''HAVE_DECL_CBRTF''@|1|g' \ -e 's|@''HAVE_DECL_CBRTL''@|1|g' \ -e 's|@''HAVE_DECL_CEILF''@|1|g' \ -e 's|@''HAVE_DECL_CEILL''@|1|g' \ -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \ -e 's|@''HAVE_DECL_COSL''@|1|g' \ -e 's|@''HAVE_DECL_EXPL''@|1|g' \ -e 's|@''HAVE_DECL_EXP2''@|1|g' \ -e 's|@''HAVE_DECL_EXP2F''@|1|g' \ -e 's|@''HAVE_DECL_EXP2L''@|1|g' \ -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \ -e 's|@''HAVE_DECL_FLOORF''@|1|g' \ -e 's|@''HAVE_DECL_FLOORL''@|1|g' \ -e 's|@''HAVE_DECL_FREXPL''@|1|g' \ -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \ -e 's|@''HAVE_DECL_LOGL''@|1|g' \ -e 's|@''HAVE_DECL_LOG10L''@|1|g' \ -e 's|@''HAVE_DECL_LOG2''@|1|g' \ -e 's|@''HAVE_DECL_LOG2F''@|1|g' \ -e 's|@''HAVE_DECL_LOG2L''@|1|g' \ -e 's|@''HAVE_DECL_LOGB''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \ -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \ -e 's|@''HAVE_DECL_RINTF''@|1|g' \ -e 's|@''HAVE_DECL_ROUND''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \ -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \ -e 's|@''HAVE_DECL_SINL''@|1|g' \ -e 's|@''HAVE_DECL_SQRTL''@|1|g' \ -e 's|@''HAVE_DECL_TANL''@|1|g' \ -e 's|@''HAVE_DECL_TRUNC''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \ | \ sed -e 's|@''REPLACE_CBRTF''@|0|g' \ -e 's|@''REPLACE_CBRTL''@|0|g' \ -e 's|@''REPLACE_CEIL''@|0|g' \ -e 's|@''REPLACE_CEILF''@|0|g' \ -e 's|@''REPLACE_CEILL''@|0|g' \ -e 's|@''REPLACE_EXPM1''@|0|g' \ -e 's|@''REPLACE_EXPM1F''@|0|g' \ -e 's|@''REPLACE_EXP2''@|0|g' \ -e 's|@''REPLACE_EXP2L''@|0|g' \ -e 's|@''REPLACE_FABSL''@|0|g' \ -e 's|@''REPLACE_FLOOR''@|0|g' \ -e 's|@''REPLACE_FLOORF''@|0|g' \ -e 's|@''REPLACE_FLOORL''@|0|g' \ -e 's|@''REPLACE_FMA''@|0|g' \ -e 's|@''REPLACE_FMAF''@|0|g' \ -e 's|@''REPLACE_FMAL''@|0|g' \ -e 's|@''REPLACE_FMOD''@|0|g' \ -e 's|@''REPLACE_FMODF''@|0|g' \ -e 's|@''REPLACE_FMODL''@|0|g' \ -e 's|@''REPLACE_FREXPF''@|0|g' \ -e 's|@''REPLACE_FREXP''@|0|g' \ -e 's|@''REPLACE_FREXPL''@|0|g' \ -e 's|@''REPLACE_HUGE_VAL''@|0|g' \ -e 's|@''REPLACE_HYPOT''@|0|g' \ -e 's|@''REPLACE_HYPOTF''@|0|g' \ -e 's|@''REPLACE_HYPOTL''@|0|g' \ -e 's|@''REPLACE_ILOGB''@|0|g' \ -e 's|@''REPLACE_ILOGBF''@|0|g' \ -e 's|@''REPLACE_ISFINITE''@|1|g' \ -e 's|@''REPLACE_ISINF''@|0|g' \ -e 's|@''REPLACE_ISNAN''@|1|g' \ -e 's|@''REPLACE_ITOLD''@|0|g' \ -e 's|@''REPLACE_LDEXPL''@|0|g' \ -e 's|@''REPLACE_LOG''@|0|g' \ -e 's|@''REPLACE_LOGF''@|0|g' \ -e 's|@''REPLACE_LOGL''@|0|g' \ -e 's|@''REPLACE_LOG10''@|0|g' \ -e 's|@''REPLACE_LOG10F''@|0|g' \ -e 's|@''REPLACE_LOG10L''@|0|g' \ -e 's|@''REPLACE_LOG1P''@|0|g' \ -e 's|@''REPLACE_LOG1PF''@|0|g' \ -e 's|@''REPLACE_LOG1PL''@|0|g' \ -e 's|@''REPLACE_LOG2''@|0|g' \ -e 's|@''REPLACE_LOG2F''@|0|g' \ -e 's|@''REPLACE_LOG2L''@|0|g' \ -e 's|@''REPLACE_LOGB''@|0|g' \ -e 's|@''REPLACE_LOGBF''@|0|g' \ -e 's|@''REPLACE_LOGBL''@|0|g' \ -e 's|@''REPLACE_MODF''@|0|g' \ -e 's|@''REPLACE_MODFF''@|0|g' \ -e 's|@''REPLACE_MODFL''@|0|g' \ -e 's|@''REPLACE_NAN''@|0|g' \ -e 's|@''REPLACE_REMAINDER''@|0|g' \ -e 's|@''REPLACE_REMAINDERF''@|0|g' \ -e 's|@''REPLACE_REMAINDERL''@|0|g' \ -e 's|@''REPLACE_ROUND''@|0|g' \ -e 's|@''REPLACE_ROUNDF''@|0|g' \ -e 's|@''REPLACE_ROUNDL''@|0|g' \ -e 's|@''REPLACE_SIGNBIT''@|0|g' \ -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \ -e 's|@''REPLACE_SQRTL''@|0|g' \ -e 's|@''REPLACE_TRUNC''@|0|g' \ -e 's|@''REPLACE_TRUNCF''@|0|g' \ -e 's|@''REPLACE_TRUNCL''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > math.h-t && \ mv math.h-t math.h rm -f signal.h-t signal.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SIGNAL_H''@||g' \ -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''GNULIB_RAISE''@|1|g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \ -e 's/@''GNULIB_SIGACTION''@/1/g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ -e 's|@''HAVE_RAISE''@|1|g' \ -e 's|@''HAVE_SIGSET_T''@|1|g' \ -e 's|@''HAVE_SIGINFO_T''@|1|g' \ -e 's|@''HAVE_SIGACTION''@|1|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \ -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''REPLACE_RAISE''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./signal.in.h; \ } > signal.h-t && \ mv signal.h-t signal.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's/@''GNULIB_DPRINTF''@/0/g' \ -e 's/@''GNULIB_FCLOSE''@/0/g' \ -e 's/@''GNULIB_FDOPEN''@/0/g' \ -e 's/@''GNULIB_FFLUSH''@/0/g' \ -e 's/@''GNULIB_FGETC''@/1/g' \ -e 's/@''GNULIB_FGETS''@/1/g' \ -e 's/@''GNULIB_FOPEN''@/0/g' \ -e 's/@''GNULIB_FPRINTF''@/1/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_FPURGE''@/0/g' \ -e 's/@''GNULIB_FPUTC''@/1/g' \ -e 's/@''GNULIB_FPUTS''@/1/g' \ -e 's/@''GNULIB_FREAD''@/1/g' \ -e 's/@''GNULIB_FREOPEN''@/0/g' \ -e 's/@''GNULIB_FSCANF''@/1/g' \ -e 's/@''GNULIB_FSEEK''@/1/g' \ -e 's/@''GNULIB_FSEEKO''@/1/g' \ -e 's/@''GNULIB_FTELL''@/1/g' \ -e 's/@''GNULIB_FTELLO''@/1/g' \ -e 's/@''GNULIB_FWRITE''@/1/g' \ -e 's/@''GNULIB_GETC''@/1/g' \ -e 's/@''GNULIB_GETCHAR''@/1/g' \ -e 's/@''GNULIB_GETDELIM''@/1/g' \ -e 's/@''GNULIB_GETLINE''@/1/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PCLOSE''@/0/g' \ -e 's/@''GNULIB_PERROR''@/0/g' \ -e 's/@''GNULIB_POPEN''@/0/g' \ -e 's/@''GNULIB_PRINTF''@/1/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_PUTC''@/1/g' \ -e 's/@''GNULIB_PUTCHAR''@/1/g' \ -e 's/@''GNULIB_PUTS''@/1/g' \ -e 's/@''GNULIB_REMOVE''@/0/g' \ -e 's/@''GNULIB_RENAME''@/1/g' \ -e 's/@''GNULIB_RENAMEAT''@/0/g' \ -e 's/@''GNULIB_SCANF''@/1/g' \ -e 's/@''GNULIB_SNPRINTF''@/1/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_TMPFILE''@/0/g' \ -e 's/@''GNULIB_VASPRINTF''@/1/g' \ -e 's/@''GNULIB_VDPRINTF''@/0/g' \ -e 's/@''GNULIB_VFPRINTF''@/1/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_VFSCANF''@/0/g' \ -e 's/@''GNULIB_VSCANF''@/0/g' \ -e 's/@''GNULIB_VPRINTF''@/1/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/1/g' \ -e 's/@''GNULIB_VSNPRINTF''@/1/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/1/g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_PCLOSE''@|1|g' \ -e 's|@''HAVE_POPEN''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FDOPEN''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|0|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|1|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|0|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|1|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|1|g' \ -e 's|@''REPLACE_SPRINTF''@|1|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|1|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|1|g' \ -e 's|@''REPLACE_VPRINTF''@|1|g' \ -e 's|@''REPLACE_VSNPRINTF''@|1|g' \ -e 's|@''REPLACE_VSPRINTF''@|1|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdio.h-t && \ mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's/@''GNULIB__EXIT''@/0/g' \ -e 's/@''GNULIB_ATOLL''@/0/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \ -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/1/g' \ -e 's/@''GNULIB_MKDTEMP''@/1/g' \ -e 's/@''GNULIB_MKOSTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/1/g' \ -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ -e 's/@''GNULIB_PTSNAME''@/0/g' \ -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ -e 's/@''GNULIB_PUTENV''@/0/g' \ -e 's/@''GNULIB_RANDOM''@/0/g' \ -e 's/@''GNULIB_RANDOM_R''@/0/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_REALPATH''@/1/g' \ -e 's/@''GNULIB_RPMATCH''@/0/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \ -e 's/@''GNULIB_SETENV''@/0/g' \ -e 's/@''GNULIB_STRTOD''@/1/g' \ -e 's/@''GNULIB_STRTOLL''@/0/g' \ -e 's/@''GNULIB_STRTOULL''@/0/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/0/g' \ -e 's/@''GNULIB_WCTOMB''@/0/g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_PTSNAME_R''@|1|g' \ -e 's|@''HAVE_RANDOM''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_SECURE_GETENV''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CALLOC''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MALLOC''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PTSNAME''@|0|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_RANDOM_R''@|0|g' \ -e 's|@''REPLACE_REALLOC''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's/@''GNULIB_FFSL''@/0/g' \ -e 's/@''GNULIB_FFSLL''@/0/g' \ -e 's/@''GNULIB_MBSLEN''@/0/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/0/g' \ -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ -e 's/@''GNULIB_MBSCSPN''@/0/g' \ -e 's/@''GNULIB_MBSPBRK''@/0/g' \ -e 's/@''GNULIB_MBSSPN''@/0/g' \ -e 's/@''GNULIB_MBSSEP''@/0/g' \ -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ -e 's/@''GNULIB_MEMCHR''@/1/g' \ -e 's/@''GNULIB_MEMMEM''@/0/g' \ -e 's/@''GNULIB_MEMPCPY''@/1/g' \ -e 's/@''GNULIB_MEMRCHR''@/1/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \ -e 's/@''GNULIB_STPCPY''@/1/g' \ -e 's/@''GNULIB_STPNCPY''@/0/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/1/g' \ -e 's/@''GNULIB_STRNCAT''@/1/g' \ -e 's/@''GNULIB_STRNDUP''@/1/g' \ -e 's/@''GNULIB_STRNLEN''@/1/g' \ -e 's/@''GNULIB_STRPBRK''@/0/g' \ -e 's/@''GNULIB_STRSEP''@/0/g' \ -e 's/@''GNULIB_STRSTR''@/0/g' \ -e 's/@''GNULIB_STRCASESTR''@/1/g' \ -e 's/@''GNULIB_STRTOK_R''@/1/g' \ -e 's/@''GNULIB_STRERROR''@/1/g' \ -e 's/@''GNULIB_STRERROR_R''@/0/g' \ -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ < ./string.in.h | \ sed -e 's|@''HAVE_FFSL''@|1|g' \ -e 's|@''HAVE_FFSLL''@|1|g' \ -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|1|g' \ -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRERROR_R''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h rm -f strings.h-t strings.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_STRINGS_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRINGS_H''@||g' \ -e 's|@''GNULIB_FFS''@|0|g' \ -e 's|@''HAVE_FFS''@|1|g' \ -e 's|@''HAVE_STRCASECMP''@|1|g' \ -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./strings.in.h; \ } > strings.h-t && \ mv strings.h-t strings.h /usr/bin/mkdir -p sys rm -f sys/select.h-t sys/select.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_SELECT_H''@||g' \ -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \ -e 's/@''GNULIB_PSELECT''@/0/g' \ -e 's/@''GNULIB_SELECT''@/1/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_PSELECT''@|1|g' \ -e 's|@''REPLACE_PSELECT''@|0|g' \ -e 's|@''REPLACE_SELECT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_select.in.h; \ } > sys/select.h-t && \ mv sys/select.h-t sys/select.h /usr/bin/mkdir -p sys rm -f sys/socket.h-t sys/socket.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_SOCKET_H''@||g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ -e 's/@''GNULIB_CLOSE''@/1/g' \ -e 's/@''GNULIB_SOCKET''@/0/g' \ -e 's/@''GNULIB_CONNECT''@/0/g' \ -e 's/@''GNULIB_ACCEPT''@/0/g' \ -e 's/@''GNULIB_BIND''@/0/g' \ -e 's/@''GNULIB_GETPEERNAME''@/0/g' \ -e 's/@''GNULIB_GETSOCKNAME''@/0/g' \ -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \ -e 's/@''GNULIB_LISTEN''@/0/g' \ -e 's/@''GNULIB_RECV''@/0/g' \ -e 's/@''GNULIB_SEND''@/0/g' \ -e 's/@''GNULIB_RECVFROM''@/0/g' \ -e 's/@''GNULIB_SENDTO''@/0/g' \ -e 's/@''GNULIB_SETSOCKOPT''@/0/g' \ -e 's/@''GNULIB_SHUTDOWN''@/0/g' \ -e 's/@''GNULIB_ACCEPT4''@/0/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \ -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ -e 's|@''HAVE_ACCEPT4''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_socket.in.h; \ } > sys/socket.h-t && \ mv -f sys/socket.h-t sys/socket.h /usr/bin/mkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \ -e 's/@''GNULIB_FCHMODAT''@/0/g' \ -e 's/@''GNULIB_FSTAT''@/1/g' \ -e 's/@''GNULIB_FSTATAT''@/0/g' \ -e 's/@''GNULIB_FUTIMENS''@/0/g' \ -e 's/@''GNULIB_LCHMOD''@/0/g' \ -e 's/@''GNULIB_LSTAT''@/1/g' \ -e 's/@''GNULIB_MKDIRAT''@/0/g' \ -e 's/@''GNULIB_MKFIFO''@/0/g' \ -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ -e 's/@''GNULIB_MKNOD''@/0/g' \ -e 's/@''GNULIB_MKNODAT''@/0/g' \ -e 's/@''GNULIB_STAT''@/1/g' \ -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ -e 's|@''HAVE_FCHMODAT''@|1|g' \ -e 's|@''HAVE_FSTATAT''@|1|g' \ -e 's|@''HAVE_FUTIMENS''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ -e 's|@''HAVE_MKDIRAT''@|1|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|1|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|1|g' \ -e 's|@''HAVE_UTIMENSAT''@|1|g' \ -e 's|@''REPLACE_FSTAT''@|0|g' \ -e 's|@''REPLACE_FSTATAT''@|0|g' \ -e 's|@''REPLACE_FUTIMENS''@|0|g' \ -e 's|@''REPLACE_LSTAT''@|0|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|0|g' \ -e 's|@''REPLACE_STAT''@|0|g' \ -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_stat.in.h; \ } > sys/stat.h-t && \ mv sys/stat.h-t sys/stat.h /usr/bin/mkdir -p sys rm -f sys/time.h-t sys/time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_TIME_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TIME_H''@||g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \ -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_time.in.h; \ } > sys/time.h-t && \ mv sys/time.h-t sys/time.h /usr/bin/mkdir -p sys rm -f sys/types.h-t sys/types.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TYPES_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ < ./sys_types.in.h; \ } > sys/types.h-t && \ mv sys/types.h-t sys/types.h /usr/bin/mkdir -p sys rm -f sys/uio.h-t sys/uio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_UIO_H''@||g' \ -e 's|@''HAVE_SYS_UIO_H''@|1|g' \ < ./sys_uio.in.h; \ } > sys/uio.h-t && \ mv -f sys/uio.h-t sys/uio.h rm -f termios.h-t termios.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TERMIOS_H''@||g' \ -e 's/@''GNULIB_TCGETSID''@/0/g' \ -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \ -e 's|@''HAVE_TERMIOS_H''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./termios.in.h; \ } > termios.h-t && \ mv termios.h-t termios.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's/@''GNULIB_MKTIME''@/0/g' \ -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/0/g' \ -e 's/@''GNULIB_TIME_R''@/1/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \ -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's/@''GNULIB_CHDIR''@/1/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/1/g' \ -e 's/@''GNULIB_DUP''@/0/g' \ -e 's/@''GNULIB_DUP2''@/1/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/1/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/0/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/0/g' \ -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ -e 's/@''GNULIB_GETCWD''@/0/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_ISATTY''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/1/g' \ -e 's/@''GNULIB_PIPE''@/0/g' \ -e 's/@''GNULIB_PIPE2''@/1/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/1/g' \ -e 's/@''GNULIB_READLINK''@/1/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/1/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/0/g' \ -e 's/@''GNULIB_SYMLINK''@/0/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/0/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/0/g' \ -e 's/@''GNULIB_WRITE''@/1/g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETLOGIN''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's/@''GNULIB_BTOWC''@/1/g' \ -e 's/@''GNULIB_WCTOB''@/0/g' \ -e 's/@''GNULIB_MBSINIT''@/1/g' \ -e 's/@''GNULIB_MBRTOWC''@/1/g' \ -e 's/@''GNULIB_MBRLEN''@/0/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ -e 's/@''GNULIB_WCRTOMB''@/1/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCWIDTH''@/1/g' \ -e 's/@''GNULIB_WMEMCHR''@/0/g' \ -e 's/@''GNULIB_WMEMCMP''@/0/g' \ -e 's/@''GNULIB_WMEMCPY''@/0/g' \ -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ -e 's/@''GNULIB_WMEMSET''@/0/g' \ -e 's/@''GNULIB_WCSLEN''@/0/g' \ -e 's/@''GNULIB_WCSNLEN''@/0/g' \ -e 's/@''GNULIB_WCSCPY''@/0/g' \ -e 's/@''GNULIB_WCPCPY''@/0/g' \ -e 's/@''GNULIB_WCSNCPY''@/0/g' \ -e 's/@''GNULIB_WCPNCPY''@/0/g' \ -e 's/@''GNULIB_WCSCAT''@/0/g' \ -e 's/@''GNULIB_WCSNCAT''@/0/g' \ -e 's/@''GNULIB_WCSCMP''@/0/g' \ -e 's/@''GNULIB_WCSNCMP''@/0/g' \ -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSCOLL''@/0/g' \ -e 's/@''GNULIB_WCSXFRM''@/0/g' \ -e 's/@''GNULIB_WCSDUP''@/0/g' \ -e 's/@''GNULIB_WCSCHR''@/0/g' \ -e 's/@''GNULIB_WCSRCHR''@/0/g' \ -e 's/@''GNULIB_WCSCSPN''@/0/g' \ -e 's/@''GNULIB_WCSSPN''@/0/g' \ -e 's/@''GNULIB_WCSPBRK''@/0/g' \ -e 's/@''GNULIB_WCSSTR''@/0/g' \ -e 's/@''GNULIB_WCSTOK''@/0/g' \ -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ < ./wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_WMEMCHR''@|1|g' \ -e 's|@''HAVE_WMEMCMP''@|1|g' \ -e 's|@''HAVE_WMEMCPY''@|1|g' \ -e 's|@''HAVE_WMEMMOVE''@|1|g' \ -e 's|@''HAVE_WMEMSET''@|1|g' \ -e 's|@''HAVE_WCSLEN''@|1|g' \ -e 's|@''HAVE_WCSNLEN''@|1|g' \ -e 's|@''HAVE_WCSCPY''@|1|g' \ -e 's|@''HAVE_WCPCPY''@|1|g' \ -e 's|@''HAVE_WCSNCPY''@|1|g' \ -e 's|@''HAVE_WCPNCPY''@|1|g' \ -e 's|@''HAVE_WCSCAT''@|1|g' \ -e 's|@''HAVE_WCSNCAT''@|1|g' \ -e 's|@''HAVE_WCSCMP''@|1|g' \ -e 's|@''HAVE_WCSNCMP''@|1|g' \ -e 's|@''HAVE_WCSCASECMP''@|1|g' \ -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ -e 's|@''HAVE_WCSCOLL''@|1|g' \ -e 's|@''HAVE_WCSXFRM''@|1|g' \ -e 's|@''HAVE_WCSDUP''@|1|g' \ -e 's|@''HAVE_WCSCHR''@|1|g' \ -e 's|@''HAVE_WCSRCHR''@|1|g' \ -e 's|@''HAVE_WCSCSPN''@|1|g' \ -e 's|@''HAVE_WCSSPN''@|1|g' \ -e 's|@''HAVE_WCSPBRK''@|1|g' \ -e 's|@''HAVE_WCSSTR''@|1|g' \ -e 's|@''HAVE_WCSTOK''@|1|g' \ -e 's|@''HAVE_WCSWIDTH''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|0|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > wchar.h-t && \ mv wchar.h-t wchar.h rm -f wctype.h-t wctype.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_WCTYPE_H''@||g' \ -e 's/@''GNULIB_ISWBLANK''@/1/g' \ -e 's/@''GNULIB_WCTYPE''@/0/g' \ -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ -e 's/@''GNULIB_WCTRANS''@/0/g' \ -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ -e 's/@''HAVE_ISWBLANK''@/1/g' \ -e 's/@''HAVE_ISWCNTRL''@/1/g' \ -e 's/@''HAVE_WCTYPE_T''@/1/g' \ -e 's/@''HAVE_WCTRANS_T''@/1/g' \ -e 's/@''HAVE_WINT_T''@/1/g' \ -e 's/@''REPLACE_ISWBLANK''@/0/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e 's/@''REPLACE_TOWLOWER''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./wctype.in.h; \ } > wctype.h-t && \ mv wctype.h-t wctype.h make all-recursive make[3]: Entering directory `/home/fhou/Downloads/pspp-0.8.2/gl' make[4]: Entering directory `/home/fhou/Downloads/pspp-0.8.2/gl' depbase=`echo allocator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT allocator.lo -MD -MP -MF $depbase.Tpo -c -o allocator.lo allocator.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c allocator.c -fPIC -DPIC -o .libs/allocator.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT allocator.lo -MD -MP -MF .deps/allocator.Tpo -c allocator.c -o allocator.o >/dev/null 2>&1 depbase=`echo areadlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT areadlink.lo -MD -MP -MF $depbase.Tpo -c -o areadlink.lo areadlink.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT areadlink.lo -MD -MP -MF .deps/areadlink.Tpo -c areadlink.c -fPIC -DPIC -o .libs/areadlink.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT areadlink.lo -MD -MP -MF .deps/areadlink.Tpo -c areadlink.c -o areadlink.o >/dev/null 2>&1 depbase=`echo binary-io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT binary-io.lo -MD -MP -MF $depbase.Tpo -c -o binary-io.lo binary-io.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT binary-io.lo -MD -MP -MF .deps/binary-io.Tpo -c binary-io.c -fPIC -DPIC -o .libs/binary-io.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT binary-io.lo -MD -MP -MF .deps/binary-io.Tpo -c binary-io.c -o binary-io.o >/dev/null 2>&1 depbase=`echo c-snprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-snprintf.lo -MD -MP -MF $depbase.Tpo -c -o c-snprintf.lo c-snprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-snprintf.lo -MD -MP -MF .deps/c-snprintf.Tpo -c c-snprintf.c -fPIC -DPIC -o .libs/c-snprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-snprintf.lo -MD -MP -MF .deps/c-snprintf.Tpo -c c-snprintf.c -o c-snprintf.o >/dev/null 2>&1 depbase=`echo c-strcasestr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-strcasestr.lo -MD -MP -MF $depbase.Tpo -c -o c-strcasestr.lo c-strcasestr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-strcasestr.lo -MD -MP -MF .deps/c-strcasestr.Tpo -c c-strcasestr.c -fPIC -DPIC -o .libs/c-strcasestr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-strcasestr.lo -MD -MP -MF .deps/c-strcasestr.Tpo -c c-strcasestr.c -o c-strcasestr.o >/dev/null 2>&1 depbase=`echo c-strtod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-strtod.lo -MD -MP -MF $depbase.Tpo -c -o c-strtod.lo c-strtod.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-strtod.lo -MD -MP -MF .deps/c-strtod.Tpo -c c-strtod.c -fPIC -DPIC -o .libs/c-strtod.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-strtod.lo -MD -MP -MF .deps/c-strtod.Tpo -c c-strtod.c -o c-strtod.o >/dev/null 2>&1 depbase=`echo c-vasnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-vasnprintf.lo -MD -MP -MF $depbase.Tpo -c -o c-vasnprintf.lo c-vasnprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-vasnprintf.lo -MD -MP -MF .deps/c-vasnprintf.Tpo -c c-vasnprintf.c -fPIC -DPIC -o .libs/c-vasnprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-vasnprintf.lo -MD -MP -MF .deps/c-vasnprintf.Tpo -c c-vasnprintf.c -o c-vasnprintf.o >/dev/null 2>&1 depbase=`echo c-vasprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-vasprintf.lo -MD -MP -MF $depbase.Tpo -c -o c-vasprintf.lo c-vasprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-vasprintf.lo -MD -MP -MF .deps/c-vasprintf.Tpo -c c-vasprintf.c -fPIC -DPIC -o .libs/c-vasprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-vasprintf.lo -MD -MP -MF .deps/c-vasprintf.Tpo -c c-vasprintf.c -o c-vasprintf.o >/dev/null 2>&1 depbase=`echo c-xvasprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-xvasprintf.lo -MD -MP -MF $depbase.Tpo -c -o c-xvasprintf.lo c-xvasprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-xvasprintf.lo -MD -MP -MF .deps/c-xvasprintf.Tpo -c c-xvasprintf.c -fPIC -DPIC -o .libs/c-xvasprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT c-xvasprintf.lo -MD -MP -MF .deps/c-xvasprintf.Tpo -c c-xvasprintf.c -o c-xvasprintf.o >/dev/null 2>&1 depbase=`echo careadlinkat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT careadlinkat.lo -MD -MP -MF $depbase.Tpo -c -o careadlinkat.lo careadlinkat.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT careadlinkat.lo -MD -MP -MF .deps/careadlinkat.Tpo -c careadlinkat.c -fPIC -DPIC -o .libs/careadlinkat.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT careadlinkat.lo -MD -MP -MF .deps/careadlinkat.Tpo -c careadlinkat.c -o careadlinkat.o >/dev/null 2>&1 depbase=`echo clean-temp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT clean-temp.lo -MD -MP -MF $depbase.Tpo -c -o clean-temp.lo clean-temp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT clean-temp.lo -MD -MP -MF .deps/clean-temp.Tpo -c clean-temp.c -fPIC -DPIC -o .libs/clean-temp.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT clean-temp.lo -MD -MP -MF .deps/clean-temp.Tpo -c clean-temp.c -o clean-temp.o >/dev/null 2>&1 depbase=`echo count-one-bits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT count-one-bits.lo -MD -MP -MF $depbase.Tpo -c -o count-one-bits.lo count-one-bits.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT count-one-bits.lo -MD -MP -MF .deps/count-one-bits.Tpo -c count-one-bits.c -fPIC -DPIC -o .libs/count-one-bits.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT count-one-bits.lo -MD -MP -MF .deps/count-one-bits.Tpo -c count-one-bits.c -o count-one-bits.o >/dev/null 2>&1 depbase=`echo md4.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT md4.lo -MD -MP -MF $depbase.Tpo -c -o md4.lo md4.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -fPIC -DPIC -o .libs/md4.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -o md4.o >/dev/null 2>&1 depbase=`echo md5.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT md5.lo -MD -MP -MF $depbase.Tpo -c -o md5.lo md5.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1 depbase=`echo rijndael-api-fst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT rijndael-api-fst.lo -MD -MP -MF $depbase.Tpo -c -o rijndael-api-fst.lo rijndael-api-fst.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT rijndael-api-fst.lo -MD -MP -MF .deps/rijndael-api-fst.Tpo -c rijndael-api-fst.c -fPIC -DPIC -o .libs/rijndael-api-fst.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT rijndael-api-fst.lo -MD -MP -MF .deps/rijndael-api-fst.Tpo -c rijndael-api-fst.c -o rijndael-api-fst.o >/dev/null 2>&1 depbase=`echo sha1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sha1.lo -MD -MP -MF $depbase.Tpo -c -o sha1.lo sha1.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/sha1.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o >/dev/null 2>&1 depbase=`echo dirname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dirname.lo -MD -MP -MF $depbase.Tpo -c -o dirname.lo dirname.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dirname.lo -MD -MP -MF .deps/dirname.Tpo -c dirname.c -fPIC -DPIC -o .libs/dirname.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dirname.lo -MD -MP -MF .deps/dirname.Tpo -c dirname.c -o dirname.o >/dev/null 2>&1 depbase=`echo basename.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT basename.lo -MD -MP -MF $depbase.Tpo -c -o basename.lo basename.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT basename.lo -MD -MP -MF .deps/basename.Tpo -c basename.c -fPIC -DPIC -o .libs/basename.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT basename.lo -MD -MP -MF .deps/basename.Tpo -c basename.c -o basename.o >/dev/null 2>&1 depbase=`echo dirname-lgpl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dirname-lgpl.lo -MD -MP -MF $depbase.Tpo -c -o dirname-lgpl.lo dirname-lgpl.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dirname-lgpl.lo -MD -MP -MF .deps/dirname-lgpl.Tpo -c dirname-lgpl.c -fPIC -DPIC -o .libs/dirname-lgpl.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dirname-lgpl.lo -MD -MP -MF .deps/dirname-lgpl.Tpo -c dirname-lgpl.c -o dirname-lgpl.o >/dev/null 2>&1 depbase=`echo basename-lgpl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT basename-lgpl.lo -MD -MP -MF $depbase.Tpo -c -o basename-lgpl.lo basename-lgpl.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT basename-lgpl.lo -MD -MP -MF .deps/basename-lgpl.Tpo -c basename-lgpl.c -fPIC -DPIC -o .libs/basename-lgpl.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT basename-lgpl.lo -MD -MP -MF .deps/basename-lgpl.Tpo -c basename-lgpl.c -o basename-lgpl.o >/dev/null 2>&1 depbase=`echo dtoastr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dtoastr.lo -MD -MP -MF $depbase.Tpo -c -o dtoastr.lo dtoastr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dtoastr.lo -MD -MP -MF .deps/dtoastr.Tpo -c dtoastr.c -fPIC -DPIC -o .libs/dtoastr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT dtoastr.lo -MD -MP -MF .deps/dtoastr.Tpo -c dtoastr.c -o dtoastr.o >/dev/null 2>&1 depbase=`echo exitfail.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT exitfail.lo -MD -MP -MF $depbase.Tpo -c -o exitfail.lo exitfail.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT exitfail.lo -MD -MP -MF .deps/exitfail.Tpo -c exitfail.c -fPIC -DPIC -o .libs/exitfail.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT exitfail.lo -MD -MP -MF .deps/exitfail.Tpo -c exitfail.c -o exitfail.o >/dev/null 2>&1 depbase=`echo fatal-signal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fatal-signal.lo -MD -MP -MF $depbase.Tpo -c -o fatal-signal.lo fatal-signal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fatal-signal.lo -MD -MP -MF .deps/fatal-signal.Tpo -c fatal-signal.c -fPIC -DPIC -o .libs/fatal-signal.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fatal-signal.lo -MD -MP -MF .deps/fatal-signal.Tpo -c fatal-signal.c -o fatal-signal.o >/dev/null 2>&1 depbase=`echo fd-hook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fd-hook.lo -MD -MP -MF $depbase.Tpo -c -o fd-hook.lo fd-hook.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fd-hook.lo -MD -MP -MF .deps/fd-hook.Tpo -c fd-hook.c -fPIC -DPIC -o .libs/fd-hook.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fd-hook.lo -MD -MP -MF .deps/fd-hook.Tpo -c fd-hook.c -o fd-hook.o >/dev/null 2>&1 depbase=`echo fwriteerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fwriteerror.lo -MD -MP -MF $depbase.Tpo -c -o fwriteerror.lo fwriteerror.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fwriteerror.lo -MD -MP -MF .deps/fwriteerror.Tpo -c fwriteerror.c -fPIC -DPIC -o .libs/fwriteerror.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fwriteerror.lo -MD -MP -MF .deps/fwriteerror.Tpo -c fwriteerror.c -o fwriteerror.o >/dev/null 2>&1 depbase=`echo imaxtostr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT imaxtostr.lo -MD -MP -MF $depbase.Tpo -c -o imaxtostr.lo imaxtostr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT imaxtostr.lo -MD -MP -MF .deps/imaxtostr.Tpo -c imaxtostr.c -fPIC -DPIC -o .libs/imaxtostr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT imaxtostr.lo -MD -MP -MF .deps/imaxtostr.Tpo -c imaxtostr.c -o imaxtostr.o >/dev/null 2>&1 depbase=`echo inttostr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT inttostr.lo -MD -MP -MF $depbase.Tpo -c -o inttostr.lo inttostr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT inttostr.lo -MD -MP -MF .deps/inttostr.Tpo -c inttostr.c -fPIC -DPIC -o .libs/inttostr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT inttostr.lo -MD -MP -MF .deps/inttostr.Tpo -c inttostr.c -o inttostr.o >/dev/null 2>&1 depbase=`echo offtostr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT offtostr.lo -MD -MP -MF $depbase.Tpo -c -o offtostr.lo offtostr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT offtostr.lo -MD -MP -MF .deps/offtostr.Tpo -c offtostr.c -fPIC -DPIC -o .libs/offtostr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT offtostr.lo -MD -MP -MF .deps/offtostr.Tpo -c offtostr.c -o offtostr.o >/dev/null 2>&1 depbase=`echo uinttostr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uinttostr.lo -MD -MP -MF $depbase.Tpo -c -o uinttostr.lo uinttostr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uinttostr.lo -MD -MP -MF .deps/uinttostr.Tpo -c uinttostr.c -fPIC -DPIC -o .libs/uinttostr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uinttostr.lo -MD -MP -MF .deps/uinttostr.Tpo -c uinttostr.c -o uinttostr.o >/dev/null 2>&1 depbase=`echo umaxtostr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT umaxtostr.lo -MD -MP -MF $depbase.Tpo -c -o umaxtostr.lo umaxtostr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT umaxtostr.lo -MD -MP -MF .deps/umaxtostr.Tpo -c umaxtostr.c -fPIC -DPIC -o .libs/umaxtostr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT umaxtostr.lo -MD -MP -MF .deps/umaxtostr.Tpo -c umaxtostr.c -o umaxtostr.o >/dev/null 2>&1 depbase=`echo gl_linkedhash_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT gl_linkedhash_list.lo -MD -MP -MF $depbase.Tpo -c -o gl_linkedhash_list.lo gl_linkedhash_list.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT gl_linkedhash_list.lo -MD -MP -MF .deps/gl_linkedhash_list.Tpo -c gl_linkedhash_list.c -fPIC -DPIC -o .libs/gl_linkedhash_list.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT gl_linkedhash_list.lo -MD -MP -MF .deps/gl_linkedhash_list.Tpo -c gl_linkedhash_list.c -o gl_linkedhash_list.o >/dev/null 2>&1 depbase=`echo localcharset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT localcharset.lo -MD -MP -MF $depbase.Tpo -c -o localcharset.lo localcharset.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT localcharset.lo -MD -MP -MF .deps/localcharset.Tpo -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT localcharset.lo -MD -MP -MF .deps/localcharset.Tpo -c localcharset.c -o localcharset.o >/dev/null 2>&1 depbase=`echo malloca.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT malloca.lo -MD -MP -MF $depbase.Tpo -c -o malloca.lo malloca.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT malloca.lo -MD -MP -MF .deps/malloca.Tpo -c malloca.c -fPIC -DPIC -o .libs/malloca.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT malloca.lo -MD -MP -MF .deps/malloca.Tpo -c malloca.c -o malloca.o >/dev/null 2>&1 depbase=`echo math.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT math.lo -MD -MP -MF $depbase.Tpo -c -o math.lo math.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT math.lo -MD -MP -MF .deps/math.Tpo -c math.c -fPIC -DPIC -o .libs/math.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT math.lo -MD -MP -MF .deps/math.Tpo -c math.c -o math.o >/dev/null 2>&1 depbase=`echo mbchar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT mbchar.lo -MD -MP -MF $depbase.Tpo -c -o mbchar.lo mbchar.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT mbchar.lo -MD -MP -MF .deps/mbchar.Tpo -c mbchar.c -fPIC -DPIC -o .libs/mbchar.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT mbchar.lo -MD -MP -MF .deps/mbchar.Tpo -c mbchar.c -o mbchar.o >/dev/null 2>&1 depbase=`echo mbiter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT mbiter.lo -MD -MP -MF $depbase.Tpo -c -o mbiter.lo mbiter.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT mbiter.lo -MD -MP -MF .deps/mbiter.Tpo -c mbiter.c -fPIC -DPIC -o .libs/mbiter.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT mbiter.lo -MD -MP -MF .deps/mbiter.Tpo -c mbiter.c -o mbiter.o >/dev/null 2>&1 depbase=`echo memchr2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT memchr2.lo -MD -MP -MF $depbase.Tpo -c -o memchr2.lo memchr2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT memchr2.lo -MD -MP -MF .deps/memchr2.Tpo -c memchr2.c -fPIC -DPIC -o .libs/memchr2.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT memchr2.lo -MD -MP -MF .deps/memchr2.Tpo -c memchr2.c -o memchr2.o >/dev/null 2>&1 depbase=`echo pipe2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT pipe2.lo -MD -MP -MF $depbase.Tpo -c -o pipe2.lo pipe2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT pipe2.lo -MD -MP -MF .deps/pipe2.Tpo -c pipe2.c -fPIC -DPIC -o .libs/pipe2.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT pipe2.lo -MD -MP -MF .deps/pipe2.Tpo -c pipe2.c -o pipe2.o >/dev/null 2>&1 depbase=`echo printf-frexp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-frexp.lo -MD -MP -MF $depbase.Tpo -c -o printf-frexp.lo printf-frexp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-frexp.lo -MD -MP -MF .deps/printf-frexp.Tpo -c printf-frexp.c -fPIC -DPIC -o .libs/printf-frexp.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-frexp.lo -MD -MP -MF .deps/printf-frexp.Tpo -c printf-frexp.c -o printf-frexp.o >/dev/null 2>&1 depbase=`echo printf-frexpl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-frexpl.lo -MD -MP -MF $depbase.Tpo -c -o printf-frexpl.lo printf-frexpl.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-frexpl.lo -MD -MP -MF .deps/printf-frexpl.Tpo -c printf-frexpl.c -fPIC -DPIC -o .libs/printf-frexpl.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-frexpl.lo -MD -MP -MF .deps/printf-frexpl.Tpo -c printf-frexpl.c -o printf-frexpl.o >/dev/null 2>&1 depbase=`echo progname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT progname.lo -MD -MP -MF $depbase.Tpo -c -o progname.lo progname.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT progname.lo -MD -MP -MF .deps/progname.Tpo -c progname.c -fPIC -DPIC -o .libs/progname.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT progname.lo -MD -MP -MF .deps/progname.Tpo -c progname.c -o progname.o >/dev/null 2>&1 depbase=`echo read-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT read-file.lo -MD -MP -MF $depbase.Tpo -c -o read-file.lo read-file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c read-file.c -fPIC -DPIC -o .libs/read-file.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c read-file.c -o read-file.o >/dev/null 2>&1 depbase=`echo safe-read.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT safe-read.lo -MD -MP -MF $depbase.Tpo -c -o safe-read.lo safe-read.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT safe-read.lo -MD -MP -MF .deps/safe-read.Tpo -c safe-read.c -fPIC -DPIC -o .libs/safe-read.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT safe-read.lo -MD -MP -MF .deps/safe-read.Tpo -c safe-read.c -o safe-read.o >/dev/null 2>&1 depbase=`echo safe-write.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT safe-write.lo -MD -MP -MF $depbase.Tpo -c -o safe-write.lo safe-write.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT safe-write.lo -MD -MP -MF .deps/safe-write.Tpo -c safe-write.c -fPIC -DPIC -o .libs/safe-write.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT safe-write.lo -MD -MP -MF .deps/safe-write.Tpo -c safe-write.c -o safe-write.o >/dev/null 2>&1 depbase=`echo sig-handler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sig-handler.lo -MD -MP -MF $depbase.Tpo -c -o sig-handler.lo sig-handler.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sig-handler.lo -MD -MP -MF .deps/sig-handler.Tpo -c sig-handler.c -fPIC -DPIC -o .libs/sig-handler.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sig-handler.lo -MD -MP -MF .deps/sig-handler.Tpo -c sig-handler.c -o sig-handler.o >/dev/null 2>&1 depbase=`echo strftime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT strftime.lo -MD -MP -MF $depbase.Tpo -c -o strftime.lo strftime.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT strftime.lo -MD -MP -MF .deps/strftime.Tpo -c strftime.c -fPIC -DPIC -o .libs/strftime.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT strftime.lo -MD -MP -MF .deps/strftime.Tpo -c strftime.c -o strftime.o >/dev/null 2>&1 depbase=`echo sys_socket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sys_socket.lo -MD -MP -MF $depbase.Tpo -c -o sys_socket.lo sys_socket.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sys_socket.lo -MD -MP -MF .deps/sys_socket.Tpo -c sys_socket.c -fPIC -DPIC -o .libs/sys_socket.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sys_socket.lo -MD -MP -MF .deps/sys_socket.Tpo -c sys_socket.c -o sys_socket.o >/dev/null 2>&1 depbase=`echo tempname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT tempname.lo -MD -MP -MF $depbase.Tpo -c -o tempname.lo tempname.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c tempname.c -fPIC -DPIC -o .libs/tempname.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c tempname.c -o tempname.o >/dev/null 2>&1 depbase=`echo tmpdir.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT tmpdir.lo -MD -MP -MF $depbase.Tpo -c -o tmpdir.lo tmpdir.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT tmpdir.lo -MD -MP -MF .deps/tmpdir.Tpo -c tmpdir.c -fPIC -DPIC -o .libs/tmpdir.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT tmpdir.lo -MD -MP -MF .deps/tmpdir.Tpo -c tmpdir.c -o tmpdir.o >/dev/null 2>&1 depbase=`echo unicase/special-casing.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/special-casing.lo -MD -MP -MF $depbase.Tpo -c -o unicase/special-casing.lo unicase/special-casing.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/special-casing.lo -MD -MP -MF unicase/.deps/special-casing.Tpo -c unicase/special-casing.c -fPIC -DPIC -o unicase/.libs/special-casing.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/special-casing.lo -MD -MP -MF unicase/.deps/special-casing.Tpo -c unicase/special-casing.c -o unicase/special-casing.o >/dev/null 2>&1 depbase=`echo unicase/u8-casecmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-casecmp.lo -MD -MP -MF $depbase.Tpo -c -o unicase/u8-casecmp.lo unicase/u8-casecmp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-casecmp.lo -MD -MP -MF unicase/.deps/u8-casecmp.Tpo -c unicase/u8-casecmp.c -fPIC -DPIC -o unicase/.libs/u8-casecmp.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-casecmp.lo -MD -MP -MF unicase/.deps/u8-casecmp.Tpo -c unicase/u8-casecmp.c -o unicase/u8-casecmp.o >/dev/null 2>&1 depbase=`echo unicase/u8-casemap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-casemap.lo -MD -MP -MF $depbase.Tpo -c -o unicase/u8-casemap.lo unicase/u8-casemap.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-casemap.lo -MD -MP -MF unicase/.deps/u8-casemap.Tpo -c unicase/u8-casemap.c -fPIC -DPIC -o unicase/.libs/u8-casemap.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-casemap.lo -MD -MP -MF unicase/.deps/u8-casemap.Tpo -c unicase/u8-casemap.c -o unicase/u8-casemap.o >/dev/null 2>&1 depbase=`echo unicase/u8-ct-casefold.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-ct-casefold.lo -MD -MP -MF $depbase.Tpo -c -o unicase/u8-ct-casefold.lo unicase/u8-ct-casefold.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-ct-casefold.lo -MD -MP -MF unicase/.deps/u8-ct-casefold.Tpo -c unicase/u8-ct-casefold.c -fPIC -DPIC -o unicase/.libs/u8-ct-casefold.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unicase/u8-ct-casefold.lo -MD -MP -MF unicase/.deps/u8-ct-casefold.Tpo -c unicase/u8-ct-casefold.c -o unicase/u8-ct-casefold.o >/dev/null 2>&1 depbase=`echo unilbrk/u8-possible-linebreaks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unilbrk/u8-possible-linebreaks.lo -MD -MP -MF $depbase.Tpo -c -o unilbrk/u8-possible-linebreaks.lo unilbrk/u8-possible-linebreaks.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unilbrk/u8-possible-linebreaks.lo -MD -MP -MF unilbrk/.deps/u8-possible-linebreaks.Tpo -c unilbrk/u8-possible-linebreaks.c -fPIC -DPIC -o unilbrk/.libs/u8-possible-linebreaks.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unilbrk/u8-possible-linebreaks.lo -MD -MP -MF unilbrk/.deps/u8-possible-linebreaks.Tpo -c unilbrk/u8-possible-linebreaks.c -o unilbrk/u8-possible-linebreaks.o >/dev/null 2>&1 depbase=`echo uninorm/canonical-decomposition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/canonical-decomposition.lo -MD -MP -MF $depbase.Tpo -c -o uninorm/canonical-decomposition.lo uninorm/canonical-decomposition.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/canonical-decomposition.lo -MD -MP -MF uninorm/.deps/canonical-decomposition.Tpo -c uninorm/canonical-decomposition.c -fPIC -DPIC -o uninorm/.libs/canonical-decomposition.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/canonical-decomposition.lo -MD -MP -MF uninorm/.deps/canonical-decomposition.Tpo -c uninorm/canonical-decomposition.c -o uninorm/canonical-decomposition.o >/dev/null 2>&1 depbase=`echo uninorm/composition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/composition.lo -MD -MP -MF $depbase.Tpo -c -o uninorm/composition.lo uninorm/composition.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/composition.lo -MD -MP -MF uninorm/.deps/composition.Tpo -c uninorm/composition.c -fPIC -DPIC -o uninorm/.libs/composition.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/composition.lo -MD -MP -MF uninorm/.deps/composition.Tpo -c uninorm/composition.c -o uninorm/composition.o >/dev/null 2>&1 depbase=`echo uninorm/u8-normalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/u8-normalize.lo -MD -MP -MF $depbase.Tpo -c -o uninorm/u8-normalize.lo uninorm/u8-normalize.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/u8-normalize.lo -MD -MP -MF uninorm/.deps/u8-normalize.Tpo -c uninorm/u8-normalize.c -fPIC -DPIC -o uninorm/.libs/u8-normalize.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uninorm/u8-normalize.lo -MD -MP -MF uninorm/.deps/u8-normalize.Tpo -c uninorm/u8-normalize.c -o uninorm/u8-normalize.o >/dev/null 2>&1 depbase=`echo unistd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistd.lo -MD -MP -MF $depbase.Tpo -c -o unistd.lo unistd.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c unistd.c -fPIC -DPIC -o .libs/unistd.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistd.lo -MD -MP -MF .deps/unistd.Tpo -c unistd.c -o unistd.o >/dev/null 2>&1 depbase=`echo unistr/u8-cmp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cmp.lo -MD -MP -MF $depbase.Tpo -c -o unistr/u8-cmp.lo unistr/u8-cmp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cmp.lo -MD -MP -MF unistr/.deps/u8-cmp.Tpo -c unistr/u8-cmp.c -fPIC -DPIC -o unistr/.libs/u8-cmp.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cmp.lo -MD -MP -MF unistr/.deps/u8-cmp.Tpo -c unistr/u8-cmp.c -o unistr/u8-cmp.o >/dev/null 2>&1 depbase=`echo unistr/u8-cmp2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cmp2.lo -MD -MP -MF $depbase.Tpo -c -o unistr/u8-cmp2.lo unistr/u8-cmp2.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cmp2.lo -MD -MP -MF unistr/.deps/u8-cmp2.Tpo -c unistr/u8-cmp2.c -fPIC -DPIC -o unistr/.libs/u8-cmp2.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cmp2.lo -MD -MP -MF unistr/.deps/u8-cmp2.Tpo -c unistr/u8-cmp2.c -o unistr/u8-cmp2.o >/dev/null 2>&1 depbase=`echo unistr/u8-cpy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cpy.lo -MD -MP -MF $depbase.Tpo -c -o unistr/u8-cpy.lo unistr/u8-cpy.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cpy.lo -MD -MP -MF unistr/.deps/u8-cpy.Tpo -c unistr/u8-cpy.c -fPIC -DPIC -o unistr/.libs/u8-cpy.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-cpy.lo -MD -MP -MF unistr/.deps/u8-cpy.Tpo -c unistr/u8-cpy.c -o unistr/u8-cpy.o >/dev/null 2>&1 depbase=`echo unistr/u8-strlen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-strlen.lo -MD -MP -MF $depbase.Tpo -c -o unistr/u8-strlen.lo unistr/u8-strlen.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-strlen.lo -MD -MP -MF unistr/.deps/u8-strlen.Tpo -c unistr/u8-strlen.c -fPIC -DPIC -o unistr/.libs/u8-strlen.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-strlen.lo -MD -MP -MF unistr/.deps/u8-strlen.Tpo -c unistr/u8-strlen.c -o unistr/u8-strlen.o >/dev/null 2>&1 depbase=`echo unistr/u8-strncat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-strncat.lo -MD -MP -MF $depbase.Tpo -c -o unistr/u8-strncat.lo unistr/u8-strncat.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-strncat.lo -MD -MP -MF unistr/.deps/u8-strncat.Tpo -c unistr/u8-strncat.c -fPIC -DPIC -o unistr/.libs/u8-strncat.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT unistr/u8-strncat.lo -MD -MP -MF unistr/.deps/u8-strncat.Tpo -c unistr/u8-strncat.c -o unistr/u8-strncat.o >/dev/null 2>&1 depbase=`echo uniwidth/width.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uniwidth/width.lo -MD -MP -MF $depbase.Tpo -c -o uniwidth/width.lo uniwidth/width.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uniwidth/width.lo -MD -MP -MF uniwidth/.deps/width.Tpo -c uniwidth/width.c -fPIC -DPIC -o uniwidth/.libs/width.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT uniwidth/width.lo -MD -MP -MF uniwidth/.deps/width.Tpo -c uniwidth/width.c -o uniwidth/width.o >/dev/null 2>&1 depbase=`echo version-etc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT version-etc.lo -MD -MP -MF $depbase.Tpo -c -o version-etc.lo version-etc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT version-etc.lo -MD -MP -MF .deps/version-etc.Tpo -c version-etc.c -fPIC -DPIC -o .libs/version-etc.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT version-etc.lo -MD -MP -MF .deps/version-etc.Tpo -c version-etc.c -o version-etc.o >/dev/null 2>&1 depbase=`echo version-etc-fsf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT version-etc-fsf.lo -MD -MP -MF $depbase.Tpo -c -o version-etc-fsf.lo version-etc-fsf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT version-etc-fsf.lo -MD -MP -MF .deps/version-etc-fsf.Tpo -c version-etc-fsf.c -fPIC -DPIC -o .libs/version-etc-fsf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT version-etc-fsf.lo -MD -MP -MF .deps/version-etc-fsf.Tpo -c version-etc-fsf.c -o version-etc-fsf.o >/dev/null 2>&1 depbase=`echo wctype-h.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT wctype-h.lo -MD -MP -MF $depbase.Tpo -c -o wctype-h.lo wctype-h.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT wctype-h.lo -MD -MP -MF .deps/wctype-h.Tpo -c wctype-h.c -fPIC -DPIC -o .libs/wctype-h.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT wctype-h.lo -MD -MP -MF .deps/wctype-h.Tpo -c wctype-h.c -o wctype-h.o >/dev/null 2>&1 depbase=`echo xmalloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmalloc.lo -MD -MP -MF $depbase.Tpo -c -o xmalloc.lo xmalloc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c xmalloc.c -fPIC -DPIC -o .libs/xmalloc.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c xmalloc.c -o xmalloc.o >/dev/null 2>&1 depbase=`echo xalloc-die.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xalloc-die.lo -MD -MP -MF $depbase.Tpo -c -o xalloc-die.lo xalloc-die.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xalloc-die.lo -MD -MP -MF .deps/xalloc-die.Tpo -c xalloc-die.c -fPIC -DPIC -o .libs/xalloc-die.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xalloc-die.lo -MD -MP -MF .deps/xalloc-die.Tpo -c xalloc-die.c -o xalloc-die.o >/dev/null 2>&1 depbase=`echo xmalloca.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmalloca.lo -MD -MP -MF $depbase.Tpo -c -o xmalloca.lo xmalloca.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmalloca.lo -MD -MP -MF .deps/xmalloca.Tpo -c xmalloca.c -fPIC -DPIC -o .libs/xmalloca.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmalloca.lo -MD -MP -MF .deps/xmalloca.Tpo -c xmalloca.c -o xmalloca.o >/dev/null 2>&1 depbase=`echo xstrndup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xstrndup.lo -MD -MP -MF $depbase.Tpo -c -o xstrndup.lo xstrndup.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xstrndup.lo -MD -MP -MF .deps/xstrndup.Tpo -c xstrndup.c -fPIC -DPIC -o .libs/xstrndup.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xstrndup.lo -MD -MP -MF .deps/xstrndup.Tpo -c xstrndup.c -o xstrndup.o >/dev/null 2>&1 depbase=`echo xvasprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xvasprintf.lo -MD -MP -MF $depbase.Tpo -c -o xvasprintf.lo xvasprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xvasprintf.lo -MD -MP -MF .deps/xvasprintf.Tpo -c xvasprintf.c -fPIC -DPIC -o .libs/xvasprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xvasprintf.lo -MD -MP -MF .deps/xvasprintf.Tpo -c xvasprintf.c -o xvasprintf.o >/dev/null 2>&1 depbase=`echo asprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT asprintf.lo -MD -MP -MF $depbase.Tpo -c -o asprintf.lo asprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c asprintf.c -o asprintf.o >/dev/null 2>&1 depbase=`echo fcntl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fcntl.lo -MD -MP -MF $depbase.Tpo -c -o fcntl.lo fcntl.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fcntl.lo -MD -MP -MF .deps/fcntl.Tpo -c fcntl.c -fPIC -DPIC -o .libs/fcntl.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fcntl.lo -MD -MP -MF .deps/fcntl.Tpo -c fcntl.c -o fcntl.o >/dev/null 2>&1 depbase=`echo fprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fprintf.lo -MD -MP -MF $depbase.Tpo -c -o fprintf.lo fprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fprintf.lo -MD -MP -MF .deps/fprintf.Tpo -c fprintf.c -fPIC -DPIC -o .libs/fprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fprintf.lo -MD -MP -MF .deps/fprintf.Tpo -c fprintf.c -o fprintf.o >/dev/null 2>&1 depbase=`echo fseterr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fseterr.lo -MD -MP -MF $depbase.Tpo -c -o fseterr.lo fseterr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fseterr.lo -MD -MP -MF .deps/fseterr.Tpo -c fseterr.c -fPIC -DPIC -o .libs/fseterr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT fseterr.lo -MD -MP -MF .deps/fseterr.Tpo -c fseterr.c -o fseterr.o >/dev/null 2>&1 depbase=`echo isfinite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isfinite.lo -MD -MP -MF $depbase.Tpo -c -o isfinite.lo isfinite.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isfinite.lo -MD -MP -MF .deps/isfinite.Tpo -c isfinite.c -fPIC -DPIC -o .libs/isfinite.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isfinite.lo -MD -MP -MF .deps/isfinite.Tpo -c isfinite.c -o isfinite.o >/dev/null 2>&1 depbase=`echo isnand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnand.lo -MD -MP -MF $depbase.Tpo -c -o isnand.lo isnand.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnand.lo -MD -MP -MF .deps/isnand.Tpo -c isnand.c -fPIC -DPIC -o .libs/isnand.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnand.lo -MD -MP -MF .deps/isnand.Tpo -c isnand.c -o isnand.o >/dev/null 2>&1 depbase=`echo isnanf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnanf.lo -MD -MP -MF $depbase.Tpo -c -o isnanf.lo isnanf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnanf.lo -MD -MP -MF .deps/isnanf.Tpo -c isnanf.c -fPIC -DPIC -o .libs/isnanf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnanf.lo -MD -MP -MF .deps/isnanf.Tpo -c isnanf.c -o isnanf.o >/dev/null 2>&1 depbase=`echo isnanl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnanl.lo -MD -MP -MF $depbase.Tpo -c -o isnanl.lo isnanl.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnanl.lo -MD -MP -MF .deps/isnanl.Tpo -c isnanl.c -fPIC -DPIC -o .libs/isnanl.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT isnanl.lo -MD -MP -MF .deps/isnanl.Tpo -c isnanl.c -o isnanl.o >/dev/null 2>&1 depbase=`echo printf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf.lo -MD -MP -MF $depbase.Tpo -c -o printf.lo printf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c printf.c -fPIC -DPIC -o .libs/printf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c printf.c -o printf.o >/dev/null 2>&1 depbase=`echo printf-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-args.lo -MD -MP -MF $depbase.Tpo -c -o printf-args.lo printf-args.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -fPIC -DPIC -o .libs/printf-args.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -o printf-args.o >/dev/null 2>&1 depbase=`echo printf-parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-parse.lo -MD -MP -MF $depbase.Tpo -c -o printf-parse.lo printf-parse.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -fPIC -DPIC -o .libs/printf-parse.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -o printf-parse.o >/dev/null 2>&1 depbase=`echo snprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT snprintf.lo -MD -MP -MF $depbase.Tpo -c -o snprintf.lo snprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -o snprintf.o >/dev/null 2>&1 depbase=`echo sprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sprintf.lo -MD -MP -MF $depbase.Tpo -c -o sprintf.lo sprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sprintf.lo -MD -MP -MF .deps/sprintf.Tpo -c sprintf.c -fPIC -DPIC -o .libs/sprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT sprintf.lo -MD -MP -MF .deps/sprintf.Tpo -c sprintf.c -o sprintf.o >/dev/null 2>&1 depbase=`echo strcasestr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT strcasestr.lo -MD -MP -MF $depbase.Tpo -c -o strcasestr.lo strcasestr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT strcasestr.lo -MD -MP -MF .deps/strcasestr.Tpo -c strcasestr.c -fPIC -DPIC -o .libs/strcasestr.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT strcasestr.lo -MD -MP -MF .deps/strcasestr.Tpo -c strcasestr.c -o strcasestr.o >/dev/null 2>&1 depbase=`echo vasnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vasnprintf.lo -MD -MP -MF $depbase.Tpo -c -o vasnprintf.lo vasnprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -fPIC -DPIC -o .libs/vasnprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1 depbase=`echo vasprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vasprintf.lo -MD -MP -MF $depbase.Tpo -c -o vasprintf.lo vasprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c vasprintf.c -o vasprintf.o >/dev/null 2>&1 depbase=`echo vfprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vfprintf.lo -MD -MP -MF $depbase.Tpo -c -o vfprintf.lo vfprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vfprintf.lo -MD -MP -MF .deps/vfprintf.Tpo -c vfprintf.c -fPIC -DPIC -o .libs/vfprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vfprintf.lo -MD -MP -MF .deps/vfprintf.Tpo -c vfprintf.c -o vfprintf.o >/dev/null 2>&1 depbase=`echo vprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vprintf.lo -MD -MP -MF $depbase.Tpo -c -o vprintf.lo vprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vprintf.lo -MD -MP -MF .deps/vprintf.Tpo -c vprintf.c -fPIC -DPIC -o .libs/vprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vprintf.lo -MD -MP -MF .deps/vprintf.Tpo -c vprintf.c -o vprintf.o >/dev/null 2>&1 depbase=`echo vsnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vsnprintf.lo -MD -MP -MF $depbase.Tpo -c -o vsnprintf.lo vsnprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vsnprintf.lo -MD -MP -MF .deps/vsnprintf.Tpo -c vsnprintf.c -fPIC -DPIC -o .libs/vsnprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vsnprintf.lo -MD -MP -MF .deps/vsnprintf.Tpo -c vsnprintf.c -o vsnprintf.o >/dev/null 2>&1 depbase=`echo vsprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vsprintf.lo -MD -MP -MF $depbase.Tpo -c -o vsprintf.lo vsprintf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vsprintf.lo -MD -MP -MF .deps/vsprintf.Tpo -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT vsprintf.lo -MD -MP -MF .deps/vsprintf.Tpo -c vsprintf.c -o vsprintf.o >/dev/null 2>&1 depbase=`echo xmemdup0.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmemdup0.lo -MD -MP -MF $depbase.Tpo -c -o xmemdup0.lo xmemdup0.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmemdup0.lo -MD -MP -MF .deps/xmemdup0.Tpo -c xmemdup0.c -fPIC -DPIC -o .libs/xmemdup0.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT xmemdup0.lo -MD -MP -MF .deps/xmemdup0.Tpo -c xmemdup0.c -o xmemdup0.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wdeclaration-after-statement -no-undefined -o libgl.la allocator.lo areadlink.lo binary-io.lo c-ctype.lo c-snprintf.lo c-strcasecmp.lo c-strncasecmp.lo c-strcasestr.lo c-strtod.lo c-vasnprintf.lo c-asprintf.lo c-vasprintf.lo c-xasprintf.lo c-xvasprintf.lo careadlinkat.lo clean-temp.lo count-one-bits.lo crc.lo md4.lo md5.lo rijndael-alg-fst.lo rijndael-api-fst.lo sha1.lo dirname.lo basename.lo dirname-lgpl.lo basename-lgpl.lo stripslash.lo dtoastr.lo exitfail.lo fatal-signal.lo fd-hook.lo full-read.lo full-write.lo fwriteerror.lo imaxtostr.lo inttostr.lo offtostr.lo uinttostr.lo umaxtostr.lo gl_linkedhash_list.lo gl_list.lo localcharset.lo malloca.lo math.lo mbchar.lo mbiter.lo memcasecmp.lo memchr2.lo pipe2.lo printf-frexp.lo printf-frexpl.lo progname.lo read-file.lo safe-read.lo safe-write.lo sig-handler.lo sockets.lo strftime.lo sys_socket.lo tempname.lo tmpdir.lo unicase/cased.lo unicase/empty-prefix-context.lo unicase/empty-suffix-context.lo unicase/ignorable.lo unicase/special-casing.lo unicase/tocasefold.lo unicase/tolower.lo unicase/toupper.lo unicase/u8-casecmp.lo unicase/u8-casefold.lo unicase/u8-casemap.lo unicase/u8-ct-casefold.lo unicase/u8-tolower.lo unicase/u8-toupper.lo unictype/categ_none.lo unictype/categ_of.lo unictype/combiningclass.lo unictype/ctype_print.lo unictype/pr_id_continue.lo unictype/pr_id_start.lo unictype/pr_soft_dotted.lo unigbrk/uc-gbrk-prop.lo unigbrk/uc-is-grapheme-break.lo unilbrk/lbrktables.lo unilbrk/u8-possible-linebreaks.lo uninorm/canonical-decomposition.lo uninorm/compat-decomposition.lo uninorm/composition.lo uninorm/decompose-internal.lo uninorm/decomposing-form.lo uninorm/decomposition.lo uninorm/decomposition-table.lo uninorm/nfd.lo uninorm/nfkc.lo uninorm/nfkd.lo uninorm/u8-normalize.lo unistd.lo unistr/u8-check.lo unistr/u8-cmp.lo unistr/u8-cmp2.lo unistr/u8-cpy.lo unistr/u8-mblen.lo unistr/u8-mbtouc.lo unistr/u8-mbtouc-aux.lo unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe-aux.lo unistr/u8-mbtoucr.lo unistr/u8-strlen.lo unistr/u8-strmbtouc.lo unistr/u8-strncat.lo unistr/u8-uctomb.lo unistr/u8-uctomb-aux.lo uniwidth/u8-strwidth.lo uniwidth/u8-width.lo uniwidth/width.lo version-etc.lo version-etc-fsf.lo wctype-h.lo xmalloc.lo xalloc-die.lo gl_xlist.lo xmalloca.lo xreadlink.lo xsize.lo xstrndup.lo xvasprintf.lo xasprintf.lo asnprintf.lo asprintf.lo fcntl.lo fprintf.lo fseterr.lo isfinite.lo isnand.lo isnanf.lo isnanl.lo printf.lo printf-args.lo printf-parse.lo snprintf.lo sprintf.lo strcasestr.lo vasnprintf.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo xmemdup0.lo /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr .libs/libgl.a .libs/libgl.la libtool: link: ar cru .libs/libgl.a .libs/allocator.o .libs/areadlink.o .libs/binary-io.o .libs/c-ctype.o .libs/c-snprintf.o .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/c-strcasestr.o .libs/c-strtod.o .libs/c-vasnprintf.o .libs/c-asprintf.o .libs/c-vasprintf.o .libs/c-xasprintf.o .libs/c-xvasprintf.o .libs/careadlinkat.o .libs/clean-temp.o .libs/count-one-bits.o .libs/crc.o .libs/md4.o .libs/md5.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/sha1.o .libs/dirname.o .libs/basename.o .libs/dirname-lgpl.o .libs/basename-lgpl.o .libs/stripslash.o .libs/dtoastr.o .libs/exitfail.o .libs/fatal-signal.o .libs/fd-hook.o .libs/full-read.o .libs/full-write.o .libs/fwriteerror.o .libs/imaxtostr.o .libs/inttostr.o .libs/offtostr.o .libs/uinttostr.o .libs/umaxtostr.o .libs/gl_linkedhash_list.o .libs/gl_list.o .libs/localcharset.o .libs/malloca.o .libs/math.o .libs/mbchar.o .libs/mbiter.o .libs/memcasecmp.o .libs/memchr2.o .libs/pipe2.o .libs/printf-frexp.o .libs/printf-frexpl.o .libs/progname.o .libs/read-file.o .libs/safe-read.o .libs/safe-write.o .libs/sig-handler.o .libs/sockets.o .libs/strftime.o .libs/sys_socket.o .libs/tempname.o .libs/tmpdir.o unicase/.libs/cased.o unicase/.libs/empty-prefix-context.o unicase/.libs/empty-suffix-context.o unicase/.libs/ignorable.o unicase/.libs/special-casing.o unicase/.libs/tocasefold.o unicase/.libs/tolower.o unicase/.libs/toupper.o unicase/.libs/u8-casecmp.o unicase/.libs/u8-casefold.o unicase/.libs/u8-casemap.o unicase/.libs/u8-ct-casefold.o unicase/.libs/u8-tolower.o unicase/.libs/u8-toupper.o unictype/.libs/categ_none.o unictype/.libs/categ_of.o unictype/.libs/combiningclass.o unictype/.libs/ctype_print.o unictype/.libs/pr_id_continue.o unictype/.libs/pr_id_start.o unictype/.libs/pr_soft_dotted.o unigbrk/.libs/uc-gbrk-prop.o unigbrk/.libs/uc-is-grapheme-break.o unilbrk/.libs/lbrktables.o unilbrk/.libs/u8-possible-linebreaks.o uninorm/.libs/canonical-decomposition.o uninorm/.libs/compat-decomposition.o uninorm/.libs/composition.o uninorm/.libs/decompose-internal.o uninorm/.libs/decomposing-form.o uninorm/.libs/decomposition.o uninorm/.libs/decomposition-table.o uninorm/.libs/nfd.o uninorm/.libs/nfkc.o uninorm/.libs/nfkd.o uninorm/.libs/u8-normalize.o .libs/unistd.o unistr/.libs/u8-check.o unistr/.libs/u8-cmp.o unistr/.libs/u8-cmp2.o unistr/.libs/u8-cpy.o unistr/.libs/u8-mblen.o unistr/.libs/u8-mbtouc.o unistr/.libs/u8-mbtouc-aux.o unistr/.libs/u8-mbtouc-unsafe.o unistr/.libs/u8-mbtouc-unsafe-aux.o unistr/.libs/u8-mbtoucr.o unistr/.libs/u8-strlen.o unistr/.libs/u8-strmbtouc.o unistr/.libs/u8-strncat.o unistr/.libs/u8-uctomb.o unistr/.libs/u8-uctomb-aux.o uniwidth/.libs/u8-strwidth.o uniwidth/.libs/u8-width.o uniwidth/.libs/width.o .libs/version-etc.o .libs/version-etc-fsf.o .libs/wctype-h.o .libs/xmalloc.o .libs/xalloc-die.o .libs/gl_xlist.o .libs/xmalloca.o .libs/xreadlink.o .libs/xsize.o .libs/xstrndup.o .libs/xvasprintf.o .libs/xasprintf.o .libs/asnprintf.o .libs/asprintf.o .libs/fcntl.o .libs/fprintf.o .libs/fseterr.o .libs/isfinite.o .libs/isnand.o .libs/isnanf.o .libs/isnanl.o .libs/printf.o .libs/printf-args.o .libs/printf-parse.o .libs/snprintf.o .libs/sprintf.o .libs/strcasestr.o .libs/vasnprintf.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o .libs/xmemdup0.o libtool: link: ranlib .libs/libgl.a libtool: link: ( cd ".libs" && rm -f "libgl.la" && ln -s "../libgl.la" "libgl.la" ) make[4]: Leaving directory `/home/fhou/Downloads/pspp-0.8.2/gl' make[3]: Leaving directory `/home/fhou/Downloads/pspp-0.8.2/gl' make[2]: Leaving directory `/home/fhou/Downloads/pspp-0.8.2/gl' Making all in po make[2]: Entering directory `/home/fhou/Downloads/pspp-0.8.2/po' make[2]: Leaving directory `/home/fhou/Downloads/pspp-0.8.2/po' make[2]: Entering directory `/home/fhou/Downloads/pspp-0.8.2' gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/harfbuzz -Wall -DGDK_MULTIHEAD_SAFE=1 -g -O2 -Wdeclaration-after-statement -MT lib/gtk-contrib/lib_gtk_contrib_libxpaned_a-gtkxpaned.o -MD -MP -MF lib/gtk-contrib/.deps/lib_gtk_contrib_libxpaned_a-gtkxpaned.Tpo -c -o lib/gtk-contrib/lib_gtk_contrib_libxpaned_a-gtkxpaned.o `test -f 'lib/gtk-contrib/gtkxpaned.c' || echo './'`lib/gtk-contrib/gtkxpaned.c mv -f lib/gtk-contrib/.deps/lib_gtk_contrib_libxpaned_a-gtkxpaned.Tpo lib/gtk-contrib/.deps/lib_gtk_contrib_libxpaned_a-gtkxpaned.Po rm -f lib/gtk-contrib/libxpaned.a ar cru lib/gtk-contrib/libxpaned.a lib/gtk-contrib/lib_gtk_contrib_libxpaned_a-gtkxpaned.o ranlib lib/gtk-contrib/libxpaned.a depbase=`echo lib/linreg/sweep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/linreg/sweep.lo -MD -MP -MF $depbase.Tpo -c -o lib/linreg/sweep.lo lib/linreg/sweep.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/linreg/sweep.lo -MD -MP -MF lib/linreg/.deps/sweep.Tpo -c lib/linreg/sweep.c -fPIC -DPIC -o lib/linreg/.libs/sweep.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/linreg/sweep.lo -MD -MP -MF lib/linreg/.deps/sweep.Tpo -c lib/linreg/sweep.c -o lib/linreg/sweep.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o lib/linreg/liblinreg.la lib/linreg/sweep.lo /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr lib/linreg/.libs/liblinreg.a lib/linreg/.libs/liblinreg.la libtool: link: ar cru lib/linreg/.libs/liblinreg.a lib/linreg/.libs/sweep.o libtool: link: ranlib lib/linreg/.libs/liblinreg.a libtool: link: ( cd "lib/linreg/.libs" && rm -f "liblinreg.la" && ln -s "../liblinreg.la" "liblinreg.la" ) depbase=`echo lib/tukey/ptukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/tukey/ptukey.lo -MD -MP -MF $depbase.Tpo -c -o lib/tukey/ptukey.lo lib/tukey/ptukey.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/tukey/ptukey.lo -MD -MP -MF lib/tukey/.deps/ptukey.Tpo -c lib/tukey/ptukey.c -fPIC -DPIC -o lib/tukey/.libs/ptukey.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/tukey/ptukey.lo -MD -MP -MF lib/tukey/.deps/ptukey.Tpo -c lib/tukey/ptukey.c -o lib/tukey/ptukey.o >/dev/null 2>&1 depbase=`echo lib/tukey/qtukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/tukey/qtukey.lo -MD -MP -MF $depbase.Tpo -c -o lib/tukey/qtukey.lo lib/tukey/qtukey.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/tukey/qtukey.lo -MD -MP -MF lib/tukey/.deps/qtukey.Tpo -c lib/tukey/qtukey.c -fPIC -DPIC -o lib/tukey/.libs/qtukey.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT lib/tukey/qtukey.lo -MD -MP -MF lib/tukey/.deps/qtukey.Tpo -c lib/tukey/qtukey.c -o lib/tukey/qtukey.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o lib/tukey/libtukey.la lib/tukey/ptukey.lo lib/tukey/qtukey.lo /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr lib/tukey/.libs/libtukey.a lib/tukey/.libs/libtukey.la libtool: link: ar cru lib/tukey/.libs/libtukey.a lib/tukey/.libs/ptukey.o lib/tukey/.libs/qtukey.o libtool: link: ranlib lib/tukey/.libs/libtukey.a libtool: link: ( cd "lib/tukey/.libs" && rm -f "libtukey.la" && ln -s "../libtukey.la" "libtukey.la" ) /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-abt.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-abt.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-abt.lo `test -f 'src/libpspp/abt.c' || echo './'`src/libpspp/abt.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-abt.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-abt.Tpo -c src/libpspp/abt.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-abt.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-abt.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-abt.Tpo -c src/libpspp/abt.c -o src/libpspp/src_libpspp_liblibpspp_la-abt.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-abt.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-abt.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-argv-parser.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-argv-parser.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-argv-parser.lo `test -f 'src/libpspp/argv-parser.c' || echo './'`src/libpspp/argv-parser.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-argv-parser.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-argv-parser.Tpo -c src/libpspp/argv-parser.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-argv-parser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-argv-parser.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-argv-parser.Tpo -c src/libpspp/argv-parser.c -o src/libpspp/src_libpspp_liblibpspp_la-argv-parser.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-argv-parser.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-argv-parser.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-array.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-array.lo `test -f 'src/libpspp/array.c' || echo './'`src/libpspp/array.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-array.Tpo -c src/libpspp/array.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-array.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-array.Tpo -c src/libpspp/array.c -o src/libpspp/src_libpspp_liblibpspp_la-array.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-array.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-array.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-cmac-aes256.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-cmac-aes256.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-cmac-aes256.lo `test -f 'src/libpspp/cmac-aes256.c' || echo './'`src/libpspp/cmac-aes256.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-cmac-aes256.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-cmac-aes256.Tpo -c src/libpspp/cmac-aes256.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-cmac-aes256.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-cmac-aes256.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-cmac-aes256.Tpo -c src/libpspp/cmac-aes256.c -o src/libpspp/src_libpspp_liblibpspp_la-cmac-aes256.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-cmac-aes256.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-cmac-aes256.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-deque.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-deque.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-deque.lo `test -f 'src/libpspp/deque.c' || echo './'`src/libpspp/deque.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-deque.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-deque.Tpo -c src/libpspp/deque.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-deque.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-deque.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-deque.Tpo -c src/libpspp/deque.c -o src/libpspp/src_libpspp_liblibpspp_la-deque.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-deque.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-deque.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-encoding-guesser.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-encoding-guesser.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-encoding-guesser.lo `test -f 'src/libpspp/encoding-guesser.c' || echo './'`src/libpspp/encoding-guesser.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-encoding-guesser.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-encoding-guesser.Tpo -c src/libpspp/encoding-guesser.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-encoding-guesser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-encoding-guesser.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-encoding-guesser.Tpo -c src/libpspp/encoding-guesser.c -o src/libpspp/src_libpspp_liblibpspp_la-encoding-guesser.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-encoding-guesser.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-encoding-guesser.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-ext-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-ext-array.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-ext-array.lo `test -f 'src/libpspp/ext-array.c' || echo './'`src/libpspp/ext-array.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-ext-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-ext-array.Tpo -c src/libpspp/ext-array.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-ext-array.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-ext-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-ext-array.Tpo -c src/libpspp/ext-array.c -o src/libpspp/src_libpspp_liblibpspp_la-ext-array.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-ext-array.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-ext-array.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-float-format.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-float-format.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-float-format.lo `test -f 'src/libpspp/float-format.c' || echo './'`src/libpspp/float-format.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-float-format.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-float-format.Tpo -c src/libpspp/float-format.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-float-format.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-float-format.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-float-format.Tpo -c src/libpspp/float-format.c -o src/libpspp/src_libpspp_liblibpspp_la-float-format.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-float-format.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-float-format.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-freaderror.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-freaderror.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-freaderror.lo `test -f 'src/libpspp/freaderror.c' || echo './'`src/libpspp/freaderror.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-freaderror.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-freaderror.Tpo -c src/libpspp/freaderror.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-freaderror.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-freaderror.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-freaderror.Tpo -c src/libpspp/freaderror.c -o src/libpspp/src_libpspp_liblibpspp_la-freaderror.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-freaderror.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-freaderror.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hash-functions.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hash-functions.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-hash-functions.lo `test -f 'src/libpspp/hash-functions.c' || echo './'`src/libpspp/hash-functions.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hash-functions.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hash-functions.Tpo -c src/libpspp/hash-functions.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-hash-functions.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hash-functions.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hash-functions.Tpo -c src/libpspp/hash-functions.c -o src/libpspp/src_libpspp_liblibpspp_la-hash-functions.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-hash-functions.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-hash-functions.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-inflate.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-inflate.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-inflate.lo `test -f 'src/libpspp/inflate.c' || echo './'`src/libpspp/inflate.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-inflate.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-inflate.Tpo -c src/libpspp/inflate.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-inflate.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-inflate.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-inflate.Tpo -c src/libpspp/inflate.c -o src/libpspp/src_libpspp_liblibpspp_la-inflate.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-inflate.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-inflate.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-heap.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-heap.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-heap.lo `test -f 'src/libpspp/heap.c' || echo './'`src/libpspp/heap.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-heap.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-heap.Tpo -c src/libpspp/heap.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-heap.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-heap.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-heap.Tpo -c src/libpspp/heap.c -o src/libpspp/src_libpspp_liblibpspp_la-heap.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-heap.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-heap.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hmap.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hmap.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-hmap.lo `test -f 'src/libpspp/hmap.c' || echo './'`src/libpspp/hmap.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hmap.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hmap.Tpo -c src/libpspp/hmap.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-hmap.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hmap.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hmap.Tpo -c src/libpspp/hmap.c -o src/libpspp/src_libpspp_liblibpspp_la-hmap.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-hmap.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-hmap.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hmapx.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hmapx.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-hmapx.lo `test -f 'src/libpspp/hmapx.c' || echo './'`src/libpspp/hmapx.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hmapx.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hmapx.Tpo -c src/libpspp/hmapx.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-hmapx.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-hmapx.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-hmapx.Tpo -c src/libpspp/hmapx.c -o src/libpspp/src_libpspp_liblibpspp_la-hmapx.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-hmapx.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-hmapx.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-i18n.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-i18n.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-i18n.lo `test -f 'src/libpspp/i18n.c' || echo './'`src/libpspp/i18n.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-i18n.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-i18n.Tpo -c src/libpspp/i18n.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-i18n.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-i18n.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-i18n.Tpo -c src/libpspp/i18n.c -o src/libpspp/src_libpspp_liblibpspp_la-i18n.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-i18n.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-i18n.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-integer-format.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-integer-format.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-integer-format.lo `test -f 'src/libpspp/integer-format.c' || echo './'`src/libpspp/integer-format.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-integer-format.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-integer-format.Tpo -c src/libpspp/integer-format.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-integer-format.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-integer-format.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-integer-format.Tpo -c src/libpspp/integer-format.c -o src/libpspp/src_libpspp_liblibpspp_la-integer-format.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-integer-format.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-integer-format.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-intern.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-intern.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-intern.lo `test -f 'src/libpspp/intern.c' || echo './'`src/libpspp/intern.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-intern.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-intern.Tpo -c src/libpspp/intern.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-intern.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-intern.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-intern.Tpo -c src/libpspp/intern.c -o src/libpspp/src_libpspp_liblibpspp_la-intern.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-intern.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-intern.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-line-reader.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-line-reader.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-line-reader.lo `test -f 'src/libpspp/line-reader.c' || echo './'`src/libpspp/line-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-line-reader.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-line-reader.Tpo -c src/libpspp/line-reader.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-line-reader.o src/libpspp/line-reader.c: In function 'line_reader_tell': src/libpspp/line-reader.c:315:5: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] pos = MAX (0, pos - r->length); ^ libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-line-reader.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-line-reader.Tpo -c src/libpspp/line-reader.c -o src/libpspp/src_libpspp_liblibpspp_la-line-reader.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-line-reader.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-line-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-llx.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-llx.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-llx.lo `test -f 'src/libpspp/llx.c' || echo './'`src/libpspp/llx.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-llx.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-llx.Tpo -c src/libpspp/llx.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-llx.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-llx.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-llx.Tpo -c src/libpspp/llx.c -o src/libpspp/src_libpspp_liblibpspp_la-llx.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-llx.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-llx.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-message.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-message.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-message.lo `test -f 'src/libpspp/message.c' || echo './'`src/libpspp/message.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-message.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-message.Tpo -c src/libpspp/message.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-message.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-message.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-message.Tpo -c src/libpspp/message.c -o src/libpspp/src_libpspp_liblibpspp_la-message.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-message.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-message.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-misc.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-misc.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-misc.lo `test -f 'src/libpspp/misc.c' || echo './'`src/libpspp/misc.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-misc.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-misc.Tpo -c src/libpspp/misc.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-misc.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-misc.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-misc.Tpo -c src/libpspp/misc.c -o src/libpspp/src_libpspp_liblibpspp_la-misc.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-misc.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-misc.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-model-checker.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-model-checker.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-model-checker.lo `test -f 'src/libpspp/model-checker.c' || echo './'`src/libpspp/model-checker.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-model-checker.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-model-checker.Tpo -c src/libpspp/model-checker.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-model-checker.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-model-checker.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-model-checker.Tpo -c src/libpspp/model-checker.c -o src/libpspp/src_libpspp_liblibpspp_la-model-checker.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-model-checker.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-model-checker.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-pool.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-pool.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-pool.lo `test -f 'src/libpspp/pool.c' || echo './'`src/libpspp/pool.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-pool.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-pool.Tpo -c src/libpspp/pool.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-pool.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-pool.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-pool.Tpo -c src/libpspp/pool.c -o src/libpspp/src_libpspp_liblibpspp_la-pool.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-pool.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-pool.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-map.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-range-map.lo `test -f 'src/libpspp/range-map.c' || echo './'`src/libpspp/range-map.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-map.Tpo -c src/libpspp/range-map.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-range-map.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-map.Tpo -c src/libpspp/range-map.c -o src/libpspp/src_libpspp_liblibpspp_la-range-map.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-range-map.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-range-map.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-set.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-range-set.lo `test -f 'src/libpspp/range-set.c' || echo './'`src/libpspp/range-set.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-set.Tpo -c src/libpspp/range-set.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-range-set.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-set.Tpo -c src/libpspp/range-set.c -o src/libpspp/src_libpspp_liblibpspp_la-range-set.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-range-set.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-range-set.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-tower.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-tower.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-range-tower.lo `test -f 'src/libpspp/range-tower.c' || echo './'`src/libpspp/range-tower.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-tower.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-tower.Tpo -c src/libpspp/range-tower.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-range-tower.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-range-tower.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-range-tower.Tpo -c src/libpspp/range-tower.c -o src/libpspp/src_libpspp_liblibpspp_la-range-tower.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-range-tower.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-range-tower.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-sparse-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-array.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-sparse-array.lo `test -f 'src/libpspp/sparse-array.c' || echo './'`src/libpspp/sparse-array.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-sparse-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-array.Tpo -c src/libpspp/sparse-array.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-sparse-array.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-sparse-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-array.Tpo -c src/libpspp/sparse-array.c -o src/libpspp/src_libpspp_liblibpspp_la-sparse-array.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-array.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-array.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-sparse-xarray.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-xarray.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-sparse-xarray.lo `test -f 'src/libpspp/sparse-xarray.c' || echo './'`src/libpspp/sparse-xarray.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-sparse-xarray.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-xarray.Tpo -c src/libpspp/sparse-xarray.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-sparse-xarray.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-sparse-xarray.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-xarray.Tpo -c src/libpspp/sparse-xarray.c -o src/libpspp/src_libpspp_liblibpspp_la-sparse-xarray.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-xarray.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-sparse-xarray.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-start-date.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-start-date.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-start-date.lo `test -f 'src/libpspp/start-date.c' || echo './'`src/libpspp/start-date.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-start-date.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-start-date.Tpo -c src/libpspp/start-date.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-start-date.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-start-date.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-start-date.Tpo -c src/libpspp/start-date.c -o src/libpspp/src_libpspp_liblibpspp_la-start-date.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-start-date.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-start-date.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-array.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-string-array.lo `test -f 'src/libpspp/string-array.c' || echo './'`src/libpspp/string-array.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-array.Tpo -c src/libpspp/string-array.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-string-array.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-array.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-array.Tpo -c src/libpspp/string-array.c -o src/libpspp/src_libpspp_liblibpspp_la-string-array.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-string-array.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-string-array.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-map.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-string-map.lo `test -f 'src/libpspp/string-map.c' || echo './'`src/libpspp/string-map.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-map.Tpo -c src/libpspp/string-map.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-string-map.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-map.Tpo -c src/libpspp/string-map.c -o src/libpspp/src_libpspp_liblibpspp_la-string-map.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-string-map.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-string-map.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-set.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-string-set.lo `test -f 'src/libpspp/string-set.c' || echo './'`src/libpspp/string-set.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-set.Tpo -c src/libpspp/string-set.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-string-set.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-string-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-string-set.Tpo -c src/libpspp/string-set.c -o src/libpspp/src_libpspp_liblibpspp_la-string-set.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-string-set.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-string-set.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-stringi-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-map.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-stringi-map.lo `test -f 'src/libpspp/stringi-map.c' || echo './'`src/libpspp/stringi-map.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-stringi-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-map.Tpo -c src/libpspp/stringi-map.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-stringi-map.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-stringi-map.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-map.Tpo -c src/libpspp/stringi-map.c -o src/libpspp/src_libpspp_liblibpspp_la-stringi-map.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-map.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-map.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-stringi-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-set.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-stringi-set.lo `test -f 'src/libpspp/stringi-set.c' || echo './'`src/libpspp/stringi-set.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-stringi-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-set.Tpo -c src/libpspp/stringi-set.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-stringi-set.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-stringi-set.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-set.Tpo -c src/libpspp/stringi-set.c -o src/libpspp/src_libpspp_liblibpspp_la-stringi-set.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-set.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-stringi-set.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-str.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-str.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-str.lo `test -f 'src/libpspp/str.c' || echo './'`src/libpspp/str.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-str.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-str.Tpo -c src/libpspp/str.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-str.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-str.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-str.Tpo -c src/libpspp/str.c -o src/libpspp/src_libpspp_liblibpspp_la-str.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-str.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-str.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-taint.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-taint.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-taint.lo `test -f 'src/libpspp/taint.c' || echo './'`src/libpspp/taint.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-taint.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-taint.Tpo -c src/libpspp/taint.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-taint.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-taint.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-taint.Tpo -c src/libpspp/taint.c -o src/libpspp/src_libpspp_liblibpspp_la-taint.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-taint.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-taint.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-temp-file.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-temp-file.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-temp-file.lo `test -f 'src/libpspp/temp-file.c' || echo './'`src/libpspp/temp-file.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-temp-file.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-temp-file.Tpo -c src/libpspp/temp-file.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-temp-file.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-temp-file.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-temp-file.Tpo -c src/libpspp/temp-file.c -o src/libpspp/src_libpspp_liblibpspp_la-temp-file.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-temp-file.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-temp-file.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-tower.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-tower.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-tower.lo `test -f 'src/libpspp/tower.c' || echo './'`src/libpspp/tower.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-tower.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-tower.Tpo -c src/libpspp/tower.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-tower.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-tower.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-tower.Tpo -c src/libpspp/tower.c -o src/libpspp/src_libpspp_liblibpspp_la-tower.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-tower.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-tower.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-u8-istream.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-istream.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-u8-istream.lo `test -f 'src/libpspp/u8-istream.c' || echo './'`src/libpspp/u8-istream.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-u8-istream.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-istream.Tpo -c src/libpspp/u8-istream.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-u8-istream.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-u8-istream.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-istream.Tpo -c src/libpspp/u8-istream.c -o src/libpspp/src_libpspp_liblibpspp_la-u8-istream.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-istream.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-istream.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-u8-line.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-line.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-u8-line.lo `test -f 'src/libpspp/u8-line.c' || echo './'`src/libpspp/u8-line.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-u8-line.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-line.Tpo -c src/libpspp/u8-line.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-u8-line.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-u8-line.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-line.Tpo -c src/libpspp/u8-line.c -o src/libpspp/src_libpspp_liblibpspp_la-u8-line.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-line.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-u8-line.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-zip-reader.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-reader.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-zip-reader.lo `test -f 'src/libpspp/zip-reader.c' || echo './'`src/libpspp/zip-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-zip-reader.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-reader.Tpo -c src/libpspp/zip-reader.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-zip-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-zip-reader.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-reader.Tpo -c src/libpspp/zip-reader.c -o src/libpspp/src_libpspp_liblibpspp_la-zip-reader.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-reader.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-zip-writer.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-writer.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-zip-writer.lo `test -f 'src/libpspp/zip-writer.c' || echo './'`src/libpspp/zip-writer.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-zip-writer.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-writer.Tpo -c src/libpspp/zip-writer.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-zip-writer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-zip-writer.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-writer.Tpo -c src/libpspp/zip-writer.c -o src/libpspp/src_libpspp_liblibpspp_la-zip-writer.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-writer.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-zip-writer.Plo echo "/* -*- mode: c; buffer-read-only: t -*-" > src/libpspp/version.c echo " Generated by src/libpspp/automake.mk --- Do not edit.">> src/libpspp/version.c echo "" >> src/libpspp/version.c echo " The following line is for the benefit of the perl module" >>src/libpspp/version.c echo "\$VERSION='0.8.2';" >> src/libpspp/version.c echo "*/" >> src/libpspp/version.c echo "#include \"version.h\"" >> src/libpspp/version.c echo "const char bare_version[] = \"0.8.2\";" >> src/libpspp/version.c echo "const char version[] = \"GNU pspp 0.8.2\";" >> src/libpspp/version.c echo "const char stat_version[] = \"GNU pspp 0.8.2 \ (`LC_ALL=C TZ=UTC date`).\";" >> src/libpspp/version.c echo "const char host_system[] = \"x86_64-unknown-linux-gnu\";" >> src/libpspp/version.c echo "const char build_system[] = \"x86_64-unknown-linux-gnu\";" >> src/libpspp/version.c echo "const char locale_dir[] = \"/usr/local/share/locale\";" >> src/libpspp/version.c echo "const char *const authors[] = {" >> src/libpspp/version.c sed -e 's/^/ \"/' -e 's/$/\",/' ./AUTHORS >> src/libpspp/version.c echo "0 };" >> src/libpspp/version.c /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-version.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-version.Tpo -c -o src/libpspp/src_libpspp_liblibpspp_la-version.lo `test -f 'src/libpspp/version.c' || echo './'`src/libpspp/version.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-version.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-version.Tpo -c src/libpspp/version.c -fPIC -DPIC -o src/libpspp/.libs/src_libpspp_liblibpspp_la-version.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./src/libpspp -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/libpspp/src_libpspp_liblibpspp_la-version.lo -MD -MP -MF src/libpspp/.deps/src_libpspp_liblibpspp_la-version.Tpo -c src/libpspp/version.c -o src/libpspp/src_libpspp_liblibpspp_la-version.o >/dev/null 2>&1 mv -f src/libpspp/.deps/src_libpspp_liblibpspp_la-version.Tpo src/libpspp/.deps/src_libpspp_liblibpspp_la-version.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o src/libpspp/liblibpspp.la src/libpspp/src_libpspp_liblibpspp_la-abt.lo src/libpspp/src_libpspp_liblibpspp_la-argv-parser.lo src/libpspp/src_libpspp_liblibpspp_la-array.lo src/libpspp/src_libpspp_liblibpspp_la-bt.lo src/libpspp/src_libpspp_liblibpspp_la-cmac-aes256.lo src/libpspp/src_libpspp_liblibpspp_la-copyleft.lo src/libpspp/src_libpspp_liblibpspp_la-deque.lo src/libpspp/src_libpspp_liblibpspp_la-encoding-guesser.lo src/libpspp/src_libpspp_liblibpspp_la-ext-array.lo src/libpspp/src_libpspp_liblibpspp_la-float-format.lo src/libpspp/src_libpspp_liblibpspp_la-freaderror.lo src/libpspp/src_libpspp_liblibpspp_la-hash-functions.lo src/libpspp/src_libpspp_liblibpspp_la-inflate.lo src/libpspp/src_libpspp_liblibpspp_la-heap.lo src/libpspp/src_libpspp_liblibpspp_la-hmap.lo src/libpspp/src_libpspp_liblibpspp_la-hmapx.lo src/libpspp/src_libpspp_liblibpspp_la-i18n.lo src/libpspp/src_libpspp_liblibpspp_la-integer-format.lo src/libpspp/src_libpspp_liblibpspp_la-intern.lo src/libpspp/src_libpspp_liblibpspp_la-line-reader.lo src/libpspp/src_libpspp_liblibpspp_la-ll.lo src/libpspp/src_libpspp_liblibpspp_la-llx.lo src/libpspp/src_libpspp_liblibpspp_la-message.lo src/libpspp/src_libpspp_liblibpspp_la-misc.lo src/libpspp/src_libpspp_liblibpspp_la-model-checker.lo src/libpspp/src_libpspp_liblibpspp_la-pool.lo src/libpspp/src_libpspp_liblibpspp_la-prompt.lo src/libpspp/src_libpspp_liblibpspp_la-range-map.lo src/libpspp/src_libpspp_liblibpspp_la-range-set.lo src/libpspp/src_libpspp_liblibpspp_la-range-tower.lo src/libpspp/src_libpspp_liblibpspp_la-sparse-array.lo src/libpspp/src_libpspp_liblibpspp_la-sparse-xarray.lo src/libpspp/src_libpspp_liblibpspp_la-start-date.lo src/libpspp/src_libpspp_liblibpspp_la-string-array.lo src/libpspp/src_libpspp_liblibpspp_la-string-map.lo src/libpspp/src_libpspp_liblibpspp_la-string-set.lo src/libpspp/src_libpspp_liblibpspp_la-stringi-map.lo src/libpspp/src_libpspp_liblibpspp_la-stringi-set.lo src/libpspp/src_libpspp_liblibpspp_la-str.lo src/libpspp/src_libpspp_liblibpspp_la-taint.lo src/libpspp/src_libpspp_liblibpspp_la-temp-file.lo src/libpspp/src_libpspp_liblibpspp_la-tower.lo src/libpspp/src_libpspp_liblibpspp_la-u8-istream.lo src/libpspp/src_libpspp_liblibpspp_la-u8-line.lo src/libpspp/src_libpspp_liblibpspp_la-zip-reader.lo src/libpspp/src_libpspp_liblibpspp_la-zip-writer.lo src/libpspp/src_libpspp_liblibpspp_la-version.lo /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr src/libpspp/.libs/liblibpspp.a src/libpspp/.libs/liblibpspp.la libtool: link: ar cru src/libpspp/.libs/liblibpspp.a src/libpspp/.libs/src_libpspp_liblibpspp_la-abt.o src/libpspp/.libs/src_libpspp_liblibpspp_la-argv-parser.o src/libpspp/.libs/src_libpspp_liblibpspp_la-array.o src/libpspp/.libs/src_libpspp_liblibpspp_la-bt.o src/libpspp/.libs/src_libpspp_liblibpspp_la-cmac-aes256.o src/libpspp/.libs/src_libpspp_liblibpspp_la-copyleft.o src/libpspp/.libs/src_libpspp_liblibpspp_la-deque.o src/libpspp/.libs/src_libpspp_liblibpspp_la-encoding-guesser.o src/libpspp/.libs/src_libpspp_liblibpspp_la-ext-array.o src/libpspp/.libs/src_libpspp_liblibpspp_la-float-format.o src/libpspp/.libs/src_libpspp_liblibpspp_la-freaderror.o src/libpspp/.libs/src_libpspp_liblibpspp_la-hash-functions.o src/libpspp/.libs/src_libpspp_liblibpspp_la-inflate.o src/libpspp/.libs/src_libpspp_liblibpspp_la-heap.o src/libpspp/.libs/src_libpspp_liblibpspp_la-hmap.o src/libpspp/.libs/src_libpspp_liblibpspp_la-hmapx.o src/libpspp/.libs/src_libpspp_liblibpspp_la-i18n.o src/libpspp/.libs/src_libpspp_liblibpspp_la-integer-format.o src/libpspp/.libs/src_libpspp_liblibpspp_la-intern.o src/libpspp/.libs/src_libpspp_liblibpspp_la-line-reader.o src/libpspp/.libs/src_libpspp_liblibpspp_la-ll.o src/libpspp/.libs/src_libpspp_liblibpspp_la-llx.o src/libpspp/.libs/src_libpspp_liblibpspp_la-message.o src/libpspp/.libs/src_libpspp_liblibpspp_la-misc.o src/libpspp/.libs/src_libpspp_liblibpspp_la-model-checker.o src/libpspp/.libs/src_libpspp_liblibpspp_la-pool.o src/libpspp/.libs/src_libpspp_liblibpspp_la-prompt.o src/libpspp/.libs/src_libpspp_liblibpspp_la-range-map.o src/libpspp/.libs/src_libpspp_liblibpspp_la-range-set.o src/libpspp/.libs/src_libpspp_liblibpspp_la-range-tower.o src/libpspp/.libs/src_libpspp_liblibpspp_la-sparse-array.o src/libpspp/.libs/src_libpspp_liblibpspp_la-sparse-xarray.o src/libpspp/.libs/src_libpspp_liblibpspp_la-start-date.o src/libpspp/.libs/src_libpspp_liblibpspp_la-string-array.o src/libpspp/.libs/src_libpspp_liblibpspp_la-string-map.o src/libpspp/.libs/src_libpspp_liblibpspp_la-string-set.o src/libpspp/.libs/src_libpspp_liblibpspp_la-stringi-map.o src/libpspp/.libs/src_libpspp_liblibpspp_la-stringi-set.o src/libpspp/.libs/src_libpspp_liblibpspp_la-str.o src/libpspp/.libs/src_libpspp_liblibpspp_la-taint.o src/libpspp/.libs/src_libpspp_liblibpspp_la-temp-file.o src/libpspp/.libs/src_libpspp_liblibpspp_la-tower.o src/libpspp/.libs/src_libpspp_liblibpspp_la-u8-istream.o src/libpspp/.libs/src_libpspp_liblibpspp_la-u8-line.o src/libpspp/.libs/src_libpspp_liblibpspp_la-zip-reader.o src/libpspp/.libs/src_libpspp_liblibpspp_la-zip-writer.o src/libpspp/.libs/src_libpspp_liblibpspp_la-version.o libtool: link: ranlib src/libpspp/.libs/liblibpspp.a libtool: link: ( cd "src/libpspp/.libs" && rm -f "liblibpspp.la" && ln -s "../liblibpspp.la" "liblibpspp.la" ) /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-any-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-any-reader.Tpo -c -o src/data/src_data_libdata_la-any-reader.lo `test -f 'src/data/any-reader.c' || echo './'`src/data/any-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-any-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-any-reader.Tpo -c src/data/any-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-any-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-any-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-any-reader.Tpo -c src/data/any-reader.c -o src/data/src_data_libdata_la-any-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-any-reader.Tpo src/data/.deps/src_data_libdata_la-any-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-any-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-any-writer.Tpo -c -o src/data/src_data_libdata_la-any-writer.lo `test -f 'src/data/any-writer.c' || echo './'`src/data/any-writer.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-any-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-any-writer.Tpo -c src/data/any-writer.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-any-writer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-any-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-any-writer.Tpo -c src/data/any-writer.c -o src/data/src_data_libdata_la-any-writer.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-any-writer.Tpo src/data/.deps/src_data_libdata_la-any-writer.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-attributes.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-attributes.Tpo -c -o src/data/src_data_libdata_la-attributes.lo `test -f 'src/data/attributes.c' || echo './'`src/data/attributes.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-attributes.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-attributes.Tpo -c src/data/attributes.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-attributes.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-attributes.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-attributes.Tpo -c src/data/attributes.c -o src/data/src_data_libdata_la-attributes.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-attributes.Tpo src/data/.deps/src_data_libdata_la-attributes.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-calendar.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-calendar.Tpo -c -o src/data/src_data_libdata_la-calendar.lo `test -f 'src/data/calendar.c' || echo './'`src/data/calendar.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-calendar.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-calendar.Tpo -c src/data/calendar.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-calendar.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-calendar.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-calendar.Tpo -c src/data/calendar.c -o src/data/src_data_libdata_la-calendar.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-calendar.Tpo src/data/.deps/src_data_libdata_la-calendar.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-map.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-map.Tpo -c -o src/data/src_data_libdata_la-case-map.lo `test -f 'src/data/case-map.c' || echo './'`src/data/case-map.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-map.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-map.Tpo -c src/data/case-map.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-case-map.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-map.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-map.Tpo -c src/data/case-map.c -o src/data/src_data_libdata_la-case-map.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-case-map.Tpo src/data/.deps/src_data_libdata_la-case-map.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-matcher.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-matcher.Tpo -c -o src/data/src_data_libdata_la-case-matcher.lo `test -f 'src/data/case-matcher.c' || echo './'`src/data/case-matcher.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-matcher.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-matcher.Tpo -c src/data/case-matcher.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-case-matcher.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-matcher.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-matcher.Tpo -c src/data/case-matcher.c -o src/data/src_data_libdata_la-case-matcher.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-case-matcher.Tpo src/data/.deps/src_data_libdata_la-case-matcher.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-caseproto.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-caseproto.Tpo -c -o src/data/src_data_libdata_la-caseproto.lo `test -f 'src/data/caseproto.c' || echo './'`src/data/caseproto.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-caseproto.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-caseproto.Tpo -c src/data/caseproto.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-caseproto.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-caseproto.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-caseproto.Tpo -c src/data/caseproto.c -o src/data/src_data_libdata_la-caseproto.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-caseproto.Tpo src/data/.deps/src_data_libdata_la-caseproto.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case.Tpo -c -o src/data/src_data_libdata_la-case.lo `test -f 'src/data/case.c' || echo './'`src/data/case.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case.Tpo -c src/data/case.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-case.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case.Tpo -c src/data/case.c -o src/data/src_data_libdata_la-case.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-case.Tpo src/data/.deps/src_data_libdata_la-case.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casegrouper.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casegrouper.Tpo -c -o src/data/src_data_libdata_la-casegrouper.lo `test -f 'src/data/casegrouper.c' || echo './'`src/data/casegrouper.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casegrouper.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casegrouper.Tpo -c src/data/casegrouper.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casegrouper.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casegrouper.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casegrouper.Tpo -c src/data/casegrouper.c -o src/data/src_data_libdata_la-casegrouper.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casegrouper.Tpo src/data/.deps/src_data_libdata_la-casegrouper.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-caseinit.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-caseinit.Tpo -c -o src/data/src_data_libdata_la-caseinit.lo `test -f 'src/data/caseinit.c' || echo './'`src/data/caseinit.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-caseinit.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-caseinit.Tpo -c src/data/caseinit.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-caseinit.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-caseinit.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-caseinit.Tpo -c src/data/caseinit.c -o src/data/src_data_libdata_la-caseinit.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-caseinit.Tpo src/data/.deps/src_data_libdata_la-caseinit.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-filter.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-filter.Tpo -c -o src/data/src_data_libdata_la-casereader-filter.lo `test -f 'src/data/casereader-filter.c' || echo './'`src/data/casereader-filter.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-filter.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-filter.Tpo -c src/data/casereader-filter.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casereader-filter.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-filter.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-filter.Tpo -c src/data/casereader-filter.c -o src/data/src_data_libdata_la-casereader-filter.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casereader-filter.Tpo src/data/.deps/src_data_libdata_la-casereader-filter.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-project.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-project.Tpo -c -o src/data/src_data_libdata_la-casereader-project.lo `test -f 'src/data/casereader-project.c' || echo './'`src/data/casereader-project.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-project.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-project.Tpo -c src/data/casereader-project.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casereader-project.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-project.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-project.Tpo -c src/data/casereader-project.c -o src/data/src_data_libdata_la-casereader-project.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casereader-project.Tpo src/data/.deps/src_data_libdata_la-casereader-project.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-select.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-select.Tpo -c -o src/data/src_data_libdata_la-casereader-select.lo `test -f 'src/data/casereader-select.c' || echo './'`src/data/casereader-select.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-select.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-select.Tpo -c src/data/casereader-select.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casereader-select.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-select.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-select.Tpo -c src/data/casereader-select.c -o src/data/src_data_libdata_la-casereader-select.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casereader-select.Tpo src/data/.deps/src_data_libdata_la-casereader-select.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-shim.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-shim.Tpo -c -o src/data/src_data_libdata_la-casereader-shim.lo `test -f 'src/data/casereader-shim.c' || echo './'`src/data/casereader-shim.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-shim.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-shim.Tpo -c src/data/casereader-shim.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casereader-shim.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-shim.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-shim.Tpo -c src/data/casereader-shim.c -o src/data/src_data_libdata_la-casereader-shim.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casereader-shim.Tpo src/data/.deps/src_data_libdata_la-casereader-shim.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-translator.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-translator.Tpo -c -o src/data/src_data_libdata_la-casereader-translator.lo `test -f 'src/data/casereader-translator.c' || echo './'`src/data/casereader-translator.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-translator.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-translator.Tpo -c src/data/casereader-translator.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casereader-translator.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader-translator.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader-translator.Tpo -c src/data/casereader-translator.c -o src/data/src_data_libdata_la-casereader-translator.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casereader-translator.Tpo src/data/.deps/src_data_libdata_la-casereader-translator.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader.Tpo -c -o src/data/src_data_libdata_la-casereader.lo `test -f 'src/data/casereader.c' || echo './'`src/data/casereader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader.Tpo -c src/data/casereader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casereader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casereader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casereader.Tpo -c src/data/casereader.c -o src/data/src_data_libdata_la-casereader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casereader.Tpo src/data/.deps/src_data_libdata_la-casereader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewindow.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewindow.Tpo -c -o src/data/src_data_libdata_la-casewindow.lo `test -f 'src/data/casewindow.c' || echo './'`src/data/casewindow.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewindow.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewindow.Tpo -c src/data/casewindow.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casewindow.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewindow.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewindow.Tpo -c src/data/casewindow.c -o src/data/src_data_libdata_la-casewindow.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casewindow.Tpo src/data/.deps/src_data_libdata_la-casewindow.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewriter-translator.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewriter-translator.Tpo -c -o src/data/src_data_libdata_la-casewriter-translator.lo `test -f 'src/data/casewriter-translator.c' || echo './'`src/data/casewriter-translator.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewriter-translator.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewriter-translator.Tpo -c src/data/casewriter-translator.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casewriter-translator.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewriter-translator.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewriter-translator.Tpo -c src/data/casewriter-translator.c -o src/data/src_data_libdata_la-casewriter-translator.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casewriter-translator.Tpo src/data/.deps/src_data_libdata_la-casewriter-translator.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewriter.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewriter.Tpo -c -o src/data/src_data_libdata_la-casewriter.lo `test -f 'src/data/casewriter.c' || echo './'`src/data/casewriter.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewriter.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewriter.Tpo -c src/data/casewriter.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-casewriter.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-casewriter.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-casewriter.Tpo -c src/data/casewriter.c -o src/data/src_data_libdata_la-casewriter.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-casewriter.Tpo src/data/.deps/src_data_libdata_la-casewriter.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-tmpfile.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-tmpfile.Tpo -c -o src/data/src_data_libdata_la-case-tmpfile.lo `test -f 'src/data/case-tmpfile.c' || echo './'`src/data/case-tmpfile.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-tmpfile.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-tmpfile.Tpo -c src/data/case-tmpfile.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-case-tmpfile.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-case-tmpfile.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-case-tmpfile.Tpo -c src/data/case-tmpfile.c -o src/data/src_data_libdata_la-case-tmpfile.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-case-tmpfile.Tpo src/data/.deps/src_data_libdata_la-case-tmpfile.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-csv-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-csv-file-writer.Tpo -c -o src/data/src_data_libdata_la-csv-file-writer.lo `test -f 'src/data/csv-file-writer.c' || echo './'`src/data/csv-file-writer.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-csv-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-csv-file-writer.Tpo -c src/data/csv-file-writer.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-csv-file-writer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-csv-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-csv-file-writer.Tpo -c src/data/csv-file-writer.c -o src/data/src_data_libdata_la-csv-file-writer.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-csv-file-writer.Tpo src/data/.deps/src_data_libdata_la-csv-file-writer.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-data-in.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-data-in.Tpo -c -o src/data/src_data_libdata_la-data-in.lo `test -f 'src/data/data-in.c' || echo './'`src/data/data-in.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-data-in.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-data-in.Tpo -c src/data/data-in.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-data-in.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-data-in.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-data-in.Tpo -c src/data/data-in.c -o src/data/src_data_libdata_la-data-in.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-data-in.Tpo src/data/.deps/src_data_libdata_la-data-in.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-data-out.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-data-out.Tpo -c -o src/data/src_data_libdata_la-data-out.lo `test -f 'src/data/data-out.c' || echo './'`src/data/data-out.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-data-out.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-data-out.Tpo -c src/data/data-out.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-data-out.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-data-out.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-data-out.Tpo -c src/data/data-out.c -o src/data/src_data_libdata_la-data-out.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-data-out.Tpo src/data/.deps/src_data_libdata_la-data-out.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset.Tpo -c -o src/data/src_data_libdata_la-dataset.lo `test -f 'src/data/dataset.c' || echo './'`src/data/dataset.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset.Tpo -c src/data/dataset.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-dataset.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset.Tpo -c src/data/dataset.c -o src/data/src_data_libdata_la-dataset.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-dataset.Tpo src/data/.deps/src_data_libdata_la-dataset.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset-reader.Tpo -c -o src/data/src_data_libdata_la-dataset-reader.lo `test -f 'src/data/dataset-reader.c' || echo './'`src/data/dataset-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset-reader.Tpo -c src/data/dataset-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-dataset-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset-reader.Tpo -c src/data/dataset-reader.c -o src/data/src_data_libdata_la-dataset-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-dataset-reader.Tpo src/data/.deps/src_data_libdata_la-dataset-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset-writer.Tpo -c -o src/data/src_data_libdata_la-dataset-writer.lo `test -f 'src/data/dataset-writer.c' || echo './'`src/data/dataset-writer.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset-writer.Tpo -c src/data/dataset-writer.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-dataset-writer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dataset-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dataset-writer.Tpo -c src/data/dataset-writer.c -o src/data/src_data_libdata_la-dataset-writer.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-dataset-writer.Tpo src/data/.deps/src_data_libdata_la-dataset-writer.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-datasheet.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-datasheet.Tpo -c -o src/data/src_data_libdata_la-datasheet.lo `test -f 'src/data/datasheet.c' || echo './'`src/data/datasheet.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-datasheet.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-datasheet.Tpo -c src/data/datasheet.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-datasheet.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-datasheet.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-datasheet.Tpo -c src/data/datasheet.c -o src/data/src_data_libdata_la-datasheet.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-datasheet.Tpo src/data/.deps/src_data_libdata_la-datasheet.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dict-class.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dict-class.Tpo -c -o src/data/src_data_libdata_la-dict-class.lo `test -f 'src/data/dict-class.c' || echo './'`src/data/dict-class.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dict-class.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dict-class.Tpo -c src/data/dict-class.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-dict-class.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dict-class.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dict-class.Tpo -c src/data/dict-class.c -o src/data/src_data_libdata_la-dict-class.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-dict-class.Tpo src/data/.deps/src_data_libdata_la-dict-class.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dictionary.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dictionary.Tpo -c -o src/data/src_data_libdata_la-dictionary.lo `test -f 'src/data/dictionary.c' || echo './'`src/data/dictionary.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dictionary.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dictionary.Tpo -c src/data/dictionary.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-dictionary.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-dictionary.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-dictionary.Tpo -c src/data/dictionary.c -o src/data/src_data_libdata_la-dictionary.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-dictionary.Tpo src/data/.deps/src_data_libdata_la-dictionary.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-file-handle-def.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-file-handle-def.Tpo -c -o src/data/src_data_libdata_la-file-handle-def.lo `test -f 'src/data/file-handle-def.c' || echo './'`src/data/file-handle-def.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-file-handle-def.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-file-handle-def.Tpo -c src/data/file-handle-def.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-file-handle-def.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-file-handle-def.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-file-handle-def.Tpo -c src/data/file-handle-def.c -o src/data/src_data_libdata_la-file-handle-def.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-file-handle-def.Tpo src/data/.deps/src_data_libdata_la-file-handle-def.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-file-name.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-file-name.Tpo -c -o src/data/src_data_libdata_la-file-name.lo `test -f 'src/data/file-name.c' || echo './'`src/data/file-name.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-file-name.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-file-name.Tpo -c src/data/file-name.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-file-name.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-file-name.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-file-name.Tpo -c src/data/file-name.c -o src/data/src_data_libdata_la-file-name.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-file-name.Tpo src/data/.deps/src_data_libdata_la-file-name.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-format-guesser.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-format-guesser.Tpo -c -o src/data/src_data_libdata_la-format-guesser.lo `test -f 'src/data/format-guesser.c' || echo './'`src/data/format-guesser.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-format-guesser.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-format-guesser.Tpo -c src/data/format-guesser.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-format-guesser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-format-guesser.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-format-guesser.Tpo -c src/data/format-guesser.c -o src/data/src_data_libdata_la-format-guesser.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-format-guesser.Tpo src/data/.deps/src_data_libdata_la-format-guesser.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-format.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-format.Tpo -c -o src/data/src_data_libdata_la-format.lo `test -f 'src/data/format.c' || echo './'`src/data/format.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-format.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-format.Tpo -c src/data/format.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-format.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-format.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-format.Tpo -c src/data/format.c -o src/data/src_data_libdata_la-format.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-format.Tpo src/data/.deps/src_data_libdata_la-format.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-gnumeric-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-gnumeric-reader.Tpo -c -o src/data/src_data_libdata_la-gnumeric-reader.lo `test -f 'src/data/gnumeric-reader.c' || echo './'`src/data/gnumeric-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-gnumeric-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-gnumeric-reader.Tpo -c src/data/gnumeric-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-gnumeric-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-gnumeric-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-gnumeric-reader.Tpo -c src/data/gnumeric-reader.c -o src/data/src_data_libdata_la-gnumeric-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-gnumeric-reader.Tpo src/data/.deps/src_data_libdata_la-gnumeric-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-identifier.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-identifier.Tpo -c -o src/data/src_data_libdata_la-identifier.lo `test -f 'src/data/identifier.c' || echo './'`src/data/identifier.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-identifier.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-identifier.Tpo -c src/data/identifier.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-identifier.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-identifier.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-identifier.Tpo -c src/data/identifier.c -o src/data/src_data_libdata_la-identifier.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-identifier.Tpo src/data/.deps/src_data_libdata_la-identifier.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-identifier2.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-identifier2.Tpo -c -o src/data/src_data_libdata_la-identifier2.lo `test -f 'src/data/identifier2.c' || echo './'`src/data/identifier2.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-identifier2.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-identifier2.Tpo -c src/data/identifier2.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-identifier2.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-identifier2.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-identifier2.Tpo -c src/data/identifier2.c -o src/data/src_data_libdata_la-identifier2.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-identifier2.Tpo src/data/.deps/src_data_libdata_la-identifier2.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-lazy-casereader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-lazy-casereader.Tpo -c -o src/data/src_data_libdata_la-lazy-casereader.lo `test -f 'src/data/lazy-casereader.c' || echo './'`src/data/lazy-casereader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-lazy-casereader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-lazy-casereader.Tpo -c src/data/lazy-casereader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-lazy-casereader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-lazy-casereader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-lazy-casereader.Tpo -c src/data/lazy-casereader.c -o src/data/src_data_libdata_la-lazy-casereader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-lazy-casereader.Tpo src/data/.deps/src_data_libdata_la-lazy-casereader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-missing-values.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-missing-values.Tpo -c -o src/data/src_data_libdata_la-missing-values.lo `test -f 'src/data/missing-values.c' || echo './'`src/data/missing-values.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-missing-values.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-missing-values.Tpo -c src/data/missing-values.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-missing-values.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-missing-values.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-missing-values.Tpo -c src/data/missing-values.c -o src/data/src_data_libdata_la-missing-values.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-missing-values.Tpo src/data/.deps/src_data_libdata_la-missing-values.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-make-file.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-make-file.Tpo -c -o src/data/src_data_libdata_la-make-file.lo `test -f 'src/data/make-file.c' || echo './'`src/data/make-file.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-make-file.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-make-file.Tpo -c src/data/make-file.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-make-file.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-make-file.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-make-file.Tpo -c src/data/make-file.c -o src/data/src_data_libdata_la-make-file.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-make-file.Tpo src/data/.deps/src_data_libdata_la-make-file.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-mrset.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-mrset.Tpo -c -o src/data/src_data_libdata_la-mrset.lo `test -f 'src/data/mrset.c' || echo './'`src/data/mrset.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-mrset.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-mrset.Tpo -c src/data/mrset.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-mrset.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-mrset.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-mrset.Tpo -c src/data/mrset.c -o src/data/src_data_libdata_la-mrset.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-mrset.Tpo src/data/.deps/src_data_libdata_la-mrset.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-ods-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-ods-reader.Tpo -c -o src/data/src_data_libdata_la-ods-reader.lo `test -f 'src/data/ods-reader.c' || echo './'`src/data/ods-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-ods-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-ods-reader.Tpo -c src/data/ods-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-ods-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-ods-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-ods-reader.Tpo -c src/data/ods-reader.c -o src/data/src_data_libdata_la-ods-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-ods-reader.Tpo src/data/.deps/src_data_libdata_la-ods-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-por-file-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-por-file-reader.Tpo -c -o src/data/src_data_libdata_la-por-file-reader.lo `test -f 'src/data/por-file-reader.c' || echo './'`src/data/por-file-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-por-file-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-por-file-reader.Tpo -c src/data/por-file-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-por-file-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-por-file-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-por-file-reader.Tpo -c src/data/por-file-reader.c -o src/data/src_data_libdata_la-por-file-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-por-file-reader.Tpo src/data/.deps/src_data_libdata_la-por-file-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-por-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-por-file-writer.Tpo -c -o src/data/src_data_libdata_la-por-file-writer.lo `test -f 'src/data/por-file-writer.c' || echo './'`src/data/por-file-writer.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-por-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-por-file-writer.Tpo -c src/data/por-file-writer.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-por-file-writer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-por-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-por-file-writer.Tpo -c src/data/por-file-writer.c -o src/data/src_data_libdata_la-por-file-writer.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-por-file-writer.Tpo src/data/.deps/src_data_libdata_la-por-file-writer.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-psql-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-psql-reader.Tpo -c -o src/data/src_data_libdata_la-psql-reader.lo `test -f 'src/data/psql-reader.c' || echo './'`src/data/psql-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-psql-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-psql-reader.Tpo -c src/data/psql-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-psql-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-psql-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-psql-reader.Tpo -c src/data/psql-reader.c -o src/data/src_data_libdata_la-psql-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-psql-reader.Tpo src/data/.deps/src_data_libdata_la-psql-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-session.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-session.Tpo -c -o src/data/src_data_libdata_la-session.lo `test -f 'src/data/session.c' || echo './'`src/data/session.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-session.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-session.Tpo -c src/data/session.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-session.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-session.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-session.Tpo -c src/data/session.c -o src/data/src_data_libdata_la-session.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-session.Tpo src/data/.deps/src_data_libdata_la-session.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-settings.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-settings.Tpo -c -o src/data/src_data_libdata_la-settings.lo `test -f 'src/data/settings.c' || echo './'`src/data/settings.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-settings.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-settings.Tpo -c src/data/settings.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-settings.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-settings.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-settings.Tpo -c src/data/settings.c -o src/data/src_data_libdata_la-settings.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-settings.Tpo src/data/.deps/src_data_libdata_la-settings.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-short-names.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-short-names.Tpo -c -o src/data/src_data_libdata_la-short-names.lo `test -f 'src/data/short-names.c' || echo './'`src/data/short-names.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-short-names.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-short-names.Tpo -c src/data/short-names.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-short-names.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-short-names.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-short-names.Tpo -c src/data/short-names.c -o src/data/src_data_libdata_la-short-names.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-short-names.Tpo src/data/.deps/src_data_libdata_la-short-names.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-spreadsheet-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-spreadsheet-reader.Tpo -c -o src/data/src_data_libdata_la-spreadsheet-reader.lo `test -f 'src/data/spreadsheet-reader.c' || echo './'`src/data/spreadsheet-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-spreadsheet-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-spreadsheet-reader.Tpo -c src/data/spreadsheet-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-spreadsheet-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-spreadsheet-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-spreadsheet-reader.Tpo -c src/data/spreadsheet-reader.c -o src/data/src_data_libdata_la-spreadsheet-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-spreadsheet-reader.Tpo src/data/.deps/src_data_libdata_la-spreadsheet-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-subcase.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-subcase.Tpo -c -o src/data/src_data_libdata_la-subcase.lo `test -f 'src/data/subcase.c' || echo './'`src/data/subcase.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-subcase.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-subcase.Tpo -c src/data/subcase.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-subcase.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-subcase.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-subcase.Tpo -c src/data/subcase.c -o src/data/src_data_libdata_la-subcase.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-subcase.Tpo src/data/.deps/src_data_libdata_la-subcase.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-encryption.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-encryption.Tpo -c -o src/data/src_data_libdata_la-sys-file-encryption.lo `test -f 'src/data/sys-file-encryption.c' || echo './'`src/data/sys-file-encryption.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-encryption.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-encryption.Tpo -c src/data/sys-file-encryption.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-sys-file-encryption.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-encryption.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-encryption.Tpo -c src/data/sys-file-encryption.c -o src/data/src_data_libdata_la-sys-file-encryption.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-sys-file-encryption.Tpo src/data/.deps/src_data_libdata_la-sys-file-encryption.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-private.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-private.Tpo -c -o src/data/src_data_libdata_la-sys-file-private.lo `test -f 'src/data/sys-file-private.c' || echo './'`src/data/sys-file-private.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-private.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-private.Tpo -c src/data/sys-file-private.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-sys-file-private.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-private.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-private.Tpo -c src/data/sys-file-private.c -o src/data/src_data_libdata_la-sys-file-private.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-sys-file-private.Tpo src/data/.deps/src_data_libdata_la-sys-file-private.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-reader.Tpo -c -o src/data/src_data_libdata_la-sys-file-reader.lo `test -f 'src/data/sys-file-reader.c' || echo './'`src/data/sys-file-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-reader.Tpo -c src/data/sys-file-reader.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-sys-file-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-reader.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-reader.Tpo -c src/data/sys-file-reader.c -o src/data/src_data_libdata_la-sys-file-reader.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-sys-file-reader.Tpo src/data/.deps/src_data_libdata_la-sys-file-reader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-writer.Tpo -c -o src/data/src_data_libdata_la-sys-file-writer.lo `test -f 'src/data/sys-file-writer.c' || echo './'`src/data/sys-file-writer.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-writer.Tpo -c src/data/sys-file-writer.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-sys-file-writer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-sys-file-writer.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-sys-file-writer.Tpo -c src/data/sys-file-writer.c -o src/data/src_data_libdata_la-sys-file-writer.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-sys-file-writer.Tpo src/data/.deps/src_data_libdata_la-sys-file-writer.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-transformations.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-transformations.Tpo -c -o src/data/src_data_libdata_la-transformations.lo `test -f 'src/data/transformations.c' || echo './'`src/data/transformations.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-transformations.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-transformations.Tpo -c src/data/transformations.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-transformations.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-transformations.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-transformations.Tpo -c src/data/transformations.c -o src/data/src_data_libdata_la-transformations.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-transformations.Tpo src/data/.deps/src_data_libdata_la-transformations.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-value.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-value.Tpo -c -o src/data/src_data_libdata_la-value.lo `test -f 'src/data/value.c' || echo './'`src/data/value.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-value.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-value.Tpo -c src/data/value.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-value.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-value.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-value.Tpo -c src/data/value.c -o src/data/src_data_libdata_la-value.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-value.Tpo src/data/.deps/src_data_libdata_la-value.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-value-labels.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-value-labels.Tpo -c -o src/data/src_data_libdata_la-value-labels.lo `test -f 'src/data/value-labels.c' || echo './'`src/data/value-labels.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-value-labels.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-value-labels.Tpo -c src/data/value-labels.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-value-labels.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-value-labels.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-value-labels.Tpo -c src/data/value-labels.c -o src/data/src_data_libdata_la-value-labels.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-value-labels.Tpo src/data/.deps/src_data_libdata_la-value-labels.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-variable.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-variable.Tpo -c -o src/data/src_data_libdata_la-variable.lo `test -f 'src/data/variable.c' || echo './'`src/data/variable.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-variable.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-variable.Tpo -c src/data/variable.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-variable.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-variable.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-variable.Tpo -c src/data/variable.c -o src/data/src_data_libdata_la-variable.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-variable.Tpo src/data/.deps/src_data_libdata_la-variable.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-vector.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-vector.Tpo -c -o src/data/src_data_libdata_la-vector.lo `test -f 'src/data/vector.c' || echo './'`src/data/vector.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-vector.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-vector.Tpo -c src/data/vector.c -fPIC -DPIC -o src/data/.libs/src_data_libdata_la-vector.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/data/src_data_libdata_la-vector.lo -MD -MP -MF src/data/.deps/src_data_libdata_la-vector.Tpo -c src/data/vector.c -o src/data/src_data_libdata_la-vector.o >/dev/null 2>&1 mv -f src/data/.deps/src_data_libdata_la-vector.Tpo src/data/.deps/src_data_libdata_la-vector.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o src/data/libdata.la src/data/src_data_libdata_la-any-reader.lo src/data/src_data_libdata_la-any-writer.lo src/data/src_data_libdata_la-attributes.lo src/data/src_data_libdata_la-calendar.lo src/data/src_data_libdata_la-case-map.lo src/data/src_data_libdata_la-case-matcher.lo src/data/src_data_libdata_la-caseproto.lo src/data/src_data_libdata_la-case.lo src/data/src_data_libdata_la-casegrouper.lo src/data/src_data_libdata_la-caseinit.lo src/data/src_data_libdata_la-casereader-filter.lo src/data/src_data_libdata_la-casereader-project.lo src/data/src_data_libdata_la-casereader-select.lo src/data/src_data_libdata_la-casereader-shim.lo src/data/src_data_libdata_la-casereader-translator.lo src/data/src_data_libdata_la-casereader.lo src/data/src_data_libdata_la-casewindow.lo src/data/src_data_libdata_la-casewriter-translator.lo src/data/src_data_libdata_la-casewriter.lo src/data/src_data_libdata_la-case-tmpfile.lo src/data/src_data_libdata_la-csv-file-writer.lo src/data/src_data_libdata_la-data-in.lo src/data/src_data_libdata_la-data-out.lo src/data/src_data_libdata_la-dataset.lo src/data/src_data_libdata_la-dataset-reader.lo src/data/src_data_libdata_la-dataset-writer.lo src/data/src_data_libdata_la-datasheet.lo src/data/src_data_libdata_la-dict-class.lo src/data/src_data_libdata_la-dictionary.lo src/data/src_data_libdata_la-file-handle-def.lo src/data/src_data_libdata_la-file-name.lo src/data/src_data_libdata_la-format-guesser.lo src/data/src_data_libdata_la-format.lo src/data/src_data_libdata_la-gnumeric-reader.lo src/data/src_data_libdata_la-identifier.lo src/data/src_data_libdata_la-identifier2.lo src/data/src_data_libdata_la-lazy-casereader.lo src/data/src_data_libdata_la-missing-values.lo src/data/src_data_libdata_la-make-file.lo src/data/src_data_libdata_la-mrset.lo src/data/src_data_libdata_la-ods-reader.lo src/data/src_data_libdata_la-por-file-reader.lo src/data/src_data_libdata_la-por-file-writer.lo src/data/src_data_libdata_la-psql-reader.lo src/data/src_data_libdata_la-session.lo src/data/src_data_libdata_la-settings.lo src/data/src_data_libdata_la-short-names.lo src/data/src_data_libdata_la-spreadsheet-reader.lo src/data/src_data_libdata_la-subcase.lo src/data/src_data_libdata_la-sys-file-encoding.lo src/data/src_data_libdata_la-sys-file-encryption.lo src/data/src_data_libdata_la-sys-file-private.lo src/data/src_data_libdata_la-sys-file-reader.lo src/data/src_data_libdata_la-sys-file-writer.lo src/data/src_data_libdata_la-transformations.lo src/data/src_data_libdata_la-value.lo src/data/src_data_libdata_la-value-labels.lo src/data/src_data_libdata_la-variable.lo src/data/src_data_libdata_la-vector.lo -lxml2 /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr src/data/.libs/libdata.a src/data/.libs/libdata.la libtool: link: ar cru src/data/.libs/libdata.a src/data/.libs/src_data_libdata_la-any-reader.o src/data/.libs/src_data_libdata_la-any-writer.o src/data/.libs/src_data_libdata_la-attributes.o src/data/.libs/src_data_libdata_la-calendar.o src/data/.libs/src_data_libdata_la-case-map.o src/data/.libs/src_data_libdata_la-case-matcher.o src/data/.libs/src_data_libdata_la-caseproto.o src/data/.libs/src_data_libdata_la-case.o src/data/.libs/src_data_libdata_la-casegrouper.o src/data/.libs/src_data_libdata_la-caseinit.o src/data/.libs/src_data_libdata_la-casereader-filter.o src/data/.libs/src_data_libdata_la-casereader-project.o src/data/.libs/src_data_libdata_la-casereader-select.o src/data/.libs/src_data_libdata_la-casereader-shim.o src/data/.libs/src_data_libdata_la-casereader-translator.o src/data/.libs/src_data_libdata_la-casereader.o src/data/.libs/src_data_libdata_la-casewindow.o src/data/.libs/src_data_libdata_la-casewriter-translator.o src/data/.libs/src_data_libdata_la-casewriter.o src/data/.libs/src_data_libdata_la-case-tmpfile.o src/data/.libs/src_data_libdata_la-csv-file-writer.o src/data/.libs/src_data_libdata_la-data-in.o src/data/.libs/src_data_libdata_la-data-out.o src/data/.libs/src_data_libdata_la-dataset.o src/data/.libs/src_data_libdata_la-dataset-reader.o src/data/.libs/src_data_libdata_la-dataset-writer.o src/data/.libs/src_data_libdata_la-datasheet.o src/data/.libs/src_data_libdata_la-dict-class.o src/data/.libs/src_data_libdata_la-dictionary.o src/data/.libs/src_data_libdata_la-file-handle-def.o src/data/.libs/src_data_libdata_la-file-name.o src/data/.libs/src_data_libdata_la-format-guesser.o src/data/.libs/src_data_libdata_la-format.o src/data/.libs/src_data_libdata_la-gnumeric-reader.o src/data/.libs/src_data_libdata_la-identifier.o src/data/.libs/src_data_libdata_la-identifier2.o src/data/.libs/src_data_libdata_la-lazy-casereader.o src/data/.libs/src_data_libdata_la-missing-values.o src/data/.libs/src_data_libdata_la-make-file.o src/data/.libs/src_data_libdata_la-mrset.o src/data/.libs/src_data_libdata_la-ods-reader.o src/data/.libs/src_data_libdata_la-por-file-reader.o src/data/.libs/src_data_libdata_la-por-file-writer.o src/data/.libs/src_data_libdata_la-psql-reader.o src/data/.libs/src_data_libdata_la-session.o src/data/.libs/src_data_libdata_la-settings.o src/data/.libs/src_data_libdata_la-short-names.o src/data/.libs/src_data_libdata_la-spreadsheet-reader.o src/data/.libs/src_data_libdata_la-subcase.o src/data/.libs/src_data_libdata_la-sys-file-encoding.o src/data/.libs/src_data_libdata_la-sys-file-encryption.o src/data/.libs/src_data_libdata_la-sys-file-private.o src/data/.libs/src_data_libdata_la-sys-file-reader.o src/data/.libs/src_data_libdata_la-sys-file-writer.o src/data/.libs/src_data_libdata_la-transformations.o src/data/.libs/src_data_libdata_la-value.o src/data/.libs/src_data_libdata_la-value-labels.o src/data/.libs/src_data_libdata_la-variable.o src/data/.libs/src_data_libdata_la-vector.o libtool: link: ranlib src/data/.libs/libdata.a libtool: link: ( cd "src/data/.libs" && rm -f "libdata.la" && ln -s "../libdata.la" "libdata.la" ) depbase=`echo src/math/chart-geometry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/chart-geometry.lo -MD -MP -MF $depbase.Tpo -c -o src/math/chart-geometry.lo src/math/chart-geometry.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/chart-geometry.lo -MD -MP -MF src/math/.deps/chart-geometry.Tpo -c src/math/chart-geometry.c -fPIC -DPIC -o src/math/.libs/chart-geometry.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/chart-geometry.lo -MD -MP -MF src/math/.deps/chart-geometry.Tpo -c src/math/chart-geometry.c -o src/math/chart-geometry.o >/dev/null 2>&1 depbase=`echo src/math/box-whisker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/box-whisker.lo -MD -MP -MF $depbase.Tpo -c -o src/math/box-whisker.lo src/math/box-whisker.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/box-whisker.lo -MD -MP -MF src/math/.deps/box-whisker.Tpo -c src/math/box-whisker.c -fPIC -DPIC -o src/math/.libs/box-whisker.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/box-whisker.lo -MD -MP -MF src/math/.deps/box-whisker.Tpo -c src/math/box-whisker.c -o src/math/box-whisker.o >/dev/null 2>&1 depbase=`echo src/math/categoricals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/categoricals.lo -MD -MP -MF $depbase.Tpo -c -o src/math/categoricals.lo src/math/categoricals.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/categoricals.lo -MD -MP -MF src/math/.deps/categoricals.Tpo -c src/math/categoricals.c -fPIC -DPIC -o src/math/.libs/categoricals.o src/math/categoricals.c: In function 'categoricals_dump': src/math/categoricals.c:219:7: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=] printf ("Number of interactions %d\n", cat->n_iap); ^ libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/categoricals.lo -MD -MP -MF src/math/.deps/categoricals.Tpo -c src/math/categoricals.c -o src/math/categoricals.o >/dev/null 2>&1 depbase=`echo src/math/covariance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/covariance.lo -MD -MP -MF $depbase.Tpo -c -o src/math/covariance.lo src/math/covariance.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/covariance.lo -MD -MP -MF src/math/.deps/covariance.Tpo -c src/math/covariance.c -fPIC -DPIC -o src/math/.libs/covariance.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/covariance.lo -MD -MP -MF src/math/.deps/covariance.Tpo -c src/math/covariance.c -o src/math/covariance.o >/dev/null 2>&1 depbase=`echo src/math/correlation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/correlation.lo -MD -MP -MF $depbase.Tpo -c -o src/math/correlation.lo src/math/correlation.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/correlation.lo -MD -MP -MF src/math/.deps/correlation.Tpo -c src/math/correlation.c -fPIC -DPIC -o src/math/.libs/correlation.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/correlation.lo -MD -MP -MF src/math/.deps/correlation.Tpo -c src/math/correlation.c -o src/math/correlation.o >/dev/null 2>&1 depbase=`echo src/math/extrema.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/extrema.lo -MD -MP -MF $depbase.Tpo -c -o src/math/extrema.lo src/math/extrema.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/extrema.lo -MD -MP -MF src/math/.deps/extrema.Tpo -c src/math/extrema.c -fPIC -DPIC -o src/math/.libs/extrema.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/extrema.lo -MD -MP -MF src/math/.deps/extrema.Tpo -c src/math/extrema.c -o src/math/extrema.o >/dev/null 2>&1 depbase=`echo src/math/histogram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/histogram.lo -MD -MP -MF $depbase.Tpo -c -o src/math/histogram.lo src/math/histogram.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/histogram.lo -MD -MP -MF src/math/.deps/histogram.Tpo -c src/math/histogram.c -fPIC -DPIC -o src/math/.libs/histogram.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/histogram.lo -MD -MP -MF src/math/.deps/histogram.Tpo -c src/math/histogram.c -o src/math/histogram.o >/dev/null 2>&1 depbase=`echo src/math/interaction.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/interaction.lo -MD -MP -MF $depbase.Tpo -c -o src/math/interaction.lo src/math/interaction.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/interaction.lo -MD -MP -MF src/math/.deps/interaction.Tpo -c src/math/interaction.c -fPIC -DPIC -o src/math/.libs/interaction.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/interaction.lo -MD -MP -MF src/math/.deps/interaction.Tpo -c src/math/interaction.c -o src/math/interaction.o >/dev/null 2>&1 depbase=`echo src/math/levene.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/levene.lo -MD -MP -MF $depbase.Tpo -c -o src/math/levene.lo src/math/levene.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/levene.lo -MD -MP -MF src/math/.deps/levene.Tpo -c src/math/levene.c -fPIC -DPIC -o src/math/.libs/levene.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/levene.lo -MD -MP -MF src/math/.deps/levene.Tpo -c src/math/levene.c -o src/math/levene.o >/dev/null 2>&1 depbase=`echo src/math/linreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/linreg.lo -MD -MP -MF $depbase.Tpo -c -o src/math/linreg.lo src/math/linreg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/linreg.lo -MD -MP -MF src/math/.deps/linreg.Tpo -c src/math/linreg.c -fPIC -DPIC -o src/math/.libs/linreg.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/linreg.lo -MD -MP -MF src/math/.deps/linreg.Tpo -c src/math/linreg.c -o src/math/linreg.o >/dev/null 2>&1 depbase=`echo src/math/merge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/merge.lo -MD -MP -MF $depbase.Tpo -c -o src/math/merge.lo src/math/merge.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/merge.lo -MD -MP -MF src/math/.deps/merge.Tpo -c src/math/merge.c -fPIC -DPIC -o src/math/.libs/merge.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/merge.lo -MD -MP -MF src/math/.deps/merge.Tpo -c src/math/merge.c -o src/math/merge.o >/dev/null 2>&1 depbase=`echo src/math/moments.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/moments.lo -MD -MP -MF $depbase.Tpo -c -o src/math/moments.lo src/math/moments.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/moments.lo -MD -MP -MF src/math/.deps/moments.Tpo -c src/math/moments.c -fPIC -DPIC -o src/math/.libs/moments.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/moments.lo -MD -MP -MF src/math/.deps/moments.Tpo -c src/math/moments.c -o src/math/moments.o >/dev/null 2>&1 depbase=`echo src/math/np.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/np.lo -MD -MP -MF $depbase.Tpo -c -o src/math/np.lo src/math/np.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/np.lo -MD -MP -MF src/math/.deps/np.Tpo -c src/math/np.c -fPIC -DPIC -o src/math/.libs/np.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/np.lo -MD -MP -MF src/math/.deps/np.Tpo -c src/math/np.c -o src/math/np.o >/dev/null 2>&1 depbase=`echo src/math/order-stats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/order-stats.lo -MD -MP -MF $depbase.Tpo -c -o src/math/order-stats.lo src/math/order-stats.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/order-stats.lo -MD -MP -MF src/math/.deps/order-stats.Tpo -c src/math/order-stats.c -fPIC -DPIC -o src/math/.libs/order-stats.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/order-stats.lo -MD -MP -MF src/math/.deps/order-stats.Tpo -c src/math/order-stats.c -o src/math/order-stats.o >/dev/null 2>&1 depbase=`echo src/math/percentiles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/percentiles.lo -MD -MP -MF $depbase.Tpo -c -o src/math/percentiles.lo src/math/percentiles.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/percentiles.lo -MD -MP -MF src/math/.deps/percentiles.Tpo -c src/math/percentiles.c -fPIC -DPIC -o src/math/.libs/percentiles.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/percentiles.lo -MD -MP -MF src/math/.deps/percentiles.Tpo -c src/math/percentiles.c -o src/math/percentiles.o >/dev/null 2>&1 depbase=`echo src/math/random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/random.lo -MD -MP -MF $depbase.Tpo -c -o src/math/random.lo src/math/random.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/random.lo -MD -MP -MF src/math/.deps/random.Tpo -c src/math/random.c -fPIC -DPIC -o src/math/.libs/random.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/random.lo -MD -MP -MF src/math/.deps/random.Tpo -c src/math/random.c -o src/math/random.o >/dev/null 2>&1 depbase=`echo src/math/sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/sort.lo -MD -MP -MF $depbase.Tpo -c -o src/math/sort.lo src/math/sort.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/sort.lo -MD -MP -MF src/math/.deps/sort.Tpo -c src/math/sort.c -fPIC -DPIC -o src/math/.libs/sort.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/sort.lo -MD -MP -MF src/math/.deps/sort.Tpo -c src/math/sort.c -o src/math/sort.o >/dev/null 2>&1 depbase=`echo src/math/trimmed-mean.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/trimmed-mean.lo -MD -MP -MF $depbase.Tpo -c -o src/math/trimmed-mean.lo src/math/trimmed-mean.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/trimmed-mean.lo -MD -MP -MF src/math/.deps/trimmed-mean.Tpo -c src/math/trimmed-mean.c -fPIC -DPIC -o src/math/.libs/trimmed-mean.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/trimmed-mean.lo -MD -MP -MF src/math/.deps/trimmed-mean.Tpo -c src/math/trimmed-mean.c -o src/math/trimmed-mean.o >/dev/null 2>&1 depbase=`echo src/math/tukey-hinges.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/tukey-hinges.lo -MD -MP -MF $depbase.Tpo -c -o src/math/tukey-hinges.lo src/math/tukey-hinges.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/tukey-hinges.lo -MD -MP -MF src/math/.deps/tukey-hinges.Tpo -c src/math/tukey-hinges.c -fPIC -DPIC -o src/math/.libs/tukey-hinges.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/tukey-hinges.lo -MD -MP -MF src/math/.deps/tukey-hinges.Tpo -c src/math/tukey-hinges.c -o src/math/tukey-hinges.o >/dev/null 2>&1 depbase=`echo src/math/wilcoxon-sig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/wilcoxon-sig.lo -MD -MP -MF $depbase.Tpo -c -o src/math/wilcoxon-sig.lo src/math/wilcoxon-sig.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/wilcoxon-sig.lo -MD -MP -MF src/math/.deps/wilcoxon-sig.Tpo -c src/math/wilcoxon-sig.c -fPIC -DPIC -o src/math/.libs/wilcoxon-sig.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/math/wilcoxon-sig.lo -MD -MP -MF src/math/.deps/wilcoxon-sig.Tpo -c src/math/wilcoxon-sig.c -o src/math/wilcoxon-sig.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o src/math/libpspp-math.la src/math/chart-geometry.lo src/math/box-whisker.lo src/math/categoricals.lo src/math/covariance.lo src/math/correlation.lo src/math/extrema.lo src/math/histogram.lo src/math/interaction.lo src/math/levene.lo src/math/linreg.lo src/math/merge.lo src/math/moments.lo src/math/np.lo src/math/order-stats.lo src/math/percentiles.lo src/math/random.lo src/math/sort.lo src/math/trimmed-mean.lo src/math/tukey-hinges.lo src/math/wilcoxon-sig.lo lib/linreg/liblinreg.la lib/tukey/libtukey.la /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr src/math/.libs/libpspp-math.a src/math/.libs/libpspp-math.la libtool: link: (cd src/math/.libs/libpspp-math.lax/liblinreg.a && ar x "/home/fhou/Downloads/pspp-0.8.2/lib/linreg/.libs/liblinreg.a") libtool: link: (cd src/math/.libs/libpspp-math.lax/libtukey.a && ar x "/home/fhou/Downloads/pspp-0.8.2/lib/tukey/.libs/libtukey.a") libtool: link: ar cru src/math/.libs/libpspp-math.a src/math/.libs/chart-geometry.o src/math/.libs/box-whisker.o src/math/.libs/categoricals.o src/math/.libs/covariance.o src/math/.libs/correlation.o src/math/.libs/extrema.o src/math/.libs/histogram.o src/math/.libs/interaction.o src/math/.libs/levene.o src/math/.libs/linreg.o src/math/.libs/merge.o src/math/.libs/moments.o src/math/.libs/np.o src/math/.libs/order-stats.o src/math/.libs/percentiles.o src/math/.libs/random.o src/math/.libs/sort.o src/math/.libs/trimmed-mean.o src/math/.libs/tukey-hinges.o src/math/.libs/wilcoxon-sig.o src/math/.libs/libpspp-math.lax/liblinreg.a/sweep.o src/math/.libs/libpspp-math.lax/libtukey.a/ptukey.o src/math/.libs/libpspp-math.lax/libtukey.a/qtukey.o libtool: link: ranlib src/math/.libs/libpspp-math.a libtool: link: rm -fr src/math/.libs/libpspp-math.lax libtool: link: ( cd "src/math/.libs" && rm -f "libpspp-math.la" && ln -s "../libpspp-math.la" "libpspp-math.la" ) /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-ascii.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-ascii.Tpo -c -o src/output/src_output_liboutput_la-ascii.lo `test -f 'src/output/ascii.c' || echo './'`src/output/ascii.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-ascii.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-ascii.Tpo -c src/output/ascii.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-ascii.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-ascii.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-ascii.Tpo -c src/output/ascii.c -o src/output/src_output_liboutput_la-ascii.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-ascii.Tpo src/output/.deps/src_output_liboutput_la-ascii.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-chart-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-chart-item.Tpo -c -o src/output/src_output_liboutput_la-chart-item.lo `test -f 'src/output/chart-item.c' || echo './'`src/output/chart-item.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-chart-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-chart-item.Tpo -c src/output/chart-item.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-chart-item.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-chart-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-chart-item.Tpo -c src/output/chart-item.c -o src/output/src_output_liboutput_la-chart-item.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-chart-item.Tpo src/output/.deps/src_output_liboutput_la-chart-item.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-boxplot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-boxplot.Tpo -c -o src/output/charts/src_output_liboutput_la-boxplot.lo `test -f 'src/output/charts/boxplot.c' || echo './'`src/output/charts/boxplot.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-boxplot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-boxplot.Tpo -c src/output/charts/boxplot.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-boxplot.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-boxplot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-boxplot.Tpo -c src/output/charts/boxplot.c -o src/output/charts/src_output_liboutput_la-boxplot.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-boxplot.Tpo src/output/charts/.deps/src_output_liboutput_la-boxplot.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-np-plot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-np-plot.Tpo -c -o src/output/charts/src_output_liboutput_la-np-plot.lo `test -f 'src/output/charts/np-plot.c' || echo './'`src/output/charts/np-plot.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-np-plot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-np-plot.Tpo -c src/output/charts/np-plot.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-np-plot.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-np-plot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-np-plot.Tpo -c src/output/charts/np-plot.c -o src/output/charts/src_output_liboutput_la-np-plot.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-np-plot.Tpo src/output/charts/.deps/src_output_liboutput_la-np-plot.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-piechart.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-piechart.Tpo -c -o src/output/charts/src_output_liboutput_la-piechart.lo `test -f 'src/output/charts/piechart.c' || echo './'`src/output/charts/piechart.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-piechart.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-piechart.Tpo -c src/output/charts/piechart.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-piechart.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-piechart.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-piechart.Tpo -c src/output/charts/piechart.c -o src/output/charts/src_output_liboutput_la-piechart.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-piechart.Tpo src/output/charts/.deps/src_output_liboutput_la-piechart.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-plot-hist.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-plot-hist.Tpo -c -o src/output/charts/src_output_liboutput_la-plot-hist.lo `test -f 'src/output/charts/plot-hist.c' || echo './'`src/output/charts/plot-hist.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-plot-hist.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-plot-hist.Tpo -c src/output/charts/plot-hist.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-plot-hist.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-plot-hist.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-plot-hist.Tpo -c src/output/charts/plot-hist.c -o src/output/charts/src_output_liboutput_la-plot-hist.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-plot-hist.Tpo src/output/charts/.deps/src_output_liboutput_la-plot-hist.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-roc-chart.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-roc-chart.Tpo -c -o src/output/charts/src_output_liboutput_la-roc-chart.lo `test -f 'src/output/charts/roc-chart.c' || echo './'`src/output/charts/roc-chart.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-roc-chart.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-roc-chart.Tpo -c src/output/charts/roc-chart.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-roc-chart.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-roc-chart.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-roc-chart.Tpo -c src/output/charts/roc-chart.c -o src/output/charts/src_output_liboutput_la-roc-chart.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-roc-chart.Tpo src/output/charts/.deps/src_output_liboutput_la-roc-chart.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-spreadlevel-plot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-spreadlevel-plot.Tpo -c -o src/output/charts/src_output_liboutput_la-spreadlevel-plot.lo `test -f 'src/output/charts/spreadlevel-plot.c' || echo './'`src/output/charts/spreadlevel-plot.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-spreadlevel-plot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-spreadlevel-plot.Tpo -c src/output/charts/spreadlevel-plot.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-spreadlevel-plot.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-spreadlevel-plot.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-spreadlevel-plot.Tpo -c src/output/charts/spreadlevel-plot.c -o src/output/charts/src_output_liboutput_la-spreadlevel-plot.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-spreadlevel-plot.Tpo src/output/charts/.deps/src_output_liboutput_la-spreadlevel-plot.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-scree.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-scree.Tpo -c -o src/output/charts/src_output_liboutput_la-scree.lo `test -f 'src/output/charts/scree.c' || echo './'`src/output/charts/scree.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-scree.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-scree.Tpo -c src/output/charts/scree.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-scree.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-scree.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-scree.Tpo -c src/output/charts/scree.c -o src/output/charts/src_output_liboutput_la-scree.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-scree.Tpo src/output/charts/.deps/src_output_liboutput_la-scree.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-csv.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-csv.Tpo -c -o src/output/src_output_liboutput_la-csv.lo `test -f 'src/output/csv.c' || echo './'`src/output/csv.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-csv.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-csv.Tpo -c src/output/csv.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-csv.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-csv.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-csv.Tpo -c src/output/csv.c -o src/output/src_output_liboutput_la-csv.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-csv.Tpo src/output/.deps/src_output_liboutput_la-csv.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-driver.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-driver.Tpo -c -o src/output/src_output_liboutput_la-driver.lo `test -f 'src/output/driver.c' || echo './'`src/output/driver.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-driver.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-driver.Tpo -c src/output/driver.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-driver.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-driver.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-driver.Tpo -c src/output/driver.c -o src/output/src_output_liboutput_la-driver.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-driver.Tpo src/output/.deps/src_output_liboutput_la-driver.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-html.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-html.Tpo -c -o src/output/src_output_liboutput_la-html.lo `test -f 'src/output/html.c' || echo './'`src/output/html.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-html.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-html.Tpo -c src/output/html.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-html.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-html.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-html.Tpo -c src/output/html.c -o src/output/src_output_liboutput_la-html.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-html.Tpo src/output/.deps/src_output_liboutput_la-html.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-journal.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-journal.Tpo -c -o src/output/src_output_liboutput_la-journal.lo `test -f 'src/output/journal.c' || echo './'`src/output/journal.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-journal.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-journal.Tpo -c src/output/journal.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-journal.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-journal.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-journal.Tpo -c src/output/journal.c -o src/output/src_output_liboutput_la-journal.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-journal.Tpo src/output/.deps/src_output_liboutput_la-journal.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-measure.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-measure.Tpo -c -o src/output/src_output_liboutput_la-measure.lo `test -f 'src/output/measure.c' || echo './'`src/output/measure.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-measure.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-measure.Tpo -c src/output/measure.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-measure.o src/output/measure.c: In function 'get_default_paper_size': src/output/measure.c:300:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *h = (int) nl_langinfo(_NL_PAPER_WIDTH) * (72000 / 25.4); ^ src/output/measure.c:301:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *v = (int) nl_langinfo(_NL_PAPER_HEIGHT) * (72000 / 25.4); ^ libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-measure.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-measure.Tpo -c src/output/measure.c -o src/output/src_output_liboutput_la-measure.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-measure.Tpo src/output/.deps/src_output_liboutput_la-measure.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-message-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-message-item.Tpo -c -o src/output/src_output_liboutput_la-message-item.lo `test -f 'src/output/message-item.c' || echo './'`src/output/message-item.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-message-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-message-item.Tpo -c src/output/message-item.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-message-item.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-message-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-message-item.Tpo -c src/output/message-item.c -o src/output/src_output_liboutput_la-message-item.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-message-item.Tpo src/output/.deps/src_output_liboutput_la-message-item.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-msglog.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-msglog.Tpo -c -o src/output/src_output_liboutput_la-msglog.lo `test -f 'src/output/msglog.c' || echo './'`src/output/msglog.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-msglog.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-msglog.Tpo -c src/output/msglog.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-msglog.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-msglog.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-msglog.Tpo -c src/output/msglog.c -o src/output/src_output_liboutput_la-msglog.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-msglog.Tpo src/output/.deps/src_output_liboutput_la-msglog.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-options.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-options.Tpo -c -o src/output/src_output_liboutput_la-options.lo `test -f 'src/output/options.c' || echo './'`src/output/options.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-options.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-options.Tpo -c src/output/options.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-options.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-options.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-options.Tpo -c src/output/options.c -o src/output/src_output_liboutput_la-options.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-options.Tpo src/output/.deps/src_output_liboutput_la-options.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-output-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-output-item.Tpo -c -o src/output/src_output_liboutput_la-output-item.lo `test -f 'src/output/output-item.c' || echo './'`src/output/output-item.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-output-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-output-item.Tpo -c src/output/output-item.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-output-item.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-output-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-output-item.Tpo -c src/output/output-item.c -o src/output/src_output_liboutput_la-output-item.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-output-item.Tpo src/output/.deps/src_output_liboutput_la-output-item.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-render.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-render.Tpo -c -o src/output/src_output_liboutput_la-render.lo `test -f 'src/output/render.c' || echo './'`src/output/render.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-render.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-render.Tpo -c src/output/render.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-render.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-render.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-render.Tpo -c src/output/render.c -o src/output/src_output_liboutput_la-render.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-render.Tpo src/output/.deps/src_output_liboutput_la-render.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-tab.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-tab.Tpo -c -o src/output/src_output_liboutput_la-tab.lo `test -f 'src/output/tab.c' || echo './'`src/output/tab.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-tab.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-tab.Tpo -c src/output/tab.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-tab.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-tab.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-tab.Tpo -c src/output/tab.c -o src/output/src_output_liboutput_la-tab.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-tab.Tpo src/output/.deps/src_output_liboutput_la-tab.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-casereader.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-casereader.Tpo -c -o src/output/src_output_liboutput_la-table-casereader.lo `test -f 'src/output/table-casereader.c' || echo './'`src/output/table-casereader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-casereader.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-casereader.Tpo -c src/output/table-casereader.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-table-casereader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-casereader.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-casereader.Tpo -c src/output/table-casereader.c -o src/output/src_output_liboutput_la-table-casereader.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-table-casereader.Tpo src/output/.deps/src_output_liboutput_la-table-casereader.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-item.Tpo -c -o src/output/src_output_liboutput_la-table-item.lo `test -f 'src/output/table-item.c' || echo './'`src/output/table-item.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-item.Tpo -c src/output/table-item.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-table-item.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-item.Tpo -c src/output/table-item.c -o src/output/src_output_liboutput_la-table-item.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-table-item.Tpo src/output/.deps/src_output_liboutput_la-table-item.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-paste.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-paste.Tpo -c -o src/output/src_output_liboutput_la-table-paste.lo `test -f 'src/output/table-paste.c' || echo './'`src/output/table-paste.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-paste.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-paste.Tpo -c src/output/table-paste.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-table-paste.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-paste.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-paste.Tpo -c src/output/table-paste.c -o src/output/src_output_liboutput_la-table-paste.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-table-paste.Tpo src/output/.deps/src_output_liboutput_la-table-paste.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-select.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-select.Tpo -c -o src/output/src_output_liboutput_la-table-select.lo `test -f 'src/output/table-select.c' || echo './'`src/output/table-select.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-select.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-select.Tpo -c src/output/table-select.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-table-select.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-select.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-select.Tpo -c src/output/table-select.c -o src/output/src_output_liboutput_la-table-select.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-table-select.Tpo src/output/.deps/src_output_liboutput_la-table-select.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-transpose.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-transpose.Tpo -c -o src/output/src_output_liboutput_la-table-transpose.lo `test -f 'src/output/table-transpose.c' || echo './'`src/output/table-transpose.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-transpose.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-transpose.Tpo -c src/output/table-transpose.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-table-transpose.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table-transpose.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table-transpose.Tpo -c src/output/table-transpose.c -o src/output/src_output_liboutput_la-table-transpose.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-table-transpose.Tpo src/output/.deps/src_output_liboutput_la-table-transpose.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table.Tpo -c -o src/output/src_output_liboutput_la-table.lo `test -f 'src/output/table.c' || echo './'`src/output/table.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table.Tpo -c src/output/table.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-table.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-table.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-table.Tpo -c src/output/table.c -o src/output/src_output_liboutput_la-table.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-table.Tpo src/output/.deps/src_output_liboutput_la-table.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-text-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-text-item.Tpo -c -o src/output/src_output_liboutput_la-text-item.lo `test -f 'src/output/text-item.c' || echo './'`src/output/text-item.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-text-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-text-item.Tpo -c src/output/text-item.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-text-item.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-text-item.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-text-item.Tpo -c src/output/text-item.c -o src/output/src_output_liboutput_la-text-item.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-text-item.Tpo src/output/.deps/src_output_liboutput_la-text-item.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-cairo-chart.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-cairo-chart.Tpo -c -o src/output/src_output_liboutput_la-cairo-chart.lo `test -f 'src/output/cairo-chart.c' || echo './'`src/output/cairo-chart.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-cairo-chart.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-cairo-chart.Tpo -c src/output/cairo-chart.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-cairo-chart.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-cairo-chart.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-cairo-chart.Tpo -c src/output/cairo-chart.c -o src/output/src_output_liboutput_la-cairo-chart.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-cairo-chart.Tpo src/output/.deps/src_output_liboutput_la-cairo-chart.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-cairo.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-cairo.Tpo -c -o src/output/src_output_liboutput_la-cairo.lo `test -f 'src/output/cairo.c' || echo './'`src/output/cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-cairo.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-cairo.Tpo -c src/output/cairo.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-cairo.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-cairo.Tpo -c src/output/cairo.c -o src/output/src_output_liboutput_la-cairo.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-cairo.Tpo src/output/.deps/src_output_liboutput_la-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-boxplot-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-boxplot-cairo.Tpo -c -o src/output/charts/src_output_liboutput_la-boxplot-cairo.lo `test -f 'src/output/charts/boxplot-cairo.c' || echo './'`src/output/charts/boxplot-cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-boxplot-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-boxplot-cairo.Tpo -c src/output/charts/boxplot-cairo.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-boxplot-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-boxplot-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-boxplot-cairo.Tpo -c src/output/charts/boxplot-cairo.c -o src/output/charts/src_output_liboutput_la-boxplot-cairo.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-boxplot-cairo.Tpo src/output/charts/.deps/src_output_liboutput_la-boxplot-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-np-plot-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-np-plot-cairo.Tpo -c -o src/output/charts/src_output_liboutput_la-np-plot-cairo.lo `test -f 'src/output/charts/np-plot-cairo.c' || echo './'`src/output/charts/np-plot-cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-np-plot-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-np-plot-cairo.Tpo -c src/output/charts/np-plot-cairo.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-np-plot-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-np-plot-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-np-plot-cairo.Tpo -c src/output/charts/np-plot-cairo.c -o src/output/charts/src_output_liboutput_la-np-plot-cairo.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-np-plot-cairo.Tpo src/output/charts/.deps/src_output_liboutput_la-np-plot-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-piechart-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-piechart-cairo.Tpo -c -o src/output/charts/src_output_liboutput_la-piechart-cairo.lo `test -f 'src/output/charts/piechart-cairo.c' || echo './'`src/output/charts/piechart-cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-piechart-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-piechart-cairo.Tpo -c src/output/charts/piechart-cairo.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-piechart-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-piechart-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-piechart-cairo.Tpo -c src/output/charts/piechart-cairo.c -o src/output/charts/src_output_liboutput_la-piechart-cairo.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-piechart-cairo.Tpo src/output/charts/.deps/src_output_liboutput_la-piechart-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-plot-hist-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-plot-hist-cairo.Tpo -c -o src/output/charts/src_output_liboutput_la-plot-hist-cairo.lo `test -f 'src/output/charts/plot-hist-cairo.c' || echo './'`src/output/charts/plot-hist-cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-plot-hist-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-plot-hist-cairo.Tpo -c src/output/charts/plot-hist-cairo.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-plot-hist-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-plot-hist-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-plot-hist-cairo.Tpo -c src/output/charts/plot-hist-cairo.c -o src/output/charts/src_output_liboutput_la-plot-hist-cairo.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-plot-hist-cairo.Tpo src/output/charts/.deps/src_output_liboutput_la-plot-hist-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-roc-chart-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-roc-chart-cairo.Tpo -c -o src/output/charts/src_output_liboutput_la-roc-chart-cairo.lo `test -f 'src/output/charts/roc-chart-cairo.c' || echo './'`src/output/charts/roc-chart-cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-roc-chart-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-roc-chart-cairo.Tpo -c src/output/charts/roc-chart-cairo.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-roc-chart-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-roc-chart-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-roc-chart-cairo.Tpo -c src/output/charts/roc-chart-cairo.c -o src/output/charts/src_output_liboutput_la-roc-chart-cairo.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-roc-chart-cairo.Tpo src/output/charts/.deps/src_output_liboutput_la-roc-chart-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-scree-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-scree-cairo.Tpo -c -o src/output/charts/src_output_liboutput_la-scree-cairo.lo `test -f 'src/output/charts/scree-cairo.c' || echo './'`src/output/charts/scree-cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-scree-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-scree-cairo.Tpo -c src/output/charts/scree-cairo.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-scree-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-scree-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-scree-cairo.Tpo -c src/output/charts/scree-cairo.c -o src/output/charts/src_output_liboutput_la-scree-cairo.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-scree-cairo.Tpo src/output/charts/.deps/src_output_liboutput_la-scree-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-spreadlevel-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-spreadlevel-cairo.Tpo -c -o src/output/charts/src_output_liboutput_la-spreadlevel-cairo.lo `test -f 'src/output/charts/spreadlevel-cairo.c' || echo './'`src/output/charts/spreadlevel-cairo.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-spreadlevel-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-spreadlevel-cairo.Tpo -c src/output/charts/spreadlevel-cairo.c -fPIC -DPIC -o src/output/charts/.libs/src_output_liboutput_la-spreadlevel-cairo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/charts/src_output_liboutput_la-spreadlevel-cairo.lo -MD -MP -MF src/output/charts/.deps/src_output_liboutput_la-spreadlevel-cairo.Tpo -c src/output/charts/spreadlevel-cairo.c -o src/output/charts/src_output_liboutput_la-spreadlevel-cairo.o >/dev/null 2>&1 mv -f src/output/charts/.deps/src_output_liboutput_la-spreadlevel-cairo.Tpo src/output/charts/.deps/src_output_liboutput_la-spreadlevel-cairo.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-odt.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-odt.Tpo -c -o src/output/src_output_liboutput_la-odt.lo `test -f 'src/output/odt.c' || echo './'`src/output/odt.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-odt.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-odt.Tpo -c src/output/odt.c -fPIC -DPIC -o src/output/.libs/src_output_liboutput_la-odt.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/output/src_output_liboutput_la-odt.lo -MD -MP -MF src/output/.deps/src_output_liboutput_la-odt.Tpo -c src/output/odt.c -o src/output/src_output_liboutput_la-odt.o >/dev/null 2>&1 mv -f src/output/.deps/src_output_liboutput_la-odt.Tpo src/output/.deps/src_output_liboutput_la-odt.Plo /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o src/output/liboutput.la src/output/src_output_liboutput_la-ascii.lo src/output/src_output_liboutput_la-chart-item.lo src/output/charts/src_output_liboutput_la-boxplot.lo src/output/charts/src_output_liboutput_la-np-plot.lo src/output/charts/src_output_liboutput_la-piechart.lo src/output/charts/src_output_liboutput_la-plot-hist.lo src/output/charts/src_output_liboutput_la-roc-chart.lo src/output/charts/src_output_liboutput_la-spreadlevel-plot.lo src/output/charts/src_output_liboutput_la-scree.lo src/output/src_output_liboutput_la-csv.lo src/output/src_output_liboutput_la-driver.lo src/output/src_output_liboutput_la-html.lo src/output/src_output_liboutput_la-journal.lo src/output/src_output_liboutput_la-measure.lo src/output/src_output_liboutput_la-message-item.lo src/output/src_output_liboutput_la-msglog.lo src/output/src_output_liboutput_la-options.lo src/output/src_output_liboutput_la-output-item.lo src/output/src_output_liboutput_la-render.lo src/output/src_output_liboutput_la-tab.lo src/output/src_output_liboutput_la-table-casereader.lo src/output/src_output_liboutput_la-table-item.lo src/output/src_output_liboutput_la-table-paste.lo src/output/src_output_liboutput_la-table-select.lo src/output/src_output_liboutput_la-table-transpose.lo src/output/src_output_liboutput_la-table.lo src/output/src_output_liboutput_la-text-item.lo src/output/src_output_liboutput_la-cairo-chart.lo src/output/src_output_liboutput_la-cairo.lo src/output/charts/src_output_liboutput_la-boxplot-cairo.lo src/output/charts/src_output_liboutput_la-np-plot-cairo.lo src/output/charts/src_output_liboutput_la-piechart-cairo.lo src/output/charts/src_output_liboutput_la-plot-hist-cairo.lo src/output/charts/src_output_liboutput_la-roc-chart-cairo.lo src/output/charts/src_output_liboutput_la-scree-cairo.lo src/output/charts/src_output_liboutput_la-spreadlevel-cairo.lo src/output/src_output_liboutput_la-odt.lo /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr src/output/.libs/liboutput.a src/output/.libs/liboutput.la libtool: link: ar cru src/output/.libs/liboutput.a src/output/.libs/src_output_liboutput_la-ascii.o src/output/.libs/src_output_liboutput_la-chart-item.o src/output/charts/.libs/src_output_liboutput_la-boxplot.o src/output/charts/.libs/src_output_liboutput_la-np-plot.o src/output/charts/.libs/src_output_liboutput_la-piechart.o src/output/charts/.libs/src_output_liboutput_la-plot-hist.o src/output/charts/.libs/src_output_liboutput_la-roc-chart.o src/output/charts/.libs/src_output_liboutput_la-spreadlevel-plot.o src/output/charts/.libs/src_output_liboutput_la-scree.o src/output/.libs/src_output_liboutput_la-csv.o src/output/.libs/src_output_liboutput_la-driver.o src/output/.libs/src_output_liboutput_la-html.o src/output/.libs/src_output_liboutput_la-journal.o src/output/.libs/src_output_liboutput_la-measure.o src/output/.libs/src_output_liboutput_la-message-item.o src/output/.libs/src_output_liboutput_la-msglog.o src/output/.libs/src_output_liboutput_la-options.o src/output/.libs/src_output_liboutput_la-output-item.o src/output/.libs/src_output_liboutput_la-render.o src/output/.libs/src_output_liboutput_la-tab.o src/output/.libs/src_output_liboutput_la-table-casereader.o src/output/.libs/src_output_liboutput_la-table-item.o src/output/.libs/src_output_liboutput_la-table-paste.o src/output/.libs/src_output_liboutput_la-table-select.o src/output/.libs/src_output_liboutput_la-table-transpose.o src/output/.libs/src_output_liboutput_la-table.o src/output/.libs/src_output_liboutput_la-text-item.o src/output/.libs/src_output_liboutput_la-cairo-chart.o src/output/.libs/src_output_liboutput_la-cairo.o src/output/charts/.libs/src_output_liboutput_la-boxplot-cairo.o src/output/charts/.libs/src_output_liboutput_la-np-plot-cairo.o src/output/charts/.libs/src_output_liboutput_la-piechart-cairo.o src/output/charts/.libs/src_output_liboutput_la-plot-hist-cairo.o src/output/charts/.libs/src_output_liboutput_la-roc-chart-cairo.o src/output/charts/.libs/src_output_liboutput_la-scree-cairo.o src/output/charts/.libs/src_output_liboutput_la-spreadlevel-cairo.o src/output/.libs/src_output_liboutput_la-odt.o libtool: link: ranlib src/output/.libs/liboutput.a libtool: link: ( cd "src/output/.libs" && rm -f "liboutput.la" && ln -s "../liboutput.la" "liboutput.la" ) depbase=`echo src/language/command.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/command.lo -MD -MP -MF $depbase.Tpo -c -o src/language/command.lo src/language/command.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/command.lo -MD -MP -MF src/language/.deps/command.Tpo -c src/language/command.c -fPIC -DPIC -o src/language/.libs/command.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/command.lo -MD -MP -MF src/language/.deps/command.Tpo -c src/language/command.c -o src/language/command.o >/dev/null 2>&1 depbase=`echo src/language/lexer/command-name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/command-name.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/command-name.lo src/language/lexer/command-name.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/command-name.lo -MD -MP -MF src/language/lexer/.deps/command-name.Tpo -c src/language/lexer/command-name.c -fPIC -DPIC -o src/language/lexer/.libs/command-name.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/command-name.lo -MD -MP -MF src/language/lexer/.deps/command-name.Tpo -c src/language/lexer/command-name.c -o src/language/lexer/command-name.o >/dev/null 2>&1 depbase=`echo src/language/lexer/include-path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/include-path.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/include-path.lo src/language/lexer/include-path.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/include-path.lo -MD -MP -MF src/language/lexer/.deps/include-path.Tpo -c src/language/lexer/include-path.c -fPIC -DPIC -o src/language/lexer/.libs/include-path.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/include-path.lo -MD -MP -MF src/language/lexer/.deps/include-path.Tpo -c src/language/lexer/include-path.c -o src/language/lexer/include-path.o >/dev/null 2>&1 depbase=`echo src/language/lexer/lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/lexer.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/lexer.lo src/language/lexer/lexer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/lexer.lo -MD -MP -MF src/language/lexer/.deps/lexer.Tpo -c src/language/lexer/lexer.c -fPIC -DPIC -o src/language/lexer/.libs/lexer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/lexer.lo -MD -MP -MF src/language/lexer/.deps/lexer.Tpo -c src/language/lexer/lexer.c -o src/language/lexer/lexer.o >/dev/null 2>&1 depbase=`echo src/language/lexer/subcommand-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/subcommand-list.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/subcommand-list.lo src/language/lexer/subcommand-list.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/subcommand-list.lo -MD -MP -MF src/language/lexer/.deps/subcommand-list.Tpo -c src/language/lexer/subcommand-list.c -fPIC -DPIC -o src/language/lexer/.libs/subcommand-list.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/subcommand-list.lo -MD -MP -MF src/language/lexer/.deps/subcommand-list.Tpo -c src/language/lexer/subcommand-list.c -o src/language/lexer/subcommand-list.o >/dev/null 2>&1 depbase=`echo src/language/lexer/format-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/format-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/format-parser.lo src/language/lexer/format-parser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/format-parser.lo -MD -MP -MF src/language/lexer/.deps/format-parser.Tpo -c src/language/lexer/format-parser.c -fPIC -DPIC -o src/language/lexer/.libs/format-parser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/format-parser.lo -MD -MP -MF src/language/lexer/.deps/format-parser.Tpo -c src/language/lexer/format-parser.c -o src/language/lexer/format-parser.o >/dev/null 2>&1 depbase=`echo src/language/lexer/scan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/scan.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/scan.lo src/language/lexer/scan.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/scan.lo -MD -MP -MF src/language/lexer/.deps/scan.Tpo -c src/language/lexer/scan.c -fPIC -DPIC -o src/language/lexer/.libs/scan.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/scan.lo -MD -MP -MF src/language/lexer/.deps/scan.Tpo -c src/language/lexer/scan.c -o src/language/lexer/scan.o >/dev/null 2>&1 depbase=`echo src/language/lexer/segment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/segment.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/segment.lo src/language/lexer/segment.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/segment.lo -MD -MP -MF src/language/lexer/.deps/segment.Tpo -c src/language/lexer/segment.c -fPIC -DPIC -o src/language/lexer/.libs/segment.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/segment.lo -MD -MP -MF src/language/lexer/.deps/segment.Tpo -c src/language/lexer/segment.c -o src/language/lexer/segment.o >/dev/null 2>&1 depbase=`echo src/language/lexer/token.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/token.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/token.lo src/language/lexer/token.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/token.lo -MD -MP -MF src/language/lexer/.deps/token.Tpo -c src/language/lexer/token.c -fPIC -DPIC -o src/language/lexer/.libs/token.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/token.lo -MD -MP -MF src/language/lexer/.deps/token.Tpo -c src/language/lexer/token.c -o src/language/lexer/token.o >/dev/null 2>&1 depbase=`echo src/language/lexer/value-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/value-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/value-parser.lo src/language/lexer/value-parser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/value-parser.lo -MD -MP -MF src/language/lexer/.deps/value-parser.Tpo -c src/language/lexer/value-parser.c -fPIC -DPIC -o src/language/lexer/.libs/value-parser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/value-parser.lo -MD -MP -MF src/language/lexer/.deps/value-parser.Tpo -c src/language/lexer/value-parser.c -o src/language/lexer/value-parser.o >/dev/null 2>&1 depbase=`echo src/language/lexer/variable-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/variable-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/variable-parser.lo src/language/lexer/variable-parser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/variable-parser.lo -MD -MP -MF src/language/lexer/.deps/variable-parser.Tpo -c src/language/lexer/variable-parser.c -fPIC -DPIC -o src/language/lexer/.libs/variable-parser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/lexer/variable-parser.lo -MD -MP -MF src/language/lexer/.deps/variable-parser.Tpo -c src/language/lexer/variable-parser.c -o src/language/lexer/variable-parser.o >/dev/null 2>&1 depbase=`echo src/language/xforms/compute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/compute.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/compute.lo src/language/xforms/compute.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/compute.lo -MD -MP -MF src/language/xforms/.deps/compute.Tpo -c src/language/xforms/compute.c -fPIC -DPIC -o src/language/xforms/.libs/compute.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/compute.lo -MD -MP -MF src/language/xforms/.deps/compute.Tpo -c src/language/xforms/compute.c -o src/language/xforms/compute.o >/dev/null 2>&1 depbase=`echo src/language/xforms/count.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/count.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/count.lo src/language/xforms/count.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/count.lo -MD -MP -MF src/language/xforms/.deps/count.Tpo -c src/language/xforms/count.c -fPIC -DPIC -o src/language/xforms/.libs/count.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/count.lo -MD -MP -MF src/language/xforms/.deps/count.Tpo -c src/language/xforms/count.c -o src/language/xforms/count.o >/dev/null 2>&1 depbase=`echo src/language/xforms/fail.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/fail.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/fail.lo src/language/xforms/fail.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/fail.lo -MD -MP -MF src/language/xforms/.deps/fail.Tpo -c src/language/xforms/fail.c -fPIC -DPIC -o src/language/xforms/.libs/fail.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/fail.lo -MD -MP -MF src/language/xforms/.deps/fail.Tpo -c src/language/xforms/fail.c -o src/language/xforms/fail.o >/dev/null 2>&1 depbase=`echo src/language/xforms/sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/sample.lo src/language/xforms/sample.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/sample.lo -MD -MP -MF src/language/xforms/.deps/sample.Tpo -c src/language/xforms/sample.c -fPIC -DPIC -o src/language/xforms/.libs/sample.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/sample.lo -MD -MP -MF src/language/xforms/.deps/sample.Tpo -c src/language/xforms/sample.c -o src/language/xforms/sample.o >/dev/null 2>&1 depbase=`echo src/language/xforms/recode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/recode.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/recode.lo src/language/xforms/recode.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/recode.lo -MD -MP -MF src/language/xforms/.deps/recode.Tpo -c src/language/xforms/recode.c -fPIC -DPIC -o src/language/xforms/.libs/recode.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/recode.lo -MD -MP -MF src/language/xforms/.deps/recode.Tpo -c src/language/xforms/recode.c -o src/language/xforms/recode.o >/dev/null 2>&1 depbase=`echo src/language/xforms/select-if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/select-if.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/select-if.lo src/language/xforms/select-if.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/select-if.lo -MD -MP -MF src/language/xforms/.deps/select-if.Tpo -c src/language/xforms/select-if.c -fPIC -DPIC -o src/language/xforms/.libs/select-if.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/xforms/select-if.lo -MD -MP -MF src/language/xforms/.deps/select-if.Tpo -c src/language/xforms/select-if.c -o src/language/xforms/select-if.o >/dev/null 2>&1 depbase=`echo src/language/control/control-stack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/control-stack.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/control-stack.lo src/language/control/control-stack.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/control-stack.lo -MD -MP -MF src/language/control/.deps/control-stack.Tpo -c src/language/control/control-stack.c -fPIC -DPIC -o src/language/control/.libs/control-stack.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/control-stack.lo -MD -MP -MF src/language/control/.deps/control-stack.Tpo -c src/language/control/control-stack.c -o src/language/control/control-stack.o >/dev/null 2>&1 depbase=`echo src/language/control/do-if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/do-if.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/do-if.lo src/language/control/do-if.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/do-if.lo -MD -MP -MF src/language/control/.deps/do-if.Tpo -c src/language/control/do-if.c -fPIC -DPIC -o src/language/control/.libs/do-if.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/do-if.lo -MD -MP -MF src/language/control/.deps/do-if.Tpo -c src/language/control/do-if.c -o src/language/control/do-if.o >/dev/null 2>&1 depbase=`echo src/language/control/loop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/loop.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/loop.lo src/language/control/loop.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/loop.lo -MD -MP -MF src/language/control/.deps/loop.Tpo -c src/language/control/loop.c -fPIC -DPIC -o src/language/control/.libs/loop.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/loop.lo -MD -MP -MF src/language/control/.deps/loop.Tpo -c src/language/control/loop.c -o src/language/control/loop.o >/dev/null 2>&1 depbase=`echo src/language/control/repeat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/repeat.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/repeat.lo src/language/control/repeat.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/repeat.lo -MD -MP -MF src/language/control/.deps/repeat.Tpo -c src/language/control/repeat.c -fPIC -DPIC -o src/language/control/.libs/repeat.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/repeat.lo -MD -MP -MF src/language/control/.deps/repeat.Tpo -c src/language/control/repeat.c -o src/language/control/repeat.o >/dev/null 2>&1 depbase=`echo src/language/control/temporary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/temporary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/temporary.lo src/language/control/temporary.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/temporary.lo -MD -MP -MF src/language/control/.deps/temporary.Tpo -c src/language/control/temporary.c -fPIC -DPIC -o src/language/control/.libs/temporary.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/control/temporary.lo -MD -MP -MF src/language/control/.deps/temporary.Tpo -c src/language/control/temporary.c -o src/language/control/temporary.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/attributes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/attributes.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/attributes.lo src/language/dictionary/attributes.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/attributes.lo -MD -MP -MF src/language/dictionary/.deps/attributes.Tpo -c src/language/dictionary/attributes.c -fPIC -DPIC -o src/language/dictionary/.libs/attributes.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/attributes.lo -MD -MP -MF src/language/dictionary/.deps/attributes.Tpo -c src/language/dictionary/attributes.c -o src/language/dictionary/attributes.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/apply-dictionary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/apply-dictionary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/apply-dictionary.lo src/language/dictionary/apply-dictionary.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/apply-dictionary.lo -MD -MP -MF src/language/dictionary/.deps/apply-dictionary.Tpo -c src/language/dictionary/apply-dictionary.c -fPIC -DPIC -o src/language/dictionary/.libs/apply-dictionary.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/apply-dictionary.lo -MD -MP -MF src/language/dictionary/.deps/apply-dictionary.Tpo -c src/language/dictionary/apply-dictionary.c -o src/language/dictionary/apply-dictionary.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/delete-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/delete-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/delete-variables.lo src/language/dictionary/delete-variables.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/delete-variables.lo -MD -MP -MF src/language/dictionary/.deps/delete-variables.Tpo -c src/language/dictionary/delete-variables.c -fPIC -DPIC -o src/language/dictionary/.libs/delete-variables.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/delete-variables.lo -MD -MP -MF src/language/dictionary/.deps/delete-variables.Tpo -c src/language/dictionary/delete-variables.c -o src/language/dictionary/delete-variables.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/formats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/formats.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/formats.lo src/language/dictionary/formats.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/formats.lo -MD -MP -MF src/language/dictionary/.deps/formats.Tpo -c src/language/dictionary/formats.c -fPIC -DPIC -o src/language/dictionary/.libs/formats.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/formats.lo -MD -MP -MF src/language/dictionary/.deps/formats.Tpo -c src/language/dictionary/formats.c -o src/language/dictionary/formats.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/missing-values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/missing-values.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/missing-values.lo src/language/dictionary/missing-values.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/missing-values.lo -MD -MP -MF src/language/dictionary/.deps/missing-values.Tpo -c src/language/dictionary/missing-values.c -fPIC -DPIC -o src/language/dictionary/.libs/missing-values.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/missing-values.lo -MD -MP -MF src/language/dictionary/.deps/missing-values.Tpo -c src/language/dictionary/missing-values.c -o src/language/dictionary/missing-values.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/modify-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/modify-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/modify-variables.lo src/language/dictionary/modify-variables.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/modify-variables.lo -MD -MP -MF src/language/dictionary/.deps/modify-variables.Tpo -c src/language/dictionary/modify-variables.c -fPIC -DPIC -o src/language/dictionary/.libs/modify-variables.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/modify-variables.lo -MD -MP -MF src/language/dictionary/.deps/modify-variables.Tpo -c src/language/dictionary/modify-variables.c -o src/language/dictionary/modify-variables.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/mrsets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/mrsets.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/mrsets.lo src/language/dictionary/mrsets.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/mrsets.lo -MD -MP -MF src/language/dictionary/.deps/mrsets.Tpo -c src/language/dictionary/mrsets.c -fPIC -DPIC -o src/language/dictionary/.libs/mrsets.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/mrsets.lo -MD -MP -MF src/language/dictionary/.deps/mrsets.Tpo -c src/language/dictionary/mrsets.c -o src/language/dictionary/mrsets.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/numeric.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/numeric.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/numeric.lo src/language/dictionary/numeric.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/numeric.lo -MD -MP -MF src/language/dictionary/.deps/numeric.Tpo -c src/language/dictionary/numeric.c -fPIC -DPIC -o src/language/dictionary/.libs/numeric.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/numeric.lo -MD -MP -MF src/language/dictionary/.deps/numeric.Tpo -c src/language/dictionary/numeric.c -o src/language/dictionary/numeric.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/rename-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/rename-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/rename-variables.lo src/language/dictionary/rename-variables.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/rename-variables.lo -MD -MP -MF src/language/dictionary/.deps/rename-variables.Tpo -c src/language/dictionary/rename-variables.c -fPIC -DPIC -o src/language/dictionary/.libs/rename-variables.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/rename-variables.lo -MD -MP -MF src/language/dictionary/.deps/rename-variables.Tpo -c src/language/dictionary/rename-variables.c -o src/language/dictionary/rename-variables.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/split-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/split-file.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/split-file.lo src/language/dictionary/split-file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/split-file.lo -MD -MP -MF src/language/dictionary/.deps/split-file.Tpo -c src/language/dictionary/split-file.c -fPIC -DPIC -o src/language/dictionary/.libs/split-file.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/split-file.lo -MD -MP -MF src/language/dictionary/.deps/split-file.Tpo -c src/language/dictionary/split-file.c -o src/language/dictionary/split-file.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/sys-file-info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/sys-file-info.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/sys-file-info.lo src/language/dictionary/sys-file-info.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/sys-file-info.lo -MD -MP -MF src/language/dictionary/.deps/sys-file-info.Tpo -c src/language/dictionary/sys-file-info.c -fPIC -DPIC -o src/language/dictionary/.libs/sys-file-info.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/sys-file-info.lo -MD -MP -MF src/language/dictionary/.deps/sys-file-info.Tpo -c src/language/dictionary/sys-file-info.c -o src/language/dictionary/sys-file-info.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/value-labels.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/value-labels.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/value-labels.lo src/language/dictionary/value-labels.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/value-labels.lo -MD -MP -MF src/language/dictionary/.deps/value-labels.Tpo -c src/language/dictionary/value-labels.c -fPIC -DPIC -o src/language/dictionary/.libs/value-labels.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/value-labels.lo -MD -MP -MF src/language/dictionary/.deps/value-labels.Tpo -c src/language/dictionary/value-labels.c -o src/language/dictionary/value-labels.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/variable-label.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/variable-label.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/variable-label.lo src/language/dictionary/variable-label.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/variable-label.lo -MD -MP -MF src/language/dictionary/.deps/variable-label.Tpo -c src/language/dictionary/variable-label.c -fPIC -DPIC -o src/language/dictionary/.libs/variable-label.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/variable-label.lo -MD -MP -MF src/language/dictionary/.deps/variable-label.Tpo -c src/language/dictionary/variable-label.c -o src/language/dictionary/variable-label.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/vector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/vector.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/vector.lo src/language/dictionary/vector.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/vector.lo -MD -MP -MF src/language/dictionary/.deps/vector.Tpo -c src/language/dictionary/vector.c -fPIC -DPIC -o src/language/dictionary/.libs/vector.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/vector.lo -MD -MP -MF src/language/dictionary/.deps/vector.Tpo -c src/language/dictionary/vector.c -o src/language/dictionary/vector.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/variable-display.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/variable-display.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/variable-display.lo src/language/dictionary/variable-display.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/variable-display.lo -MD -MP -MF src/language/dictionary/.deps/variable-display.Tpo -c src/language/dictionary/variable-display.c -fPIC -DPIC -o src/language/dictionary/.libs/variable-display.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/variable-display.lo -MD -MP -MF src/language/dictionary/.deps/variable-display.Tpo -c src/language/dictionary/variable-display.c -o src/language/dictionary/variable-display.o >/dev/null 2>&1 depbase=`echo src/language/dictionary/weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/weight.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/weight.lo src/language/dictionary/weight.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/weight.lo -MD -MP -MF src/language/dictionary/.deps/weight.Tpo -c src/language/dictionary/weight.c -fPIC -DPIC -o src/language/dictionary/.libs/weight.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/dictionary/weight.lo -MD -MP -MF src/language/dictionary/.deps/weight.Tpo -c src/language/dictionary/weight.c -o src/language/dictionary/weight.o >/dev/null 2>&1 depbase=`echo src/language/tests/format-guesser-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/format-guesser-test.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/format-guesser-test.lo src/language/tests/format-guesser-test.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/format-guesser-test.lo -MD -MP -MF src/language/tests/.deps/format-guesser-test.Tpo -c src/language/tests/format-guesser-test.c -fPIC -DPIC -o src/language/tests/.libs/format-guesser-test.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/format-guesser-test.lo -MD -MP -MF src/language/tests/.deps/format-guesser-test.Tpo -c src/language/tests/format-guesser-test.c -o src/language/tests/format-guesser-test.o >/dev/null 2>&1 depbase=`echo src/language/tests/float-format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/float-format.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/float-format.lo src/language/tests/float-format.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/float-format.lo -MD -MP -MF src/language/tests/.deps/float-format.Tpo -c src/language/tests/float-format.c -fPIC -DPIC -o src/language/tests/.libs/float-format.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/float-format.lo -MD -MP -MF src/language/tests/.deps/float-format.Tpo -c src/language/tests/float-format.c -o src/language/tests/float-format.o >/dev/null 2>&1 depbase=`echo src/language/tests/moments-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/moments-test.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/moments-test.lo src/language/tests/moments-test.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/moments-test.lo -MD -MP -MF src/language/tests/.deps/moments-test.Tpo -c src/language/tests/moments-test.c -fPIC -DPIC -o src/language/tests/.libs/moments-test.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/moments-test.lo -MD -MP -MF src/language/tests/.deps/moments-test.Tpo -c src/language/tests/moments-test.c -o src/language/tests/moments-test.o >/dev/null 2>&1 depbase=`echo src/language/tests/paper-size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/paper-size.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/paper-size.lo src/language/tests/paper-size.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/paper-size.lo -MD -MP -MF src/language/tests/.deps/paper-size.Tpo -c src/language/tests/paper-size.c -fPIC -DPIC -o src/language/tests/.libs/paper-size.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/paper-size.lo -MD -MP -MF src/language/tests/.deps/paper-size.Tpo -c src/language/tests/paper-size.c -o src/language/tests/paper-size.o >/dev/null 2>&1 depbase=`echo src/language/tests/pool-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/pool-test.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/pool-test.lo src/language/tests/pool-test.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/pool-test.lo -MD -MP -MF src/language/tests/.deps/pool-test.Tpo -c src/language/tests/pool-test.c -fPIC -DPIC -o src/language/tests/.libs/pool-test.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/tests/pool-test.lo -MD -MP -MF src/language/tests/.deps/pool-test.Tpo -c src/language/tests/pool-test.c -o src/language/tests/pool-test.o >/dev/null 2>&1 depbase=`echo src/language/utilities/cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/cache.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/cache.lo src/language/utilities/cache.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/cache.lo -MD -MP -MF src/language/utilities/.deps/cache.Tpo -c src/language/utilities/cache.c -fPIC -DPIC -o src/language/utilities/.libs/cache.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/cache.lo -MD -MP -MF src/language/utilities/.deps/cache.Tpo -c src/language/utilities/cache.c -o src/language/utilities/cache.o >/dev/null 2>&1 depbase=`echo src/language/utilities/cd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/cd.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/cd.lo src/language/utilities/cd.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/cd.lo -MD -MP -MF src/language/utilities/.deps/cd.Tpo -c src/language/utilities/cd.c -fPIC -DPIC -o src/language/utilities/.libs/cd.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/cd.lo -MD -MP -MF src/language/utilities/.deps/cd.Tpo -c src/language/utilities/cd.c -o src/language/utilities/cd.o >/dev/null 2>&1 depbase=`echo src/language/utilities/date.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/date.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/date.lo src/language/utilities/date.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/date.lo -MD -MP -MF src/language/utilities/.deps/date.Tpo -c src/language/utilities/date.c -fPIC -DPIC -o src/language/utilities/.libs/date.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/date.lo -MD -MP -MF src/language/utilities/.deps/date.Tpo -c src/language/utilities/date.c -o src/language/utilities/date.o >/dev/null 2>&1 depbase=`echo src/language/utilities/echo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/echo.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/echo.lo src/language/utilities/echo.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/echo.lo -MD -MP -MF src/language/utilities/.deps/echo.Tpo -c src/language/utilities/echo.c -fPIC -DPIC -o src/language/utilities/.libs/echo.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/echo.lo -MD -MP -MF src/language/utilities/.deps/echo.Tpo -c src/language/utilities/echo.c -o src/language/utilities/echo.o >/dev/null 2>&1 depbase=`echo src/language/utilities/host.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/host.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/host.lo src/language/utilities/host.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/host.lo -MD -MP -MF src/language/utilities/.deps/host.Tpo -c src/language/utilities/host.c -fPIC -DPIC -o src/language/utilities/.libs/host.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/host.lo -MD -MP -MF src/language/utilities/.deps/host.Tpo -c src/language/utilities/host.c -o src/language/utilities/host.o >/dev/null 2>&1 depbase=`echo src/language/utilities/title.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/title.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/title.lo src/language/utilities/title.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/title.lo -MD -MP -MF src/language/utilities/.deps/title.Tpo -c src/language/utilities/title.c -fPIC -DPIC -o src/language/utilities/.libs/title.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/title.lo -MD -MP -MF src/language/utilities/.deps/title.Tpo -c src/language/utilities/title.c -o src/language/utilities/title.o >/dev/null 2>&1 depbase=`echo src/language/utilities/include.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/include.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/include.lo src/language/utilities/include.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/include.lo -MD -MP -MF src/language/utilities/.deps/include.Tpo -c src/language/utilities/include.c -fPIC -DPIC -o src/language/utilities/.libs/include.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/include.lo -MD -MP -MF src/language/utilities/.deps/include.Tpo -c src/language/utilities/include.c -o src/language/utilities/include.o >/dev/null 2>&1 depbase=`echo src/language/utilities/permissions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/permissions.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/permissions.lo src/language/utilities/permissions.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/permissions.lo -MD -MP -MF src/language/utilities/.deps/permissions.Tpo -c src/language/utilities/permissions.c -fPIC -DPIC -o src/language/utilities/.libs/permissions.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/permissions.lo -MD -MP -MF src/language/utilities/.deps/permissions.Tpo -c src/language/utilities/permissions.c -o src/language/utilities/permissions.o >/dev/null 2>&1 depbase=`echo src/language/stats/aggregate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/aggregate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/aggregate.lo src/language/stats/aggregate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/aggregate.lo -MD -MP -MF src/language/stats/.deps/aggregate.Tpo -c src/language/stats/aggregate.c -fPIC -DPIC -o src/language/stats/.libs/aggregate.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/aggregate.lo -MD -MP -MF src/language/stats/.deps/aggregate.Tpo -c src/language/stats/aggregate.c -o src/language/stats/aggregate.o >/dev/null 2>&1 depbase=`echo src/language/stats/autorecode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/autorecode.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/autorecode.lo src/language/stats/autorecode.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/autorecode.lo -MD -MP -MF src/language/stats/.deps/autorecode.Tpo -c src/language/stats/autorecode.c -fPIC -DPIC -o src/language/stats/.libs/autorecode.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/autorecode.lo -MD -MP -MF src/language/stats/.deps/autorecode.Tpo -c src/language/stats/autorecode.c -o src/language/stats/autorecode.o >/dev/null 2>&1 depbase=`echo src/language/stats/binomial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/binomial.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/binomial.lo src/language/stats/binomial.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/binomial.lo -MD -MP -MF src/language/stats/.deps/binomial.Tpo -c src/language/stats/binomial.c -fPIC -DPIC -o src/language/stats/.libs/binomial.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/binomial.lo -MD -MP -MF src/language/stats/.deps/binomial.Tpo -c src/language/stats/binomial.c -o src/language/stats/binomial.o >/dev/null 2>&1 depbase=`echo src/language/stats/chisquare.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/chisquare.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/chisquare.lo src/language/stats/chisquare.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/chisquare.lo -MD -MP -MF src/language/stats/.deps/chisquare.Tpo -c src/language/stats/chisquare.c -fPIC -DPIC -o src/language/stats/.libs/chisquare.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/chisquare.lo -MD -MP -MF src/language/stats/.deps/chisquare.Tpo -c src/language/stats/chisquare.c -o src/language/stats/chisquare.o >/dev/null 2>&1 depbase=`echo src/language/stats/cochran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/cochran.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/cochran.lo src/language/stats/cochran.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/cochran.lo -MD -MP -MF src/language/stats/.deps/cochran.Tpo -c src/language/stats/cochran.c -fPIC -DPIC -o src/language/stats/.libs/cochran.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/cochran.lo -MD -MP -MF src/language/stats/.deps/cochran.Tpo -c src/language/stats/cochran.c -o src/language/stats/cochran.o >/dev/null 2>&1 depbase=`echo src/language/stats/correlations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/correlations.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/correlations.lo src/language/stats/correlations.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/correlations.lo -MD -MP -MF src/language/stats/.deps/correlations.Tpo -c src/language/stats/correlations.c -fPIC -DPIC -o src/language/stats/.libs/correlations.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/correlations.lo -MD -MP -MF src/language/stats/.deps/correlations.Tpo -c src/language/stats/correlations.c -o src/language/stats/correlations.o >/dev/null 2>&1 depbase=`echo src/language/stats/descriptives.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/descriptives.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/descriptives.lo src/language/stats/descriptives.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/descriptives.lo -MD -MP -MF src/language/stats/.deps/descriptives.Tpo -c src/language/stats/descriptives.c -fPIC -DPIC -o src/language/stats/.libs/descriptives.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/descriptives.lo -MD -MP -MF src/language/stats/.deps/descriptives.Tpo -c src/language/stats/descriptives.c -o src/language/stats/descriptives.o >/dev/null 2>&1 depbase=`echo src/language/stats/examine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/examine.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/examine.lo src/language/stats/examine.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/examine.lo -MD -MP -MF src/language/stats/.deps/examine.Tpo -c src/language/stats/examine.c -fPIC -DPIC -o src/language/stats/.libs/examine.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/examine.lo -MD -MP -MF src/language/stats/.deps/examine.Tpo -c src/language/stats/examine.c -o src/language/stats/examine.o >/dev/null 2>&1 depbase=`echo src/language/stats/factor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/factor.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/factor.lo src/language/stats/factor.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/factor.lo -MD -MP -MF src/language/stats/.deps/factor.Tpo -c src/language/stats/factor.c -fPIC -DPIC -o src/language/stats/.libs/factor.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/factor.lo -MD -MP -MF src/language/stats/.deps/factor.Tpo -c src/language/stats/factor.c -o src/language/stats/factor.o >/dev/null 2>&1 depbase=`echo src/language/stats/flip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/flip.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/flip.lo src/language/stats/flip.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/flip.lo -MD -MP -MF src/language/stats/.deps/flip.Tpo -c src/language/stats/flip.c -fPIC -DPIC -o src/language/stats/.libs/flip.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/flip.lo -MD -MP -MF src/language/stats/.deps/flip.Tpo -c src/language/stats/flip.c -o src/language/stats/flip.o >/dev/null 2>&1 depbase=`echo src/language/stats/freq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/freq.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/freq.lo src/language/stats/freq.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/freq.lo -MD -MP -MF src/language/stats/.deps/freq.Tpo -c src/language/stats/freq.c -fPIC -DPIC -o src/language/stats/.libs/freq.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/freq.lo -MD -MP -MF src/language/stats/.deps/freq.Tpo -c src/language/stats/freq.c -o src/language/stats/freq.o >/dev/null 2>&1 depbase=`echo src/language/stats/friedman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/friedman.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/friedman.lo src/language/stats/friedman.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/friedman.lo -MD -MP -MF src/language/stats/.deps/friedman.Tpo -c src/language/stats/friedman.c -fPIC -DPIC -o src/language/stats/.libs/friedman.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/friedman.lo -MD -MP -MF src/language/stats/.deps/friedman.Tpo -c src/language/stats/friedman.c -o src/language/stats/friedman.o >/dev/null 2>&1 depbase=`echo src/language/stats/glm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/glm.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/glm.lo src/language/stats/glm.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/glm.lo -MD -MP -MF src/language/stats/.deps/glm.Tpo -c src/language/stats/glm.c -fPIC -DPIC -o src/language/stats/.libs/glm.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/glm.lo -MD -MP -MF src/language/stats/.deps/glm.Tpo -c src/language/stats/glm.c -o src/language/stats/glm.o >/dev/null 2>&1 depbase=`echo src/language/stats/kruskal-wallis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/kruskal-wallis.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/kruskal-wallis.lo src/language/stats/kruskal-wallis.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/kruskal-wallis.lo -MD -MP -MF src/language/stats/.deps/kruskal-wallis.Tpo -c src/language/stats/kruskal-wallis.c -fPIC -DPIC -o src/language/stats/.libs/kruskal-wallis.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/kruskal-wallis.lo -MD -MP -MF src/language/stats/.deps/kruskal-wallis.Tpo -c src/language/stats/kruskal-wallis.c -o src/language/stats/kruskal-wallis.o >/dev/null 2>&1 depbase=`echo src/language/stats/ks-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/ks-one-sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/ks-one-sample.lo src/language/stats/ks-one-sample.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/ks-one-sample.lo -MD -MP -MF src/language/stats/.deps/ks-one-sample.Tpo -c src/language/stats/ks-one-sample.c -fPIC -DPIC -o src/language/stats/.libs/ks-one-sample.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/ks-one-sample.lo -MD -MP -MF src/language/stats/.deps/ks-one-sample.Tpo -c src/language/stats/ks-one-sample.c -o src/language/stats/ks-one-sample.o >/dev/null 2>&1 depbase=`echo src/language/stats/logistic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/logistic.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/logistic.lo src/language/stats/logistic.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/logistic.lo -MD -MP -MF src/language/stats/.deps/logistic.Tpo -c src/language/stats/logistic.c -fPIC -DPIC -o src/language/stats/.libs/logistic.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/logistic.lo -MD -MP -MF src/language/stats/.deps/logistic.Tpo -c src/language/stats/logistic.c -o src/language/stats/logistic.o >/dev/null 2>&1 depbase=`echo src/language/stats/jonckheere-terpstra.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/jonckheere-terpstra.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/jonckheere-terpstra.lo src/language/stats/jonckheere-terpstra.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/jonckheere-terpstra.lo -MD -MP -MF src/language/stats/.deps/jonckheere-terpstra.Tpo -c src/language/stats/jonckheere-terpstra.c -fPIC -DPIC -o src/language/stats/.libs/jonckheere-terpstra.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/jonckheere-terpstra.lo -MD -MP -MF src/language/stats/.deps/jonckheere-terpstra.Tpo -c src/language/stats/jonckheere-terpstra.c -o src/language/stats/jonckheere-terpstra.o >/dev/null 2>&1 depbase=`echo src/language/stats/mann-whitney.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/mann-whitney.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/mann-whitney.lo src/language/stats/mann-whitney.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/mann-whitney.lo -MD -MP -MF src/language/stats/.deps/mann-whitney.Tpo -c src/language/stats/mann-whitney.c -fPIC -DPIC -o src/language/stats/.libs/mann-whitney.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/mann-whitney.lo -MD -MP -MF src/language/stats/.deps/mann-whitney.Tpo -c src/language/stats/mann-whitney.c -o src/language/stats/mann-whitney.o >/dev/null 2>&1 depbase=`echo src/language/stats/means.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/means.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/means.lo src/language/stats/means.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/means.lo -MD -MP -MF src/language/stats/.deps/means.Tpo -c src/language/stats/means.c -fPIC -DPIC -o src/language/stats/.libs/means.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/means.lo -MD -MP -MF src/language/stats/.deps/means.Tpo -c src/language/stats/means.c -o src/language/stats/means.o >/dev/null 2>&1 depbase=`echo src/language/stats/mcnemar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/mcnemar.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/mcnemar.lo src/language/stats/mcnemar.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/mcnemar.lo -MD -MP -MF src/language/stats/.deps/mcnemar.Tpo -c src/language/stats/mcnemar.c -fPIC -DPIC -o src/language/stats/.libs/mcnemar.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/mcnemar.lo -MD -MP -MF src/language/stats/.deps/mcnemar.Tpo -c src/language/stats/mcnemar.c -o src/language/stats/mcnemar.o >/dev/null 2>&1 depbase=`echo src/language/stats/median.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/median.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/median.lo src/language/stats/median.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/median.lo -MD -MP -MF src/language/stats/.deps/median.Tpo -c src/language/stats/median.c -fPIC -DPIC -o src/language/stats/.libs/median.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/median.lo -MD -MP -MF src/language/stats/.deps/median.Tpo -c src/language/stats/median.c -o src/language/stats/median.o >/dev/null 2>&1 depbase=`echo src/language/stats/npar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/npar.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/npar.lo src/language/stats/npar.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/npar.lo -MD -MP -MF src/language/stats/.deps/npar.Tpo -c src/language/stats/npar.c -fPIC -DPIC -o src/language/stats/.libs/npar.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/npar.lo -MD -MP -MF src/language/stats/.deps/npar.Tpo -c src/language/stats/npar.c -o src/language/stats/npar.o >/dev/null 2>&1 depbase=`echo src/language/stats/npar-summary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/npar-summary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/npar-summary.lo src/language/stats/npar-summary.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/npar-summary.lo -MD -MP -MF src/language/stats/.deps/npar-summary.Tpo -c src/language/stats/npar-summary.c -fPIC -DPIC -o src/language/stats/.libs/npar-summary.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/npar-summary.lo -MD -MP -MF src/language/stats/.deps/npar-summary.Tpo -c src/language/stats/npar-summary.c -o src/language/stats/npar-summary.o >/dev/null 2>&1 depbase=`echo src/language/stats/oneway.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/oneway.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/oneway.lo src/language/stats/oneway.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/oneway.lo -MD -MP -MF src/language/stats/.deps/oneway.Tpo -c src/language/stats/oneway.c -fPIC -DPIC -o src/language/stats/.libs/oneway.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/oneway.lo -MD -MP -MF src/language/stats/.deps/oneway.Tpo -c src/language/stats/oneway.c -o src/language/stats/oneway.o >/dev/null 2>&1 depbase=`echo src/language/stats/quick-cluster.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/quick-cluster.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/quick-cluster.lo src/language/stats/quick-cluster.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/quick-cluster.lo -MD -MP -MF src/language/stats/.deps/quick-cluster.Tpo -c src/language/stats/quick-cluster.c -fPIC -DPIC -o src/language/stats/.libs/quick-cluster.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/quick-cluster.lo -MD -MP -MF src/language/stats/.deps/quick-cluster.Tpo -c src/language/stats/quick-cluster.c -o src/language/stats/quick-cluster.o >/dev/null 2>&1 depbase=`echo src/language/stats/rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/rank.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/rank.lo src/language/stats/rank.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/rank.lo -MD -MP -MF src/language/stats/.deps/rank.Tpo -c src/language/stats/rank.c -fPIC -DPIC -o src/language/stats/.libs/rank.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/rank.lo -MD -MP -MF src/language/stats/.deps/rank.Tpo -c src/language/stats/rank.c -o src/language/stats/rank.o >/dev/null 2>&1 depbase=`echo src/language/stats/reliability.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/reliability.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/reliability.lo src/language/stats/reliability.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/reliability.lo -MD -MP -MF src/language/stats/.deps/reliability.Tpo -c src/language/stats/reliability.c -fPIC -DPIC -o src/language/stats/.libs/reliability.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/reliability.lo -MD -MP -MF src/language/stats/.deps/reliability.Tpo -c src/language/stats/reliability.c -o src/language/stats/reliability.o >/dev/null 2>&1 depbase=`echo src/language/stats/roc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/roc.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/roc.lo src/language/stats/roc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/roc.lo -MD -MP -MF src/language/stats/.deps/roc.Tpo -c src/language/stats/roc.c -fPIC -DPIC -o src/language/stats/.libs/roc.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/roc.lo -MD -MP -MF src/language/stats/.deps/roc.Tpo -c src/language/stats/roc.c -o src/language/stats/roc.o >/dev/null 2>&1 depbase=`echo src/language/stats/regression.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/regression.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/regression.lo src/language/stats/regression.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/regression.lo -MD -MP -MF src/language/stats/.deps/regression.Tpo -c src/language/stats/regression.c -fPIC -DPIC -o src/language/stats/.libs/regression.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/regression.lo -MD -MP -MF src/language/stats/.deps/regression.Tpo -c src/language/stats/regression.c -o src/language/stats/regression.o >/dev/null 2>&1 depbase=`echo src/language/stats/runs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/runs.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/runs.lo src/language/stats/runs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/runs.lo -MD -MP -MF src/language/stats/.deps/runs.Tpo -c src/language/stats/runs.c -fPIC -DPIC -o src/language/stats/.libs/runs.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/runs.lo -MD -MP -MF src/language/stats/.deps/runs.Tpo -c src/language/stats/runs.c -o src/language/stats/runs.o >/dev/null 2>&1 depbase=`echo src/language/stats/sign.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sign.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/sign.lo src/language/stats/sign.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sign.lo -MD -MP -MF src/language/stats/.deps/sign.Tpo -c src/language/stats/sign.c -fPIC -DPIC -o src/language/stats/.libs/sign.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sign.lo -MD -MP -MF src/language/stats/.deps/sign.Tpo -c src/language/stats/sign.c -o src/language/stats/sign.o >/dev/null 2>&1 depbase=`echo src/language/stats/sort-cases.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sort-cases.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/sort-cases.lo src/language/stats/sort-cases.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sort-cases.lo -MD -MP -MF src/language/stats/.deps/sort-cases.Tpo -c src/language/stats/sort-cases.c -fPIC -DPIC -o src/language/stats/.libs/sort-cases.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sort-cases.lo -MD -MP -MF src/language/stats/.deps/sort-cases.Tpo -c src/language/stats/sort-cases.c -o src/language/stats/sort-cases.o >/dev/null 2>&1 depbase=`echo src/language/stats/sort-criteria.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sort-criteria.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/sort-criteria.lo src/language/stats/sort-criteria.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sort-criteria.lo -MD -MP -MF src/language/stats/.deps/sort-criteria.Tpo -c src/language/stats/sort-criteria.c -fPIC -DPIC -o src/language/stats/.libs/sort-criteria.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/sort-criteria.lo -MD -MP -MF src/language/stats/.deps/sort-criteria.Tpo -c src/language/stats/sort-criteria.c -o src/language/stats/sort-criteria.o >/dev/null 2>&1 depbase=`echo src/language/stats/t-test-indep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-indep.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-indep.lo src/language/stats/t-test-indep.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-indep.lo -MD -MP -MF src/language/stats/.deps/t-test-indep.Tpo -c src/language/stats/t-test-indep.c -fPIC -DPIC -o src/language/stats/.libs/t-test-indep.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-indep.lo -MD -MP -MF src/language/stats/.deps/t-test-indep.Tpo -c src/language/stats/t-test-indep.c -o src/language/stats/t-test-indep.o >/dev/null 2>&1 depbase=`echo src/language/stats/t-test-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-one-sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-one-sample.lo src/language/stats/t-test-one-sample.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-one-sample.lo -MD -MP -MF src/language/stats/.deps/t-test-one-sample.Tpo -c src/language/stats/t-test-one-sample.c -fPIC -DPIC -o src/language/stats/.libs/t-test-one-sample.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-one-sample.lo -MD -MP -MF src/language/stats/.deps/t-test-one-sample.Tpo -c src/language/stats/t-test-one-sample.c -o src/language/stats/t-test-one-sample.o >/dev/null 2>&1 depbase=`echo src/language/stats/t-test-paired.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-paired.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-paired.lo src/language/stats/t-test-paired.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-paired.lo -MD -MP -MF src/language/stats/.deps/t-test-paired.Tpo -c src/language/stats/t-test-paired.c -fPIC -DPIC -o src/language/stats/.libs/t-test-paired.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-paired.lo -MD -MP -MF src/language/stats/.deps/t-test-paired.Tpo -c src/language/stats/t-test-paired.c -o src/language/stats/t-test-paired.o >/dev/null 2>&1 depbase=`echo src/language/stats/t-test-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-parser.lo src/language/stats/t-test-parser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-parser.lo -MD -MP -MF src/language/stats/.deps/t-test-parser.Tpo -c src/language/stats/t-test-parser.c -fPIC -DPIC -o src/language/stats/.libs/t-test-parser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/t-test-parser.lo -MD -MP -MF src/language/stats/.deps/t-test-parser.Tpo -c src/language/stats/t-test-parser.c -o src/language/stats/t-test-parser.o >/dev/null 2>&1 depbase=`echo src/language/stats/wilcoxon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/wilcoxon.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/wilcoxon.lo src/language/stats/wilcoxon.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/wilcoxon.lo -MD -MP -MF src/language/stats/.deps/wilcoxon.Tpo -c src/language/stats/wilcoxon.c -fPIC -DPIC -o src/language/stats/.libs/wilcoxon.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/wilcoxon.lo -MD -MP -MF src/language/stats/.deps/wilcoxon.Tpo -c src/language/stats/wilcoxon.c -o src/language/stats/wilcoxon.o >/dev/null 2>&1 depbase=`echo src/language/data-io/combine-files.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/combine-files.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/combine-files.lo src/language/data-io/combine-files.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/combine-files.lo -MD -MP -MF src/language/data-io/.deps/combine-files.Tpo -c src/language/data-io/combine-files.c -fPIC -DPIC -o src/language/data-io/.libs/combine-files.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/combine-files.lo -MD -MP -MF src/language/data-io/.deps/combine-files.Tpo -c src/language/data-io/combine-files.c -o src/language/data-io/combine-files.o >/dev/null 2>&1 depbase=`echo src/language/data-io/data-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-list.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-list.lo src/language/data-io/data-list.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-list.lo -MD -MP -MF src/language/data-io/.deps/data-list.Tpo -c src/language/data-io/data-list.c -fPIC -DPIC -o src/language/data-io/.libs/data-list.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-list.lo -MD -MP -MF src/language/data-io/.deps/data-list.Tpo -c src/language/data-io/data-list.c -o src/language/data-io/data-list.o >/dev/null 2>&1 depbase=`echo src/language/data-io/data-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-parser.lo src/language/data-io/data-parser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-parser.lo -MD -MP -MF src/language/data-io/.deps/data-parser.Tpo -c src/language/data-io/data-parser.c -fPIC -DPIC -o src/language/data-io/.libs/data-parser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-parser.lo -MD -MP -MF src/language/data-io/.deps/data-parser.Tpo -c src/language/data-io/data-parser.c -o src/language/data-io/data-parser.o >/dev/null 2>&1 depbase=`echo src/language/data-io/data-reader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-reader.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-reader.lo src/language/data-io/data-reader.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-reader.lo -MD -MP -MF src/language/data-io/.deps/data-reader.Tpo -c src/language/data-io/data-reader.c -fPIC -DPIC -o src/language/data-io/.libs/data-reader.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-reader.lo -MD -MP -MF src/language/data-io/.deps/data-reader.Tpo -c src/language/data-io/data-reader.c -o src/language/data-io/data-reader.o >/dev/null 2>&1 depbase=`echo src/language/data-io/data-writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-writer.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-writer.lo src/language/data-io/data-writer.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-writer.lo -MD -MP -MF src/language/data-io/.deps/data-writer.Tpo -c src/language/data-io/data-writer.c -fPIC -DPIC -o src/language/data-io/.libs/data-writer.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/data-writer.lo -MD -MP -MF src/language/data-io/.deps/data-writer.Tpo -c src/language/data-io/data-writer.c -o src/language/data-io/data-writer.o >/dev/null 2>&1 depbase=`echo src/language/data-io/dataset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/dataset.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/dataset.lo src/language/data-io/dataset.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/dataset.lo -MD -MP -MF src/language/data-io/.deps/dataset.Tpo -c src/language/data-io/dataset.c -fPIC -DPIC -o src/language/data-io/.libs/dataset.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/dataset.lo -MD -MP -MF src/language/data-io/.deps/dataset.Tpo -c src/language/data-io/dataset.c -o src/language/data-io/dataset.o >/dev/null 2>&1 depbase=`echo src/language/data-io/get-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/get-data.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/get-data.lo src/language/data-io/get-data.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/get-data.lo -MD -MP -MF src/language/data-io/.deps/get-data.Tpo -c src/language/data-io/get-data.c -fPIC -DPIC -o src/language/data-io/.libs/get-data.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/get-data.lo -MD -MP -MF src/language/data-io/.deps/get-data.Tpo -c src/language/data-io/get-data.c -o src/language/data-io/get-data.o >/dev/null 2>&1 depbase=`echo src/language/data-io/get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/get.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/get.lo src/language/data-io/get.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/get.lo -MD -MP -MF src/language/data-io/.deps/get.Tpo -c src/language/data-io/get.c -fPIC -DPIC -o src/language/data-io/.libs/get.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/get.lo -MD -MP -MF src/language/data-io/.deps/get.Tpo -c src/language/data-io/get.c -o src/language/data-io/get.o >/dev/null 2>&1 depbase=`echo src/language/data-io/inpt-pgm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/inpt-pgm.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/inpt-pgm.lo src/language/data-io/inpt-pgm.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/inpt-pgm.lo -MD -MP -MF src/language/data-io/.deps/inpt-pgm.Tpo -c src/language/data-io/inpt-pgm.c -fPIC -DPIC -o src/language/data-io/.libs/inpt-pgm.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/inpt-pgm.lo -MD -MP -MF src/language/data-io/.deps/inpt-pgm.Tpo -c src/language/data-io/inpt-pgm.c -o src/language/data-io/inpt-pgm.o >/dev/null 2>&1 depbase=`echo src/language/data-io/list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/list.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/list.lo src/language/data-io/list.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/list.lo -MD -MP -MF src/language/data-io/.deps/list.Tpo -c src/language/data-io/list.c -fPIC -DPIC -o src/language/data-io/.libs/list.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/list.lo -MD -MP -MF src/language/data-io/.deps/list.Tpo -c src/language/data-io/list.c -o src/language/data-io/list.o >/dev/null 2>&1 depbase=`echo src/language/data-io/placement-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/placement-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/placement-parser.lo src/language/data-io/placement-parser.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/placement-parser.lo -MD -MP -MF src/language/data-io/.deps/placement-parser.Tpo -c src/language/data-io/placement-parser.c -fPIC -DPIC -o src/language/data-io/.libs/placement-parser.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/placement-parser.lo -MD -MP -MF src/language/data-io/.deps/placement-parser.Tpo -c src/language/data-io/placement-parser.c -o src/language/data-io/placement-parser.o >/dev/null 2>&1 depbase=`echo src/language/data-io/print-space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/print-space.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/print-space.lo src/language/data-io/print-space.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/print-space.lo -MD -MP -MF src/language/data-io/.deps/print-space.Tpo -c src/language/data-io/print-space.c -fPIC -DPIC -o src/language/data-io/.libs/print-space.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/print-space.lo -MD -MP -MF src/language/data-io/.deps/print-space.Tpo -c src/language/data-io/print-space.c -o src/language/data-io/print-space.o >/dev/null 2>&1 depbase=`echo src/language/data-io/print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/print.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/print.lo src/language/data-io/print.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/print.lo -MD -MP -MF src/language/data-io/.deps/print.Tpo -c src/language/data-io/print.c -fPIC -DPIC -o src/language/data-io/.libs/print.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/print.lo -MD -MP -MF src/language/data-io/.deps/print.Tpo -c src/language/data-io/print.c -o src/language/data-io/print.o >/dev/null 2>&1 depbase=`echo src/language/data-io/save-translate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/save-translate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/save-translate.lo src/language/data-io/save-translate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/save-translate.lo -MD -MP -MF src/language/data-io/.deps/save-translate.Tpo -c src/language/data-io/save-translate.c -fPIC -DPIC -o src/language/data-io/.libs/save-translate.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/save-translate.lo -MD -MP -MF src/language/data-io/.deps/save-translate.Tpo -c src/language/data-io/save-translate.c -o src/language/data-io/save-translate.o >/dev/null 2>&1 depbase=`echo src/language/data-io/save.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/save.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/save.lo src/language/data-io/save.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/save.lo -MD -MP -MF src/language/data-io/.deps/save.Tpo -c src/language/data-io/save.c -fPIC -DPIC -o src/language/data-io/.libs/save.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/save.lo -MD -MP -MF src/language/data-io/.deps/save.Tpo -c src/language/data-io/save.c -o src/language/data-io/save.o >/dev/null 2>&1 depbase=`echo src/language/data-io/trim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/trim.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/trim.lo src/language/data-io/trim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/trim.lo -MD -MP -MF src/language/data-io/.deps/trim.Tpo -c src/language/data-io/trim.c -fPIC -DPIC -o src/language/data-io/.libs/trim.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/trim.lo -MD -MP -MF src/language/data-io/.deps/trim.Tpo -c src/language/data-io/trim.c -o src/language/data-io/trim.o >/dev/null 2>&1 depbase=`echo src/language/expressions/evaluate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/evaluate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/evaluate.lo src/language/expressions/evaluate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/evaluate.lo -MD -MP -MF src/language/expressions/.deps/evaluate.Tpo -c src/language/expressions/evaluate.c -fPIC -DPIC -o src/language/expressions/.libs/evaluate.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/evaluate.lo -MD -MP -MF src/language/expressions/.deps/evaluate.Tpo -c src/language/expressions/evaluate.c -o src/language/expressions/evaluate.o >/dev/null 2>&1 depbase=`echo src/language/expressions/helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/helpers.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/helpers.lo src/language/expressions/helpers.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/helpers.lo -MD -MP -MF src/language/expressions/.deps/helpers.Tpo -c src/language/expressions/helpers.c -fPIC -DPIC -o src/language/expressions/.libs/helpers.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/helpers.lo -MD -MP -MF src/language/expressions/.deps/helpers.Tpo -c src/language/expressions/helpers.c -o src/language/expressions/helpers.o >/dev/null 2>&1 depbase=`echo src/language/expressions/optimize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/optimize.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/optimize.lo src/language/expressions/optimize.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/optimize.lo -MD -MP -MF src/language/expressions/.deps/optimize.Tpo -c src/language/expressions/optimize.c -fPIC -DPIC -o src/language/expressions/.libs/optimize.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/optimize.lo -MD -MP -MF src/language/expressions/.deps/optimize.Tpo -c src/language/expressions/optimize.c -o src/language/expressions/optimize.o >/dev/null 2>&1 depbase=`echo src/language/expressions/parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/parse.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/parse.lo src/language/expressions/parse.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/parse.lo -MD -MP -MF src/language/expressions/.deps/parse.Tpo -c src/language/expressions/parse.c -fPIC -DPIC -o src/language/expressions/.libs/parse.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/expressions/parse.lo -MD -MP -MF src/language/expressions/.deps/parse.Tpo -c src/language/expressions/parse.c -o src/language/expressions/parse.o >/dev/null 2>&1 depbase=`echo src/language/data-io/file-handle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/file-handle.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/file-handle.lo src/language/data-io/file-handle.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/file-handle.lo -MD -MP -MF src/language/data-io/.deps/file-handle.Tpo -c src/language/data-io/file-handle.c -fPIC -DPIC -o src/language/data-io/.libs/file-handle.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/data-io/file-handle.lo -MD -MP -MF src/language/data-io/.deps/file-handle.Tpo -c src/language/data-io/file-handle.c -o src/language/data-io/file-handle.o >/dev/null 2>&1 depbase=`echo src/language/utilities/set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/set.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/set.lo src/language/utilities/set.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/set.lo -MD -MP -MF src/language/utilities/.deps/set.Tpo -c src/language/utilities/set.c -fPIC -DPIC -o src/language/utilities/.libs/set.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/utilities/set.lo -MD -MP -MF src/language/utilities/.deps/set.Tpo -c src/language/utilities/set.c -o src/language/utilities/set.o >/dev/null 2>&1 depbase=`echo src/language/stats/crosstabs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/crosstabs.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/crosstabs.lo src/language/stats/crosstabs.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/crosstabs.lo -MD -MP -MF src/language/stats/.deps/crosstabs.Tpo -c src/language/stats/crosstabs.c -fPIC -DPIC -o src/language/stats/.libs/crosstabs.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/crosstabs.lo -MD -MP -MF src/language/stats/.deps/crosstabs.Tpo -c src/language/stats/crosstabs.c -o src/language/stats/crosstabs.o >/dev/null 2>&1 depbase=`echo src/language/stats/frequencies.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/frequencies.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/frequencies.lo src/language/stats/frequencies.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/frequencies.lo -MD -MP -MF src/language/stats/.deps/frequencies.Tpo -c src/language/stats/frequencies.c -fPIC -DPIC -o src/language/stats/.libs/frequencies.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -MT src/language/stats/frequencies.lo -MD -MP -MF src/language/stats/.deps/frequencies.Tpo -c src/language/stats/frequencies.c -o src/language/stats/frequencies.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -Wdeclaration-after-statement -o src/language/liblanguage.la src/language/command.lo src/language/lexer/command-name.lo src/language/lexer/include-path.lo src/language/lexer/lexer.lo src/language/lexer/subcommand-list.lo src/language/lexer/format-parser.lo src/language/lexer/scan.lo src/language/lexer/segment.lo src/language/lexer/token.lo src/language/lexer/value-parser.lo src/language/lexer/variable-parser.lo src/language/xforms/compute.lo src/language/xforms/count.lo src/language/xforms/fail.lo src/language/xforms/sample.lo src/language/xforms/recode.lo src/language/xforms/select-if.lo src/language/control/control-stack.lo src/language/control/do-if.lo src/language/control/loop.lo src/language/control/repeat.lo src/language/control/temporary.lo src/language/dictionary/attributes.lo src/language/dictionary/apply-dictionary.lo src/language/dictionary/delete-variables.lo src/language/dictionary/formats.lo src/language/dictionary/missing-values.lo src/language/dictionary/modify-variables.lo src/language/dictionary/mrsets.lo src/language/dictionary/numeric.lo src/language/dictionary/rename-variables.lo src/language/dictionary/split-file.lo src/language/dictionary/sys-file-info.lo src/language/dictionary/value-labels.lo src/language/dictionary/variable-label.lo src/language/dictionary/vector.lo src/language/dictionary/variable-display.lo src/language/dictionary/weight.lo src/language/tests/format-guesser-test.lo src/language/tests/float-format.lo src/language/tests/moments-test.lo src/language/tests/paper-size.lo src/language/tests/pool-test.lo src/language/utilities/cache.lo src/language/utilities/cd.lo src/language/utilities/date.lo src/language/utilities/echo.lo src/language/utilities/host.lo src/language/utilities/title.lo src/language/utilities/include.lo src/language/utilities/permissions.lo src/language/stats/aggregate.lo src/language/stats/autorecode.lo src/language/stats/binomial.lo src/language/stats/chisquare.lo src/language/stats/cochran.lo src/language/stats/correlations.lo src/language/stats/descriptives.lo src/language/stats/examine.lo src/language/stats/factor.lo src/language/stats/flip.lo src/language/stats/freq.lo src/language/stats/friedman.lo src/language/stats/glm.lo src/language/stats/kruskal-wallis.lo src/language/stats/ks-one-sample.lo src/language/stats/logistic.lo src/language/stats/jonckheere-terpstra.lo src/language/stats/mann-whitney.lo src/language/stats/means.lo src/language/stats/mcnemar.lo src/language/stats/median.lo src/language/stats/npar.lo src/language/stats/npar-summary.lo src/language/stats/oneway.lo src/language/stats/quick-cluster.lo src/language/stats/rank.lo src/language/stats/reliability.lo src/language/stats/roc.lo src/language/stats/regression.lo src/language/stats/runs.lo src/language/stats/sign.lo src/language/stats/sort-cases.lo src/language/stats/sort-criteria.lo src/language/stats/t-test-indep.lo src/language/stats/t-test-one-sample.lo src/language/stats/t-test-paired.lo src/language/stats/t-test-parser.lo src/language/stats/wilcoxon.lo src/language/data-io/combine-files.lo src/language/data-io/data-list.lo src/language/data-io/data-parser.lo src/language/data-io/data-reader.lo src/language/data-io/data-writer.lo src/language/data-io/dataset.lo src/language/data-io/get-data.lo src/language/data-io/get.lo src/language/data-io/inpt-pgm.lo src/language/data-io/list.lo src/language/data-io/placement-parser.lo src/language/data-io/print-space.lo src/language/data-io/print.lo src/language/data-io/save-translate.lo src/language/data-io/save.lo src/language/data-io/trim.lo src/language/expressions/evaluate.lo src/language/expressions/helpers.lo src/language/expressions/optimize.lo src/language/expressions/parse.lo src/language/data-io/file-handle.lo src/language/utilities/set.lo src/language/stats/crosstabs.lo src/language/stats/frequencies.lo /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -lgslcblas -lz -lm libtool: link: rm -fr src/language/.libs/liblanguage.a src/language/.libs/liblanguage.la libtool: link: ar cru src/language/.libs/liblanguage.a src/language/.libs/command.o src/language/lexer/.libs/command-name.o src/language/lexer/.libs/include-path.o src/language/lexer/.libs/lexer.o src/language/lexer/.libs/subcommand-list.o src/language/lexer/.libs/format-parser.o src/language/lexer/.libs/scan.o src/language/lexer/.libs/segment.o src/language/lexer/.libs/token.o src/language/lexer/.libs/value-parser.o src/language/lexer/.libs/variable-parser.o src/language/xforms/.libs/compute.o src/language/xforms/.libs/count.o src/language/xforms/.libs/fail.o src/language/xforms/.libs/sample.o src/language/xforms/.libs/recode.o src/language/xforms/.libs/select-if.o src/language/control/.libs/control-stack.o src/language/control/.libs/do-if.o src/language/control/.libs/loop.o src/language/control/.libs/repeat.o src/language/control/.libs/temporary.o src/language/dictionary/.libs/attributes.o src/language/dictionary/.libs/apply-dictionary.o src/language/dictionary/.libs/delete-variables.o src/language/dictionary/.libs/formats.o src/language/dictionary/.libs/missing-values.o src/language/dictionary/.libs/modify-variables.o src/language/dictionary/.libs/mrsets.o src/language/dictionary/.libs/numeric.o src/language/dictionary/.libs/rename-variables.o src/language/dictionary/.libs/split-file.o src/language/dictionary/.libs/sys-file-info.o src/language/dictionary/.libs/value-labels.o src/language/dictionary/.libs/variable-label.o src/language/dictionary/.libs/vector.o src/language/dictionary/.libs/variable-display.o src/language/dictionary/.libs/weight.o src/language/tests/.libs/format-guesser-test.o src/language/tests/.libs/float-format.o src/language/tests/.libs/moments-test.o src/language/tests/.libs/paper-size.o src/language/tests/.libs/pool-test.o src/language/utilities/.libs/cache.o src/language/utilities/.libs/cd.o src/language/utilities/.libs/date.o src/language/utilities/.libs/echo.o src/language/utilities/.libs/host.o src/language/utilities/.libs/title.o src/language/utilities/.libs/include.o src/language/utilities/.libs/permissions.o src/language/stats/.libs/aggregate.o src/language/stats/.libs/autorecode.o src/language/stats/.libs/binomial.o src/language/stats/.libs/chisquare.o src/language/stats/.libs/cochran.o src/language/stats/.libs/correlations.o src/language/stats/.libs/descriptives.o src/language/stats/.libs/examine.o src/language/stats/.libs/factor.o src/language/stats/.libs/flip.o src/language/stats/.libs/freq.o src/language/stats/.libs/friedman.o src/language/stats/.libs/glm.o src/language/stats/.libs/kruskal-wallis.o src/language/stats/.libs/ks-one-sample.o src/language/stats/.libs/logistic.o src/language/stats/.libs/jonckheere-terpstra.o src/language/stats/.libs/mann-whitney.o src/language/stats/.libs/means.o src/language/stats/.libs/mcnemar.o src/language/stats/.libs/median.o src/language/stats/.libs/npar.o src/language/stats/.libs/npar-summary.o src/language/stats/.libs/oneway.o src/language/stats/.libs/quick-cluster.o src/language/stats/.libs/rank.o src/language/stats/.libs/reliability.o src/language/stats/.libs/roc.o src/language/stats/.libs/regression.o src/language/stats/.libs/runs.o src/language/stats/.libs/sign.o src/language/stats/.libs/sort-cases.o src/language/stats/.libs/sort-criteria.o src/language/stats/.libs/t-test-indep.o src/language/stats/.libs/t-test-one-sample.o src/language/stats/.libs/t-test-paired.o src/language/stats/.libs/t-test-parser.o src/language/stats/.libs/wilcoxon.o src/language/data-io/.libs/combine-files.o src/language/data-io/.libs/data-list.o src/language/data-io/.libs/data-parser.o src/language/data-io/.libs/data-reader.o src/language/data-io/.libs/data-writer.o src/language/data-io/.libs/dataset.o src/language/data-io/.libs/get-data.o src/language/data-io/.libs/get.o src/language/data-io/.libs/inpt-pgm.o src/language/data-io/.libs/list.o src/language/data-io/.libs/placement-parser.o src/language/data-io/.libs/print-space.o src/language/data-io/.libs/print.o src/language/data-io/.libs/save-translate.o src/language/data-io/.libs/save.o src/language/data-io/.libs/trim.o src/language/expressions/.libs/evaluate.o src/language/expressions/.libs/helpers.o src/language/expressions/.libs/optimize.o src/language/expressions/.libs/parse.o src/language/data-io/.libs/file-handle.o src/language/utilities/.libs/set.o src/language/stats/.libs/crosstabs.o src/language/stats/.libs/frequencies.o libtool: link: ranlib src/language/.libs/liblanguage.a libtool: link: ( cd "src/language/.libs" && rm -f "liblanguage.la" && ln -s "../liblanguage.la" "liblanguage.la" ) /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-main.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-main.Tpo -c -o src/ui/terminal/src_ui_terminal_libui_la-main.lo `test -f 'src/ui/terminal/main.c' || echo './'`src/ui/terminal/main.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-main.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-main.Tpo -c src/ui/terminal/main.c -fPIC -DPIC -o src/ui/terminal/.libs/src_ui_terminal_libui_la-main.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-main.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-main.Tpo -c src/ui/terminal/main.c -o src/ui/terminal/src_ui_terminal_libui_la-main.o >/dev/null 2>&1 mv -f src/ui/terminal/.deps/src_ui_terminal_libui_la-main.Tpo src/ui/terminal/.deps/src_ui_terminal_libui_la-main.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-terminal-opts.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-terminal-opts.Tpo -c -o src/ui/terminal/src_ui_terminal_libui_la-terminal-opts.lo `test -f 'src/ui/terminal/terminal-opts.c' || echo './'`src/ui/terminal/terminal-opts.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-terminal-opts.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-terminal-opts.Tpo -c src/ui/terminal/terminal-opts.c -fPIC -DPIC -o src/ui/terminal/.libs/src_ui_terminal_libui_la-terminal-opts.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-terminal-opts.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-terminal-opts.Tpo -c src/ui/terminal/terminal-opts.c -o src/ui/terminal/src_ui_terminal_libui_la-terminal-opts.o >/dev/null 2>&1 mv -f src/ui/terminal/.deps/src_ui_terminal_libui_la-terminal-opts.Tpo src/ui/terminal/.deps/src_ui_terminal_libui_la-terminal-opts.Plo /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-terminal-reader.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-terminal-reader.Tpo -c -o src/ui/terminal/src_ui_terminal_libui_la-terminal-reader.lo `test -f 'src/ui/terminal/terminal-reader.c' || echo './'`src/ui/terminal/terminal-reader.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I./src -I./lib -I./src/language/stats -I./src/language/expressions -I./src/language/expressions -Isrc -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/pango-1.0 -g -O2 -Wdeclaration-after-statement -MT src/ui/terminal/src_ui_terminal_libui_la-terminal-reader.lo -MD -MP -MF src/ui/terminal/.deps/src_ui_terminal_libui_la-terminal-reader.Tpo -c src/ui/terminal/terminal-reader.c -fPIC -DPIC -o src/ui/terminal/.libs/src_ui_terminal_libui_la-terminal-reader.o src/ui/terminal/terminal-reader.c:121:1: error: static declaration of 'rl_echo_signal_char' follows non-static declaration rl_echo_signal_char (int sig) ^ In file included from src/ui/terminal/terminal-reader.c:27:0: /usr/local/include/readline/readline.h:435:13: note: previous declaration of 'rl_echo_signal_char' was here extern void rl_echo_signal_char PARAMS((int)); ^ make[2]: *** [src/ui/terminal/src_ui_terminal_libui_la-terminal-reader.lo] Error 1 make[2]: Leaving directory `/home/fhou/Downloads/pspp-0.8.2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/fhou/Downloads/pspp-0.8.2' make: *** [all] Error 2