Changes between Initial Version and Version 1 of Ticket #56991, comment 28


Ignore:
Timestamp:
Oct 7, 2019, 4:45:20 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 28

    initial v1  
    1 You are quite right. `db48` does not like that libtool linkline:
    2 {{{
    3 libtool: link: /usr/bin/clang -pipe -Os -arch x86_64 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -o .libs/db_sql -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-syslibroot -Wl,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -Wl,-isysroot -Wl,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -Wl,-w .libs/db_sql.o .libs/parse.o .libs/preparser.o .libs/parsefuncs.o .libs/tokenize.o .libs/sqlprintf.o .libs/buildpt.o .libs/utils.o .libs/generate.o .libs/generate_test.o .libs/generation_utils.o .libs/generate_verification.o .libs/hint_comment.o  -L/opt/universal/lib ./.libs/libdb-4.8.dylib -lpthread
    4 ld: unknown option: -isysroot
    5 }}}
    6 either something changed after I did this last year, or perhaps I might have added that bit after I build db48.
     1Edit-no longer relevant.