Brandon J. Van Every wrote:
William A. Hoffman wrote:

Try this:

add a:

 message(${EXTRA_LIBS}) 

Also, make sure you delete the CMakeCache.txt after the change.
  

I'll be darned,  EXTRA_LIBS are dl;ws2_32
ws2_32 is from my code, but where is dl coming from?

Well crappy tunnel vision.  There is merely a HAVE_DLFCN_H right above my other code that sets dl.  Cygwin does have dlfcn.h but that doesn't mean it's supposed to do a -ldl.  My bad.  My code is wrong.  Sorry to put you through this.


Cheers,
Brandon Van Every


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to