1 | | Macmini5,2 \\ |
2 | | OS X 10.8.5 \ |
3 | | XCode 5.1.1 |
| 1 | {{{ |
| 2 | Undefined symbols for architecture x86_64: |
| 3 | "_cfun", referenced from: |
| 4 | ___cxx_global_var_init.99 in gencondmd.o |
| 5 | "_epilogue_completed", referenced from: |
| 6 | ___cxx_global_var_init.99 in gencondmd.o |
| 7 | "_flag_cf_protection", referenced from: |
| 8 | ___cxx_global_var_init.99 in gencondmd.o |
| 9 | "_flag_finite_math_only", referenced from: |
| 10 | ___cxx_global_var_init.99 in gencondmd.o |
| 11 | "_flag_fp_int_builtin_inexact", referenced from: |
| 12 | ___cxx_global_var_init.99 in gencondmd.o |
| 13 | "_flag_peephole2", referenced from: |
| 14 | ___cxx_global_var_init.99 in gencondmd.o |
| 15 | "_flag_pic", referenced from: |
| 16 | ___cxx_global_var_init.99 in gencondmd.o |
| 17 | "_flag_rounding_math", referenced from: |
| 18 | ___cxx_global_var_init.99 in gencondmd.o |
| 19 | "_flag_trapping_math", referenced from: |
| 20 | ___cxx_global_var_init.99 in gencondmd.o |
| 21 | "_flag_unsafe_math_optimizations", referenced from: |
| 22 | ___cxx_global_var_init.99 in gencondmd.o |
| 23 | "_insn", referenced from: |
| 24 | ___cxx_global_var_init.99 in gencondmd.o |
| 25 | "_ix86_arch_features", referenced from: |
| 26 | ___cxx_global_var_init.99 in gencondmd.o |
| 27 | "_ix86_cmodel", referenced from: |
| 28 | ___cxx_global_var_init.99 in gencondmd.o |
| 29 | "_ix86_fpmath", referenced from: |
| 30 | ___cxx_global_var_init.99 in gencondmd.o |
| 31 | "_ix86_isa_flags", referenced from: |
| 32 | ___cxx_global_var_init.99 in gencondmd.o |
| 33 | "_ix86_isa_flags2", referenced from: |
| 34 | ___cxx_global_var_init.99 in gencondmd.o |
| 35 | "_ix86_pmode", referenced from: |
| 36 | ___cxx_global_var_init.99 in gencondmd.o |
| 37 | "_ix86_tls_dialect", referenced from: |
| 38 | ___cxx_global_var_init.99 in gencondmd.o |
| 39 | "_ix86_tune_features", referenced from: |
| 40 | ___cxx_global_var_init.99 in gencondmd.o |
| 41 | "_operands", referenced from: |
| 42 | ___cxx_global_var_init.99 in gencondmd.o |
| 43 | "_optimize", referenced from: |
| 44 | ___cxx_global_var_init.99 in gencondmd.o |
| 45 | "_reload_completed", referenced from: |
| 46 | ___cxx_global_var_init.99 in gencondmd.o |
| 47 | "_reload_in_progress", referenced from: |
| 48 | ___cxx_global_var_init.99 in gencondmd.o |
| 49 | "_rtx_class", referenced from: |
| 50 | ___cxx_global_var_init.99 in gencondmd.o |
| 51 | "_target_flags", referenced from: |
| 52 | ___cxx_global_var_init.99 in gencondmd.o |
| 53 | "_this_target_flag_state", referenced from: |
| 54 | ___cxx_global_var_init.99 in gencondmd.o |
| 55 | "_x86_prefetch_sse", referenced from: |
| 56 | ___cxx_global_var_init.99 in gencondmd.o |
| 57 | ld: symbol(s) not found for architecture x86_64 |
| 58 | }}} |