Revision: 41156
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41156&view=rev
Author:   starseeker
Date:     2010-10-29 02:28:01 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
Doing a resolve actually gets closer to matching the autotools results on 
gentoo.

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/tcl/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/tcl/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/tcl/CMakeLists.txt  2010-10-29 01:46:48 UTC 
(rev 41155)
+++ brlcad/branches/cmake/src/other/tcl/CMakeLists.txt  2010-10-29 02:28:01 UTC 
(rev 41156)
@@ -204,8 +204,10 @@
 
 # SC_TCL_LINK_LIBS
 CHECK_LIBRARY(M m sin)
-CHECK_LIBRARY(IEEE ieee main)
-CHECK_LIBRARY(INET inet main)
+RESOLVE_LIBRARIES(IEEE_LIBRARY "-lieee")
+MESSAGE("IEEE_LIBRARY: ${IEEE_LIBRARY}")
+RESOLVE_LIBRARIES(INET_LIBRARY "-linet")
+MESSAGE("INET_LIBRARY: ${INET_LIBRARY}")
 SET(TCL_LINK_LIBS ${IEEE_LIBRARY} ${M_LIBRARY} ${INET_LIBRARY})
 CHECK_INCLUDE_FILE_USABILITY_D(net/errno.h NET_ERRNO_H)
 CHECK_FUNCTION_EXISTS(connect HAVE_CONNECT)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to