Changes between Initial Version and Version 1 of Ticket #17501, comment 4


Ignore:
Timestamp:
Dec 9, 2012, 8:28:11 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17501, comment 4

    initial v1  
    11When I get rid of my /usr/local cruft, it builds more, but then fails because it's using /usr/bin/libtool instead of /opt/local/bin/glibtool
    22
     3{{{
    34/usr/bin/libtool -o libpython2.5.dylib -dynamic  \
    45                -all_load libpython2.5.a -single_module \
     
    1011Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load]
    1112make: *** [libpython2.5.dylib] Error 1
    12 
     13}}}