<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 15-12-16 10:53 PM, J. Caleb Wherry
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJxY6Xr3jV0qqQO+jthUcw-oipvgF9gAvwJ+Qo4PKaFwNxr3Rw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><span style="font-size:12.8px">(forgot to reply-all)</span></div>
        <span style="font-size:12.8px">
          <div><span style="font-size:12.8px"><br>
            </span></div>
          First: looks like you aren't doing an out-of-source build. If
          OpenGL expects an out-of-source build (not sure if it does),
          then you need to do it that way otherwise things could get
          screwy:</span>
        <div style="font-size:12.8px"><br>
        </div>
        <div style="font-size:12.8px">$ mkdir build</div>
        <div style="font-size:12.8px">$ cd build</div>
        <div style="font-size:12.8px">$ cmake ${SRC_ROOT}</div>
        <div style="font-size:12.8px">$ make VERBOSE=1</div>
        <div style="font-size:12.8px"><br>
        </div>
        <div style="font-size:12.8px">Second, the VERBOSE option to make
          should spit out a bunch of stuff. You'll have to dig through
          to find the link lines but it would at least allow you to grep
          for the lib to make sure it is actually linking against it. </div>
        <div style="font-size:12.8px"><br>
        </div>
        <div style="font-size:12.8px">-Caleb</div>
      </div>
      <br>
    </blockquote>
    Thanks for the reply. I am following the directions supplied with
    the software, which tells me which directory to run cmake and make
    in. When I tried your suggestion for out-of-source build, which did
    not help.<br>
    <br>
    However, the make VERBOSE=1 did allow me to locate the file used by
    cmake to do the linking, so I can see the gcc flags etc. It does
    appear to me that libraries are not specified as I would expect, but
    I shall have to re-acquaint myself with what all the link option
    flags do. I'll probably end up trying to reach the author of the
    software on this.<br>
    <br>
    But meanwhile, could you or anyone give me a hint as to where I
    would look in cmake files to find out where DSO or static libraries
    might be specified? This is no doubt in the cmake documentation, but
    so far I find that documentation less than friendly.<br>
    <br>
    Best,<br>
    <br>
    - Jake -<br>
  </body>
</html>