<!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">
William A. Hoffman wrote:
<blockquote cite="mid6.2.3.4.2.20060601143233.09d2a550@pop.nycap.rr.com"
 type="cite">
  <pre wrap="">At 02:22 PM 6/1/2006, Brandon J. Van Every wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">When I run ccmake again, it comes back with exactly the same thing.

To be very sure of the conclusion, I comment out the entire CHECK_INCLUDE_FILE sequence.
Now there is no way for my code to be inserting a -ldl.  It still shows up.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Try this:

add a:

 message(${EXTRA_LIBS}) 

Also, make sure you delete the CMakeCache.txt after the change.
  </pre>
</blockquote>
<br>
I'll be darned,&nbsp; EXTRA_LIBS are dl;ws2_32<br>
ws2_32 is from my code, but where is dl coming from?<br>
<br>
<br>
Cheers,<br>
Brandon Van Every<br>
<br>
<br>
</body>
</html>