Cache file variables for powerpc glib

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi guys,
 
I crosscompiled glib2.8.4 from intel-linux to powerpc-linux.(with gcc-3.4.1 and glibc-2.3.3)
 
I am running into trouble while executing firefox(also cross compiled) .(with gcc-3.3 and glibc-2.3.2)

I feel this is related to datatypes. the control goes to do while loop in mult() in jsdtoa.c and hangs there foorever
 
Please tale look at the variables set and do let me know what variable needs to be properly set in the cache file for powerpc.
 
Thanks and best Regards,
Ravi
 
 
 
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs, see configure's option --config-cache.
# It is not useful on other systems.  If it contains results you don't
# want to keep, you may remove or edit it.
#
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# `ac_cv_env_foo' variables (set or unset) will be overridden when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.
ac_cv_build=${ac_cv_build=i686-pc-linux-gnu}
ac_cv_build_alias=${ac_cv_build_alias=i686-pc-linux-gnu}
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu=yes}
ac_cv_c_const=${ac_cv_c_const=yes}
ac_cv_cxx_compiler_gnu=${ac_cv_cxx_compiler_gnu=yes}
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-cpp
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-c++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=powerpc-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=${ac_cv_exeext=}
ac_cv_f77_compiler_gnu=${ac_cv_f77_compiler_gnu=yes}
ac_cv_func_NSLinkModule=${ac_cv_func_NSLinkModule=no}
ac_cv_func__NSGetEnviron=${ac_cv_func__NSGetEnviron=no}
ac_cv_func__doprnt=${ac_cv_func__doprnt=no}
ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes}
ac_cv_func_atexit=${ac_cv_func_atexit=yes}
ac_cv_func_bind_textdomain_codeset=${ac_cv_func_bind_textdomain_codeset=yes}
ac_cv_func_dcgettext=${ac_cv_func_dcgettext=yes}
ac_cv_func_dlerror=${ac_cv_func_dlerror=yes}
ac_cv_func_dlopen=${ac_cv_func_dlopen=no}
ac_cv_func_getc_unlocked=${ac_cv_func_getc_unlocked=yes}
ac_cv_func_getcwd=${ac_cv_func_getcwd=yes}
ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
ac_cv_func_localtime_r=${ac_cv_func_localtime_r=yes}
ac_cv_func_lstat=${ac_cv_func_lstat=yes}
ac_cv_func_memmove=${ac_cv_func_memmove=yes}
ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=no}
ac_cv_func_nanosleep=${ac_cv_func_nanosleep=yes}
ac_cv_func_nl_langinfo=${ac_cv_func_nl_langinfo=yes}
ac_cv_func_nonposix_getpwuid_r=${ac_cv_func_nonposix_getpwuid_r=no}
ac_cv_func_on_exit=${ac_cv_func_on_exit=yes}
ac_cv_func_poll=${ac_cv_func_poll=yes}
ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=0}
ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=no}
ac_cv_func_readlink=${ac_cv_func_readlink=yes}
ac_cv_func_setenv=${ac_cv_func_setenv=yes}
ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
ac_cv_func_snprintf=${ac_cv_func_snprintf=yes}
ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=no}
ac_cv_func_stpcpy=${ac_cv_func_stpcpy=yes}
ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
ac_cv_func_strerror=${ac_cv_func_strerror=yes}
ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp=yes}
ac_cv_func_strsignal=${ac_cv_func_strsignal=yes}
ac_cv_func_symlink=${ac_cv_func_symlink=yes}
ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes}
ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes}
ac_cv_func_vprintf=${ac_cv_func_vprintf=yes}
ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes}
ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=no}
ac_cv_gnu_library_2_1=${ac_cv_gnu_library_2_1=yes}
ac_cv_header_crt_externs_h=${ac_cv_header_crt_externs_h=no}
ac_cv_header_dirent_h=${ac_cv_header_dirent_h=yes}
ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
ac_cv_header_float_h=${ac_cv_header_float_h=yes}
ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
ac_cv_header_langinfo_h=${ac_cv_header_langinfo_h=yes}
ac_cv_header_libintl_h=${ac_cv_header_libintl_h=yes}
ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
ac_cv_header_sched_h=${ac_cv_header_sched_h=yes}
ac_cv_header_stdc=${ac_cv_header_stdc=yes}
ac_cv_header_stddef_h=${ac_cv_header_stddef_h=yes}
ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
ac_cv_header_string_h=${ac_cv_header_string_h=yes}
ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h=yes}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
ac_cv_header_values_h=${ac_cv_header_values_h=yes}
ac_cv_host=${ac_cv_host=powerpc-unknown-linux-gnu}
ac_cv_host_alias=${ac_cv_host_alias=powerpc-linux}
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=yes}
ac_cv_lib_dl_dlsym=${ac_cv_lib_dl_dlsym=yes}
ac_cv_lib_iconv_libiconv_open=${ac_cv_lib_iconv_libiconv_open=yes}
ac_cv_objext=${ac_cv_objext=o}
ac_cv_path_GLIB_GENMARSHAL=${ac_cv_path_GLIB_GENMARSHAL=/usr/local/bin/glib-genmarshal}
ac_cv_path_GMSGFMT=${ac_cv_path_GMSGFMT=/usr/bin/msgfmt}
ac_cv_path_MSGFMT=${ac_cv_path_MSGFMT=/usr/bin/msgfmt}
ac_cv_path_PERL_PATH=${ac_cv_path_PERL_PATH=/usr/bin/perl}
ac_cv_path_PKG_CONFIG=${ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config}
ac_cv_path_XGETTEXT=${ac_cv_path_XGETTEXT=/usr/bin/xgettext}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_prog_AR=${ac_cv_prog_AR=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-ar}
ac_cv_prog_AWK=${ac_cv_prog_AWK=gawk}
ac_cv_prog_CC=${ac_cv_prog_CC=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-gcc}
ac_cv_prog_CPP=${ac_cv_prog_CPP=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-cpp}
ac_cv_prog_CXX=${ac_cv_prog_CXX=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-c++}
ac_cv_prog_CXXCPP=${ac_cv_prog_CXXCPP='/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-c++ -E'}
ac_cv_prog_INDENT=${ac_cv_prog_INDENT=indent}
ac_cv_prog_PERL=${ac_cv_prog_PERL=perl}
ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-ranlib}
ac_cv_prog_STRIP=${ac_cv_prog_STRIP=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-strip}
ac_cv_prog_ac_ct_F77=${ac_cv_prog_ac_ct_F77=g77}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes}
ac_cv_prog_cc_stdc=${ac_cv_prog_cc_stdc=}
ac_cv_prog_cxx_g=${ac_cv_prog_cxx_g=yes}
ac_cv_prog_egrep=${ac_cv_prog_egrep='grep -E'}
ac_cv_prog_f77_g=${ac_cv_prog_f77_g=yes}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits=64}
ac_cv_sys_large_files=${ac_cv_sys_large_files=no}
ac_cv_sys_largefile_CC=${ac_cv_sys_largefile_CC=no}
ac_cv_type___int64=${ac_cv_type___int64=no}
ac_cv_type_char=${ac_cv_type_char=yes}
ac_cv_type_int=${ac_cv_type_int=yes}
ac_cv_type_long=${ac_cv_type_long=yes}
ac_cv_type_long_long=${ac_cv_type_long_long=yes}
ac_cv_type_ptrdiff_t=${ac_cv_type_ptrdiff_t=yes}
ac_cv_type_short=${ac_cv_type_short=yes}
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
ac_cv_type_void_p=${ac_cv_type_void_p=yes}
ac_cv_working_alloca_h=${ac_cv_working_alloca_h=yes}
am_cv_CC_dependencies_compiler_type=${am_cv_CC_dependencies_compiler_type=gcc3}
am_cv_CXX_dependencies_compiler_type=${am_cv_CXX_dependencies_compiler_type=gcc3}
am_cv_prog_cc_stdc=${am_cv_prog_cc_stdc=}
am_cv_val_LC_MESSAGES=${am_cv_val_LC_MESSAGES=yes}
bh_cv_c_signed=${bh_cv_c_signed=yes}
glib_cv___va_copy=${glib_cv___va_copy=yes}
glib_cv_byte_contents_gmutex=${glib_cv_byte_contents_gmutex=no}
glib_cv_has__inline=${glib_cv_has__inline=yes}
glib_cv_has__inline__=${glib_cv_has__inline__=yes}
glib_cv_hasinline=${glib_cv_hasinline=yes}
glib_cv_have_strlcpy=${glib_cv_have_strlcpy=no}
glib_cv_long_long_format=${glib_cv_long_long_format=ll}
glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
glib_cv_uscore=${glib_cv_uscore=no}
glib_cv_va_copy=${glib_cv_va_copy=yes}
glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
glib_cv_value_POLLERR=${glib_cv_value_POLLERR=8}
glib_cv_value_POLLHUP=${glib_cv_value_POLLHUP=16}
glib_cv_value_POLLIN=${glib_cv_value_POLLIN=1}
glib_cv_value_POLLNVAL=${glib_cv_value_POLLNVAL=32}
glib_cv_value_POLLOUT=${glib_cv_value_POLLOUT=4}
glib_cv_value_POLLPRI=${glib_cv_value_POLLPRI=2}
gt_cv_c_long_double=${gt_cv_c_long_double=yes}
gt_cv_c_wchar_t=${gt_cv_c_wchar_t=yes}
gt_cv_c_wint_t=${gt_cv_c_wint_t=yes}
gt_cv_func_dgettext_libc=${gt_cv_func_dgettext_libc=yes}
gt_cv_func_dgettext_libintl=${gt_cv_func_dgettext_libintl=no}
gt_cv_func_ngettext_libc=${gt_cv_func_ngettext_libc=yes}
gt_cv_have_gettext=${gt_cv_have_gettext=yes}
jm_ac_cv_header_inttypes_h=${jm_ac_cv_header_inttypes_h=yes}
jm_ac_cv_header_stdint_h=${jm_ac_cv_header_stdint_h=yes}
jm_cv_langinfo_codeset=${jm_cv_langinfo_codeset=yes}
lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method=pass_all}
lt_cv_file_magic_cmd=${lt_cv_file_magic_cmd='$MAGIC_CMD'}
lt_cv_file_magic_test_file=${lt_cv_file_magic_test_file=}
lt_cv_ld_reload_flag=${lt_cv_ld_reload_flag=-r}
lt_cv_objdir=${lt_cv_objdir=.libs}
lt_cv_path_LD=${lt_cv_path_LD=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-ld}
lt_cv_path_LDCXX=${lt_cv_path_LDCXX=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-ld}
lt_cv_path_NM=${lt_cv_path_NM=/opt/crosstool/gcc-3.4.1-glibc-2.3.3/powerpc-750-linux-gnu/bin/powerpc-750-linux-gnu-nm}
lt_cv_path_SED=${lt_cv_path_SED=/bin/sed}
lt_cv_prog_compiler_c_o=${lt_cv_prog_compiler_c_o=yes}
lt_cv_prog_compiler_c_o_CXX=${lt_cv_prog_compiler_c_o_CXX=yes}
lt_cv_prog_compiler_c_o_F77=${lt_cv_prog_compiler_c_o_F77=yes}
lt_cv_prog_compiler_rtti_exceptions=${lt_cv_prog_compiler_rtti_exceptions=no}
lt_cv_prog_gnu_ld=${lt_cv_prog_gnu_ld=yes}
lt_cv_prog_gnu_ldcxx=${lt_cv_prog_gnu_ldcxx=yes}
lt_cv_sys_global_symbol_pipe=${lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[  ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''}
test "${lt_cv_sys_global_symbol_to_c_name_address+set}" = set || lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl=${lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''}
lt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=32768}
lt_lt_cv_prog_compiler_c_o=${lt_lt_cv_prog_compiler_c_o='"yes"'}
lt_lt_cv_prog_compiler_c_o_CXX=${lt_lt_cv_prog_compiler_c_o_CXX='"yes"'}
lt_lt_cv_prog_compiler_c_o_F77=${lt_lt_cv_prog_compiler_c_o_F77='"yes"'}
lt_lt_cv_sys_global_symbol_pipe=${lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[  ][  ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'}
test "${lt_lt_cv_sys_global_symbol_to_c_name_address+set}" = set || lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl=${lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'}
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux