-
-
Save leedo/539b4b7245156d228ebb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang -dynamiclib -install_name /Users/lee/src/rakudo/install/lib/libmoar.dylib -O1 -Wl,-rpath,/Users/lee/src/rakudo/install/lib -O1 -lpthread -o dynext/libperl6_ops_moar.dylib dynext/perl6_ops.o dynext/container.o | |
Undefined symbols for architecture x86_64: | |
"_MVM_6model_add_container_config", referenced from: | |
_Rakudo_containers_setup in container.o | |
"_MVM_6model_find_method_cache_only", referenced from: | |
_p6finddispatcher in perl6_ops.o | |
"_MVM_6model_istype_cache_only", referenced from: | |
_p6list in perl6_ops.o | |
_p6listitems in perl6_ops.o | |
_p6arrfindtypes in perl6_ops.o | |
"_MVM_args_setup_thunk", referenced from: | |
_p6routinereturn in perl6_ops.o | |
_p6finddispatcher in perl6_ops.o | |
_rakudo_scalar_store in container.o | |
_rakudo_scalar_store_unchecked in container.o | |
"_MVM_args_use_capture", referenced from: | |
_p6finddispatcher in perl6_ops.o | |
_p6argsfordispatcher in perl6_ops.o | |
"_MVM_exception_throw_adhoc", referenced from: | |
_p6list in perl6_ops.o | |
_p6listitems in perl6_ops.o | |
_p6routinereturn in perl6_ops.o | |
_p6capturelex in perl6_ops.o | |
_p6captureouters in perl6_ops.o | |
_p6setfirstflag in perl6_ops.o | |
_p6finddispatcher in perl6_ops.o | |
... | |
"_MVM_ext_register_extop", referenced from: | |
_Rakudo_ops_init in perl6_ops.o | |
"_MVM_frame_capturelex", referenced from: | |
_p6capturelex in perl6_ops.o | |
"_MVM_frame_dec_ref", referenced from: | |
_p6captureouters in perl6_ops.o | |
"_MVM_frame_find_invokee", referenced from: | |
_p6capturelex in perl6_ops.o | |
_p6captureouters in perl6_ops.o | |
_p6finddispatcher in perl6_ops.o | |
_rakudo_scalar_store in container.o | |
_rakudo_scalar_store_unchecked in container.o | |
"_MVM_frame_find_lexical_by_name_rel_caller", referenced from: | |
_p6routinereturn in perl6_ops.o | |
"_MVM_frame_inc_ref", referenced from: | |
_p6captureouters in perl6_ops.o | |
_p6finddispatcher in perl6_ops.o | |
"_MVM_frame_try_get_lexical", referenced from: | |
_p6finddispatcher in perl6_ops.o | |
_p6argsfordispatcher in perl6_ops.o | |
"_MVM_gc_root_add_permanent", referenced from: | |
_p6settypes in perl6_ops.o | |
"_MVM_gc_root_temp_pop", referenced from: | |
_p6list in perl6_ops.o | |
_p6listitems in perl6_ops.o | |
_p6settypes in perl6_ops.o | |
_p6recont_ro in perl6_ops.o | |
_p6var in perl6_ops.o | |
_p6reprname in perl6_ops.o | |
_p6decontrv in perl6_ops.o | |
... | |
"_MVM_gc_root_temp_push", referenced from: | |
_p6list in perl6_ops.o | |
_p6listitems in perl6_ops.o | |
_p6settypes in perl6_ops.o | |
_p6recont_ro in perl6_ops.o | |
_p6var in perl6_ops.o | |
_p6reprname in perl6_ops.o | |
_p6decontrv in perl6_ops.o | |
... | |
"_MVM_gc_write_barrier_hit", referenced from: | |
_p6parcel in perl6_ops.o | |
_p6list in perl6_ops.o | |
_p6listitems in perl6_ops.o | |
_p6settypes in perl6_ops.o | |
_p6scalarfromdesc in perl6_ops.o | |
_p6recont_ro in perl6_ops.o | |
_p6var in perl6_ops.o | |
... | |
"_MVM_repr_alloc_init", referenced from: | |
_p6parcel in perl6_ops.o | |
_p6list in perl6_ops.o | |
_p6listitems in perl6_ops.o | |
_p6settypes in perl6_ops.o | |
_p6scalarfromdesc in perl6_ops.o | |
_p6recont_ro in perl6_ops.o | |
_p6var in perl6_ops.o | |
... | |
"_MVM_repr_at_key_o", referenced from: | |
_p6settypes in perl6_ops.o | |
"_MVM_repr_at_pos_o", referenced from: | |
_p6parcel in perl6_ops.o | |
_p6captureouters in perl6_ops.o | |
_p6shiftpush in perl6_ops.o | |
_p6arrfindtypes in perl6_ops.o | |
"_MVM_repr_bind_pos_i", referenced from: | |
_p6decodelocaltime in perl6_ops.o | |
"_MVM_repr_bind_pos_o", referenced from: | |
_p6parcel in perl6_ops.o | |
_p6shiftpush in perl6_ops.o | |
"_MVM_repr_box_int", referenced from: | |
_p6box_i in perl6_ops.o | |
"_MVM_repr_box_num", referenced from: | |
_p6box_n in perl6_ops.o | |
"_MVM_repr_box_str", referenced from: | |
_p6box_s in perl6_ops.o | |
"_MVM_repr_elems", referenced from: | |
_p6parcel in perl6_ops.o | |
_p6captureouters in perl6_ops.o | |
_p6shiftpush in perl6_ops.o | |
_p6arrfindtypes in perl6_ops.o | |
"_MVM_repr_set_str", referenced from: | |
_p6reprname in perl6_ops.o | |
"_MVM_string_ascii_decode_nt", referenced from: | |
_p6settypes in perl6_ops.o | |
_Rakudo_containers_setup in container.o | |
"_MVM_string_utf8_decode", referenced from: | |
_p6settypes in perl6_ops.o | |
_p6reprname in perl6_ops.o | |
"_MVM_string_utf8_encode_C_string", referenced from: | |
_p6finddispatcher in perl6_ops.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make: *** [dynext/libperl6_ops_moar.dylib] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment