Changes between Initial Version and Version 1 of Ticket #48437, comment 12


Ignore:
Timestamp:
Feb 10, 2017, 9:04:43 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48437, comment 12

    initial v1  
    1 No - I just built it again on 10.4 PPC, and destrooted it, and it all builds through to completion nicely. When I build it, it builds (by itself) with apple-gcc-42 (macports version). -K
     1No - I just built it again on 10.4 PPC, and destrooted it, and it all builds through to completion nicely. When I build it, it builds (by itself) with apple-gcc-42 (macports version). The -compatibility_version is 0, I notice. No link errors. `git` works normally. -K
     2
     3{{{
     4
     5building shared krad library (0.0)
     6set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.SH` && /opt/local/bin/gcc-apple-4.2 -undefined error -dead_strip -dynamiclib -compatibility_version 0 -current_version 0.0 -install_name "/opt/local/lib/libkrad.0.0.dylib" -exported_symbols_list darwin.exports -pipe -Os -arch ppc -fno-common -o libkrad.0.0.dylib $objlist -L../../lib -lkrb5 -lk5crypto -lcom_err -lkrb5support  -lcrypto -lintl -lresolv   -lverto -Wl,-headerpad_max_install_names -arch ppc -Wl,-search_paths_first
     7++ set -x
     8++ perl -p -e 'BEGIN { $SIG{__WARN__} = sub {die @_} }; $e=$ARGV; $e =~ s/OBJS\...$//; s/^/ /; s/ $//; s/ / $e/g;' OBJS.SH
     9+ objlist= attr.so attrset.so client.so code.so packet.so remote.so
     10+ /opt/local/bin/gcc-apple-4.2 -undefined error -dead_strip -dynamiclib -compatibility_version 0 -current_version 0.0 -install_name /opt/local/lib/libkrad.0.0.dylib -exported_symbols_list darwin.exports -pipe -Os -arch ppc -fno-common -o libkrad.0.0.dylib attr.so attrset.so client.so code.so packet.so remote.so -L../../lib -lkrb5 -lk5crypto -lcom_err -lkrb5support -lcrypto -lintl -lresolv -lverto -Wl,-headerpad_max_install_names -arch ppc -Wl,-search_paths_first
     11}}}