search for: yuanzheng

Displaying 5 results from an estimated 5 matches for "yuanzheng".

Did you mean: yuanzhen
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
...exe: final link failed: File too big collect2: ld returned 1 exit status make[1]: *** [/usr/home/MK/llvm-2.8/llvm/tools/llvm-shlib/Debug+Asserts/LLVM-2.8 svn.a.o] Error 1 make[1]: Leaving directory `/home/MK/llvm-2.8/llvm/tools/llvm-shlib' make: *** [all] Error 1 Expect your answer. Thanks, yuanzheng. 2010/9/2 NAKAMURA Takumi <geek4civic at gmail.com> > Hello, Yuan > > > I'm a newbie about llvm. Now, our project need the dynamic link > library(dll) > > about all of llvm library, such as libLLVMCore.dll, libLLVMSupport.dll, > and > > so on. How should I...
2010 Sep 02
0
[LLVMdev] Compile dll on Mingw
...ed 1 exit status > make[1]: *** > [/usr/home/MK/llvm-2.8/llvm/tools/llvm-shlib/Debug+Asserts/LLVM-2.8 > svn.a.o] Error 1 > make[1]: Leaving directory `/home/MK/llvm-2.8/llvm/tools/llvm-shlib' > make: *** [all] Error 1 > > Expect your answer. > > > > Thanks, > yuanzheng. > > > 2010/9/2 NAKAMURA Takumi <geek4civic at gmail.com> >> >> Hello, Yuan >> >> > I'm a newbie about llvm. Now, our project need the dynamic link >> > library(dll) >> > about all of llvm library, such as libLLVMCore.dll, libLLVMSuppo...
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
...http://translate.google.cn/?tr=f&hl=zh-CN>。 取消 <http://translate.google.cn/?tr=t&hl=zh-CN> I'm a newbie about llvm. Now, our project need the dynamic link library(dll) about all of llvm library, such as libLLVMCore.dll, libLLVMSupport.dll, and so on. How should I do? Thanks, yuanzheng. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100902/548e4ce2/attachment.html>
2010 Sep 02
0
[LLVMdev] Compile dll on Mingw
Hello, Yuan > I'm a newbie about llvm. Now, our project need the dynamic link library(dll) > about all of llvm library, such as libLLVMCore.dll, libLLVMSupport.dll, and > so on. How should I do? You may do, "/path/to/configure --enable-shared=yes", to build LLVM-2.8svn.dll. On your project, you have to specify to linker, "-L/path/to/dll -lLLVM-2.8svn" (maybe with
2010 Sep 02
1
[LLVMdev] Compile dll on Mingw
...[/usr/home/MK/llvm-2.8/llvm/tools/llvm-shlib/Debug+Asserts/LLVM-2.8 >> svn.a.o] Error 1 >> make[1]: Leaving directory `/home/MK/llvm-2.8/llvm/tools/llvm-shlib' >> make: *** [all] Error 1 >> >> Expect your answer. >> >> >> >> Thanks, >> yuanzheng. >> >> >> 2010/9/2 NAKAMURA Takumi <geek4civic at gmail.com> >>> >>> Hello, Yuan >>> >>> > I'm a newbie about llvm. Now, our project need the dynamic link >>> > library(dll) >>> > about all of llvm library, s...