<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix"><tt>Hi Kumar,<br>
        <br>
        There is an error on your configuration line, you should provide
        the path to llvm-config binary instead of configure file.<br>
        Assuming that you compiled llvm in release mode, the llvm-config
        binary is located in :<br>
            <br>
            YOUR_PATH_TO_LLVM/Release+Asserts/bin/llvm-config<br>
        <br>
        Try to change the -with-llvm-config-path option and it will
        compile.<br>
      </tt>
      <pre class="moz-signature" cols="72">Harris Bakiras
</pre>
      On 07/19/2013 02:36 PM, Kumar Sukhani wrote:<br>
    </div>
    <blockquote
cite="mid:CALNeL8XX9dXfxzjfrwAQfqOqXWRRG9QHbdD6GGYsgjt=o6v2iA@mail.gmail.com"
      type="cite">
      <div>To compile vmkit on Ubuntu 12.04 64-bit machine, I followed
        the steps giving <a moz-do-not-send="true"
          href="http://vmkit.llvm.org/get_started.html">here</a>[1]. </div>
      <div>but when I run ./configure I am getting following error-</div>
      <div>
        <br>
      </div>
      <div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">root@komal:/home/komal/Desktop/GSOC/vmkit/vmkit#
            ./configure -with-llvm-config-path=../llvm-3.3.src/configure
            --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip
            --with-gnu-classpath-libs=/usr/local/classpath/lib/classpath</blockquote>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">checking
            build system type... x86_64-unknown-linux-gnu</blockquote>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">checking
            host system type... x86_64-unknown-linux-gnu</blockquote>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">checking
            target system type... x86_64-unknown-linux-gnu</blockquote>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">checking
            type of operating system we're going to host on... Linux</blockquote>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">configure:
            error: missing argument to --bindir</blockquote>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">configure:
            error: Cannot find  (or not executable)</blockquote>
        </blockquote>
        <div><br>
        </div>
        <div>I tried searching it online but didn't got any similar
          issue. </div>
        <div><br>
        </div>
        <div>[1] <a moz-do-not-send="true"
            href="http://vmkit.llvm.org/get_started.html">http://vmkit.llvm.org/get_started.html<br>
          </a><br>
        </div>
        <div>-- <br>
          Kumar Sukhani<br>
          +919579650250<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>