Anton Korobeynikov
2007-Jul-04 09:10 UTC
[LLVMdev] Noob questions about setting up on Win32
Hello, Ted.> (*) build LLVM itself > (*) build programs with LLVM > > I have a MingW32 setup on a WinXP machine;You can see http://wiki.llvm.org/index.php/Notes:MingW32 to get instructions how to build LLVM on mingw32 box. For building programs with LLVM itself you'll probably need llvm-gcc4, which you can either compiled by yourself (tricky on mingw32) or use prebuilt one in the 'downloads' section. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
Here's an equally dumb question: the wiki page you mention suggests installing bison and flex and a few other packages. But I don't see these packages anywhere on the Sourceforge MinGW page; do I get them from elsewhere, and then build them using MinGW's gcc? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com> -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Anton Korobeynikov > Sent: Wednesday, July 04, 2007 2:11 AM > To: LLVM Developers Mailing List > Subject: Re: [LLVMdev] Noob questions about setting up on Win32 > > Hello, Ted. > > > (*) build LLVM itself > > (*) build programs with LLVM > > > > I have a MingW32 setup on a WinXP machine; > You can see http://wiki.llvm.org/index.php/Notes:MingW32 to get > instructions how to build LLVM on mingw32 box. > > For building programs with LLVM itself you'll probably need llvm-gcc4, > which you can either compiled by yourself (tricky on mingw32) or use > prebuilt one in the 'downloads' section. > > -- > With best regards, Anton Korobeynikov. > > Faculty of Mathematics & Mechanics, Saint Petersburg State University. > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.9.14/885 - Release Date: 7/3/2007 > 10:02 AM >No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 7/4/2007 1:40 PM
On Thu, 2007-07-05 at 00:07 -0700, Ted Neward wrote:> Here's an equally dumb question: the wiki page you mention suggests > installing bison and flex and a few other packages. But I don't see these > packages anywhere on the Sourceforge MinGW page; do I get them from > elsewhere, and then build them using MinGW's gcc?They're part of cygwin. Reid.> > Ted Neward > Java, .NET, XML Services > Consulting, Teaching, Speaking, Writing > http://www.tedneward.com > > > > -----Original Message----- > > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > > Behalf Of Anton Korobeynikov > > Sent: Wednesday, July 04, 2007 2:11 AM > > To: LLVM Developers Mailing List > > Subject: Re: [LLVMdev] Noob questions about setting up on Win32 > > > > Hello, Ted. > > > > > (*) build LLVM itself > > > (*) build programs with LLVM > > > > > > I have a MingW32 setup on a WinXP machine; > > You can see http://wiki.llvm.org/index.php/Notes:MingW32 to get > > instructions how to build LLVM on mingw32 box. > > > > For building programs with LLVM itself you'll probably need llvm-gcc4, > > which you can either compiled by yourself (tricky on mingw32) or use > > prebuilt one in the 'downloads' section. > > > > -- > > With best regards, Anton Korobeynikov. > > > > Faculty of Mathematics & Mechanics, Saint Petersburg State University. > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.476 / Virus Database: 269.9.14/885 - Release Date: 7/3/2007 > > 10:02 AM > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.10.0/886 - Release Date: 7/4/2007 > 1:40 PM > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Possibly Parallel Threads
- [LLVMdev] Noob questions about setting up on Win32
- [LLVMdev] Noob questions about setting up on Win32
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
- [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?