Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. ld: /home/aprokurov/.guix-profile/lib/libclangFrontend.a(CompilerInvocation.cpp.o): in function `clang::CompilerInvocation::CreateFromArgs(clang::CompilerInvocation&, char const* const*, char const* const*, clang::DiagnosticsEngine&)':
  2. (.text._ZN5clang18CompilerInvocation14CreateFromArgsERS0_PKPKcS5_RNS_17DiagnosticsEngineE+0x26): undefined reference to `clang::driver::createDriverOptTable()'
  3. ld: /home/aprokurov/.guix-profile/lib/libclangFrontend.a(CreateInvocationFromCommandLine.cpp.o): in function `clang::createInvocationFromCommandLine(llvm::ArrayRef<char const*>, llvm::IntrusiveRefCntPtr<clang::DiagnosticsEngine>, llvm::IntrusiveRefCntPtr<clang::vfs::FileSystem>)':
  4. (.text._ZN5clang31createInvocationFromCommandLineEN4llvm8ArrayRefIPKcEENS0_18IntrusiveRefCntPtrINS_17DiagnosticsEngineEEENS5_INS_3vfs10FileSystemEEE+0x148): undefined reference to `clang::driver::Driver::Driver(llvm::StringRef, llvm::StringRef, clang::DiagnosticsEngine&, llvm::IntrusiveRefCntPtr<clang::vfs::FileSystem>)'
  5. ld: (.text._ZN5clang31createInvocationFromCommandLineEN4llvm8ArrayRefIPKcEENS0_18IntrusiveRefCntPtrINS_17DiagnosticsEngineEEENS5_INS_3vfs10FileSystemEEE+0x197): undefined reference to `clang::driver::Driver::BuildCompilation(llvm::ArrayRef<char const*>)'
  6. ld: (.text._ZN5clang31createInvocationFromCommandLineEN4llvm8ArrayRefIPKcEENS0_18IntrusiveRefCntPtrINS_17DiagnosticsEngineEEENS5_INS_3vfs10FileSystemEEE+0x278): undefined reference to `clang::driver::JobList::Print(llvm::raw_ostream&, char const*, bool, clang::driver::CrashReportInfo*) const'
  7. ld: (.text._ZN5clang31createInvocationFromCommandLineEN4llvm8ArrayRefIPKcEENS0_18IntrusiveRefCntPtrINS_17DiagnosticsEngineEEENS5_INS_3vfs10FileSystemEEE+0x28b): undefined reference to `clang::driver::Compilation::~Compilation()'
  8. ld: (.text._ZN5clang31createInvocationFromCommandLineEN4llvm8ArrayRefIPKcEENS0_18IntrusiveRefCntPtrINS_17DiagnosticsEngineEEENS5_INS_3vfs10FileSystemEEE+0x97d): undefined reference to `clang::driver::JobList::Print(llvm::raw_ostream&, char const*, bool, clang::driver::CrashReportInfo*) const'
  9. ld: jazz@exe/src_semck_import_c.cpp.o:(.rodata+0x41d8): undefined reference to `typeinfo for clang::PPCallbacks'
  10. ld: jazz@exe/src_semck_import_c.cpp.o:(.rodata+0x4218): undefined reference to `typeinfo for clang::ASTConsumer'
  11. collect2: error: ld returned 1 exit status
  12. ninja: build stopped: subcommand failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement