Guest

konstantinnovichikhin

By: a guest on Feb 21st, 2010  |  syntax: None  |  size: 3.71 KB  |  hits: 166  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. ld warning: in /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libc.dylib, file is not of required architecture
  2. Undefined symbols:
  3.   "_mprotect", referenced from:
  4.       ___enable_execute_stack in _enable_execute_stack_s.o
  5.   "__keymgr_get_and_lock_processwide_ptr", referenced from:
  6.       _live_image_destructor in unwind-dw2-fde-darwin_s.o
  7.       __Unwind_Find_FDE in unwind-dw2-fde-darwin_s.o
  8.       __Unwind_Find_FDE in unwind-dw2-fde-darwin_s.o
  9.   "_getpagesize", referenced from:
  10.       ___enable_execute_stack in _enable_execute_stack_s.o
  11.   "_pthread_once", referenced from:
  12.       _uw_init_context_1 in unwind-dw2_s.o
  13.   "__keymgr_unlock_processwide_ptr", referenced from:
  14.       __Unwind_Find_FDE in unwind-dw2-fde-darwin_s.o
  15.   "_malloc", referenced from:
  16.       ___register_frame_table in unwind-dw2-fde-darwin_s.o
  17.       ___register_frame in unwind-dw2-fde-darwin_s.o
  18.       _search_object in unwind-dw2-fde-darwin_s.o
  19.       _search_object in unwind-dw2-fde-darwin_s.o
  20.   "_calloc", referenced from:
  21.       __Unwind_Find_FDE in unwind-dw2-fde-darwin_s.o
  22.       __Unwind_Find_FDE in unwind-dw2-fde-darwin_s.o
  23.   "_free", referenced from:
  24.       _search_object in unwind-dw2-fde-darwin_s.o
  25.       ___deregister_frame_info_bases in unwind-dw2-fde-darwin_s.o
  26.       _live_image_destructor in unwind-dw2-fde-darwin_s.o
  27.       _live_image_destructor in unwind-dw2-fde-darwin_s.o
  28.       ___deregister_frame in unwind-dw2-fde-darwin_s.o
  29.   "_getsectdatafromheader", referenced from:
  30.       __Unwind_Find_FDE in unwind-dw2-fde-darwin_s.o
  31.   "_abort", referenced from:
  32.       ___addvsi3 in _addvsi3_s.o
  33.       ___addvdi3 in _addvdi3_s.o
  34.       ___subvsi3 in _subvsi3_s.o
  35.       ___subvdi3 in _subvdi3_s.o
  36.       ___mulvsi3 in _mulvsi3_s.o
  37.       ___mulvdi3 in _mulvdi3_s.o
  38.       ___negvsi2 in _negvsi2_s.o
  39.       ___negvdi2 in _negvdi2_s.o
  40.       _execute_stack_op in unwind-dw2_s.o
  41.       _read_encoded_value_with_base in unwind-dw2_s.o
  42.       _base_of_encoded_value in unwind-dw2_s.o
  43.       _execute_cfa_program in unwind-dw2_s.o
  44.       _uw_frame_state_for in unwind-dw2_s.o
  45.       _uw_update_context_1 in unwind-dw2_s.o
  46.       _base_from_object in unwind-dw2-fde-darwin_s.o
  47.       _base_from_object in unwind-dw2-fde-darwin_s.o
  48.       _read_encoded_value_with_base in unwind-dw2-fde-darwin_s.o
  49.       _size_of_encoded_value in unwind-dw2-fde-darwin_s.o
  50.       _read_encoded_value_with_base in unwind-c_s.o
  51.       _base_of_encoded_value in unwind-c_s.o
  52.   "_memset", referenced from:
  53.       _uw_frame_state_for in unwind-dw2_s.o
  54.       ___frame_state_for in unwind-dw2_s.o
  55.       _uw_init_context_1 in unwind-dw2_s.o
  56.   "_strlen", referenced from:
  57.       _uw_frame_state_for in unwind-dw2_s.o
  58.       _get_cie_encoding in unwind-dw2-fde-darwin_s.o
  59.   "__keymgr_set_and_unlock_processwide_ptr", referenced from:
  60.       _live_image_destructor in unwind-dw2-fde-darwin_s.o
  61.       __Unwind_Find_FDE in unwind-dw2-fde-darwin_s.o
  62.   "_memcpy", referenced from:
  63.       _execute_cfa_program in unwind-dw2_s.o
  64.       _execute_cfa_program in unwind-dw2_s.o
  65.       _uw_update_context_1 in unwind-dw2_s.o
  66.       _uw_install_context_1 in unwind-dw2_s.o
  67.       __Unwind_Resume in unwind-dw2_s.o
  68.       __Unwind_ForcedUnwind in unwind-dw2_s.o
  69.       __Unwind_RaiseException in unwind-dw2_s.o
  70.       __Unwind_RaiseException in unwind-dw2_s.o
  71.       __Unwind_Resume_or_Rethrow in unwind-dw2_s.o
  72. ld: symbol(s) not found
  73. collect2: ld returned 1 exit status
  74. make[3]: *** [libgcc_s.dylib] Error 1
  75. make[3]: Leaving directory `/root/osd/toolwhip-read-only/gcc.i386.obj/gcc'
  76. make[2]: *** [stmp-multilib] Error 2
  77. make[2]: Leaving directory `/root/osd/toolwhip-read-only/gcc.i386.obj/gcc'
  78. make[1]: *** [all-gcc] Error 2
  79. make[1]: Leaving directory `/root/osd/toolwhip-read-only/gcc.i386.obj'
  80. make: *** [all] Error 2