search for: pbv

Displaying 2 results from an estimated 2 matches for "pbv".

Did you mean: p2v
2006 Nov 05
0
[LLVMdev] Port succesful
....obj : error LNK2019: unresolved external symbol "public: bool __thiscall llvm::BugDriver::runManyPasses(class std::vector<class llvm::PassInfo const *,class std::allocator<class llvm::PassInfo const *> > const &)" (?runManyPasses at BugDriver@llvm@@QAE_NABV?$vector at PBVPassInfo@llvm@@V?$allocator at PBVPassInfo@llvm@@@std@@@std@@@Z) referenced in function "public: bool __thiscall llvm::BugDriver::run(void)" (?run at BugDriver@llvm@@QAE_NXZ) bugpoint.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall llvm::CallTargetF...
2025 May 09
1
empty `Rscript -e "Rcpp:::LdFlags()"` prevents installation
Hi, sometimes packages (in this case "pbv") can't be installed on my linux system because in the tarball in src/Makevars there is a line like PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS)? The command within the backticks doesn't return anything (i.e, no additional c++ libraries are needed...