<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap=""><!----><i>Have you tried to build llvm-gcc by yourself?

</i>Not with the recent build.  In times past I failed miserably at this using cygwin. Maybe I should try again?

</pre>
<pre wrap=""><i>Normally crt*.o files are built during normal gcc build process
(llvm-gcc as well). However, mingw32 runtime has its own crt*.o files,
which are included with binary distribution of llvm-gcc4 (mingw32
variant).

</i>I thought that would be the case, but I didn't see them in my llvm directory after unpacking the archive.
A search for *crt* does not reveal their location.  There is a crtend.c file however and some
other static libraries with crt in their names.  I figured that just copying the mingw crt*.o files would not 
be a good idea.  Perhaps I downloaded an incomplete llvm gcc binary?

</pre>
<blockquote type="cite">
  <pre wrap=""><span class="moz-txt-citetags">> </span>ERROR: Program used external function '_alloca' which could not be resolved!
  </pre>
</blockquote>
<pre wrap=""><!----><i>Right. _alloca is inside runtime code, not bytecode. lli was not touched
to get mingw32 compatibility. I'll take a look.

</i>I figured as much.  It would be great to get the mingw branch on windows working, since it avoids the cygwin dll 
and some restrictive licensing issues.  Thanks for the help in advance!

</pre>
</body>
</html>