<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Calibri">Hello,<br>
      <br>
      How can I compile cbc to a single executable from the source code,
      without any need to set up LD_LIBRARY_PATH for executing it? <br>
      <br>
      I tried using "./configure --enable-static" as the first step, but
      that did not seem to generate a single executable. I also noticed
      that there are a few g++ compile command being executed while
      running make, which has the "-shared" option, but I do not know
      how to override that option with "-static".<br>
      <br>
      Regards,<br>
      -Samik<br>
    </font>
  </body>
</html>