<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - make fails with error "No rule to make target `clang_macho_embedded'.""
   href="http://llvm.org/bugs/show_bug.cgi?id=19642">19642</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>make fails with error "No rule to make target `clang_macho_embedded'."
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Build scripts
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Makefiles
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bugzilla@jwwalker.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>After updating llvm and llvm/tools/clang to version 207851, I did

./configure --prefix=/opt --enable-optimized --enable-libcpp

and then

make -j 2

(The reason for using enable-libcpp is that otherwise it complains about my
version of libstdc++.)

The make ran for a while, but ended like this:

make[5]: Nothing to be done for `clang_darwin'.
make[5]: *** No rule to make target `clang_macho_embedded'.  Stop.
make[4]: *** [BuildRuntimeLibraries] Error 2
rm
/open-source/llvm-build/Release+Asserts/lib/clang/3.5.0/lib/macho_embedded/.dir
/open-source/llvm-build/Release+Asserts/lib/clang/3.5.0/lib/darwin/.dir
make[3]: *** [compiler-rt/.makeall] Error 2
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1

I'm on Mac OS X 10.7.5.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>