Changes between Initial Version and Version 1 of Ticket #51327, comment 1


Ignore:
Timestamp:
May 7, 2016, 2:56:12 PM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51327, comment 1

    initial v1  
    1 As an added bonus, here are the problems with 5.24 (which should go into a different ticket):
    2 {{{
    3 env MACOSX_DEPLOYMENT_TARGET=10.7 /usr/bin/clang -o libperl.dylib -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -fstack-protector -dynamiclib                             -compatibility_version                               5.24.0                       -current_version                           5.24.0                       -install_name /opt/local/lib/perl5/5.24/darwin-thread-multi-2level/CORE/libperl.dylib op.o     perl.o  gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o   DynaLoader.o -lpthread -ldl -lm -lutil -lc
    4 Undefined symbols for architecture x86_64:
    5   "_environ", referenced from:
    6       _perl_construct in perl.o
    7       _S_init_postdump_symbols in perl.o
    8       _Perl_my_setenv in util.o
    9       _Perl_my_clearenv in util.o
    10       _Perl_init_i18nl10n in locale.o
    11 ld: symbol(s) not found for architecture x86_64
    12 clang: error: linker command failed with exit code 1 (use -v to see invocation)
    13 make: *** [libperl.dylib] Error 1
    14 make: *** Waiting for unfinished jobs....
    15 }}}
     1As an added bonus, here are the problems with 5.24: #51330