search for: basic_ostr

Displaying 6 results from an estimated 6 matches for "basic_ostr".

2009 Oct 02
0
[LLVMdev] llvm build errors on windows/mingw32
...s -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem -lpthread -lpsapi -limagehlp -lm -lGoogleTest -lUnitTestMain d:/Home/Dim/Src/llvm/obj/Debug/lib/libGoogleTest.a(gtest.o):gtest.cc:(.text$_ZN4llvm14raw_os_ostreamC1ERSo[llvm::raw_os_ostream::raw_os_ostream(std::basic_ostre am<char, std::char_traits<char> >&)]+0x1e): undefined reference to `vtable for llvm::raw_os_ostream' d:/Home/Dim/Src/llvm/obj/Debug/lib/libGoogleTest.a(gtest.o):gtest.cc:(.text$_ZN4llvm23convertible_fwd_ostreamD1Ev[llvm::convertible_fwd_ostream::~convertible_fw d_ostream()]+0x2...
2009 Oct 02
2
[LLVMdev] llvm build errors on windows/mingw32
Am 02.10.2009 um 21:07 schrieb Ronald Pijnacker: > I had a close look at the link line, and -lpsapi is specified before > -lLLVMSystem (which is giving the error). > When I put -lpsapi after -lLLVMSystem, it links ok. I commited a fix for this problem and a modified version of Jay's patch here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090928/088265.html I
2009 Feb 27
4
[LLVMdev] -fPIC warning on every compile on Cygwin
On Fri, Feb 27, 2009 at 4:32 PM, Jay Foad <jay.foad at gmail.com> wrote: > >> Could you please rig Makefile.rules or something to print out the value > >> of $(LLVM_ON_WIN32) ? The only way I can think of this happening is if > >> that's erroneously false. > > This works for me: > > Index: Makefile.rules >
2009 Feb 27
0
[LLVMdev] -fPIC warning on every compile on Cygwin
...ib/gcc/i686-pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l ocale_facets.tcc:2571: undefined reference to `llvm::Pass::getPassName() const' /usr/gcc-4.2.2/lib/gcc/i686-pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l ocale_facets.tcc:2571: undefined reference to `llvm::Pass::print(std::basic_ostr eam<char, std::char_traits<char> >&, llvm::Module const*) const' /usr/gcc-4.2.2/lib/gcc/i686-pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l ocale_facets.tcc:2571: undefined reference to `llvm::FunctionPass::assignPassMan ager(llvm::PMStack&, llvm::PassManagerType)'...
2009 Mar 02
0
[LLVMdev] Fw: -fPIC warning on every compile on Cygwin
...pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l ocale_facets.tcc:2571: undefined reference to `llvm::Pass::getPassName() const' /usr/gcc-4.2.2/lib/gcc/i686-pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l ocale_facets.tcc:2571: undefined reference to `llvm::Pass::print(std::basic_ostr eam<char, std::char_traits<char> >&, llvm::Module const*) const' /usr/gcc-4.2.2/lib/gcc/i686-pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l ocale_facets.tcc:2571: undefined reference to `llvm::FunctionPass::assignPassMan ager(llvm::PMStack&, llvm::PassM...
2009 Mar 03
0
[LLVMdev] -fPIC warning on every compile on Cygwin
...> ocale_facets.tcc:2571: undefined reference to > `llvm::Pass::getPassName() const' > /usr/gcc-4.2.2/lib/gcc/i686-pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l > ocale_facets.tcc:2571: undefined reference to > `llvm::Pass::print(std::basic_ostr > eam<char, std::char_traits<char> >&, llvm::Module const*) const' > /usr/gcc-4.2.2/lib/gcc/i686-pc-cygwin/4.2.2/../../../../include/c++/4.2.2/bits/l > ocale_facets.tcc:2571: undefined reference to > `llvm::FunctionPass::assignPassMan...