[cfe-dev] Built Mavericks libclang.dylib Won't Link Out clang::FileManager

support@goldencivet support at goldencivet.com
Sun Nov 3 15:14:00 PST 2013


Explicit library roulette eventually yields a winner:

-arch x86_64
-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk
-LBUILD/Products/Debug
-LLLVM_INSTALL/lib
-FBUILD/Products/Debug
-filelist BUILD/Objects-normal/x86_64/TRIVIAL.LinkFileList
-mmacosx-version-min=10.9
-nostdlib
-stdlib=libc++
-fobjc-link-runtime
-lcurses
-lclangAnalysis
-lclangAST
-lclangBasic
-lclangDriver
-lclangEdit
-lclangFrontend
-lclangLex
-lclangParse
-lclangSema
-lclangSerialization
-lLLVMBitReader
-lLLVMCore
-lLLVMMC
-lLLVMMCParser
-lLLVMOption
-lLLVMSupport
-lLLVMTransformUtils
-lc++.1
-lSystem
-framework Foundation
-framework AppKit
-Xlinker -dependency_info
-Xlinker BUILD/Intermediates/…/Objects-normal/x86_64/TRIVIAL_depe...
-o BUILD/Products/Debug/TRIVIAL

So it would seem we must be horking that dylib somehow.

Thanks!



More information about the cfe-dev mailing list