[cgma-dev] r6033 - cgm/trunk

iulian at mcs.anl.gov iulian at mcs.anl.gov
Wed Mar 27 16:56:24 CDT 2013


Author: iulian
Date: 2013-03-27 16:56:24 -0500 (Wed, 27 Mar 2013)
New Revision: 6033

Modified:
   cgm/trunk/configure.ac
Log:
again, gold linker gives us trouble on ubuntu 12.04
I think that these libraries need to be specified explicitly, so then MOAB
will use them for linking (cubit_geom, cubit_util)
these libraries are part of cubit, we are not building them



Modified: cgm/trunk/configure.ac
===================================================================
--- cgm/trunk/configure.ac	2013-03-15 21:33:05 UTC (rev 6032)
+++ cgm/trunk/configure.ac	2013-03-27 21:56:24 UTC (rev 6033)
@@ -144,7 +144,7 @@
     AC_LINK_IFELSE([AC_LANG_PROGRAM(
       [class AcisQueryEngine { public: static AcisQueryEngine* instance_; };],
       [AcisQueryEngine::instance_ = 0;])],
-      [CUBIT_LIBS="-L${CUBIT_BIN_DIR} -lcubiti$num"
+      [CUBIT_LIBS="-L${CUBIT_BIN_DIR} -lcubiti$num -lcubit_geom -lcubit_util"
        CUBIT_FILE=`expr x"$file" : x"$CUBIT_BIN_DIR/\(.*\)"`
        CUBIT_FILE="${CUBIT_BIN_DIR}/$CUBIT_FILE"
        AC_MSG_RESULT(yes)



More information about the cgma-dev mailing list