well I am using the cmake from specs/CBEcmake.spec and hnhn as well
this patch is the cure:
--- /opt/dtbld/share/cmake-2.6/Modules/FindBoost.cmake.orig 2009-06-17
18:50:06.321906906 +0200
+++ /opt/dtbld/share/cmake-2.6/Modules/FindBoost.cmake 2009-06-17
18:53:25.561262587 +0200
@@ -368,8 +368,8 @@
ENDIF(MINGW)
IF (UNIX)
IF (NOT CMAKE_COMPILER_IS_GNUCC)
- # We assume that we have the Intel compiler.
- SET (_boost_COMPILER "-il")
+ # We assume that we have the Sun compiler.
+ SET (_boost_COMPILER "-sw")
ELSE (NOT CMAKE_COMPILER_IS_GNUCC)
# Determine which version of GCC we have.
EXEC_PROGRAM(${CMAKE_CXX_COMPILER}
I'm not sure how to integrate it to the spec, perhaps someone'll do it in the
meantime, good night :-)
--
This message posted from opensolaris.org