[Orxonox-commit 3650] r8335 - code/branches/kicklib2/cmake

rgrieder at orxonox.net rgrieder at orxonox.net
Tue Apr 26 06:43:42 CEST 2011


Author: rgrieder
Date: 2011-04-26 06:43:42 +0200 (Tue, 26 Apr 2011)
New Revision: 8335

Modified:
   code/branches/kicklib2/cmake/CompilerConfigGCC.cmake
Log:
--no-undefined reveals that OIS is missing some symbols. However I cannot found out which.
So currently disabling it to fix the build.

Modified: code/branches/kicklib2/cmake/CompilerConfigGCC.cmake
===================================================================
--- code/branches/kicklib2/cmake/CompilerConfigGCC.cmake	2011-04-26 04:14:54 UTC (rev 8334)
+++ code/branches/kicklib2/cmake/CompilerConfigGCC.cmake	2011-04-26 04:43:42 UTC (rev 8335)
@@ -113,7 +113,8 @@
 ENDIF()
 
 # General linker flags
-SET_LINKER_FLAGS("-Wl,--no-undefined" CACHE)
+#SET_LINKER_FLAGS("-Wl,--no-undefined" CACHE)
+SET_LINKER_FLAGS("" CACHE)
 
 # Add compiler and linker flags for MinGW
 IF (MINGW)




More information about the Orxonox-commit mailing list