Author: tautges Date: 2011-03-23 14:47:28 -0500 (Wed, 23 Mar 2011) New Revision: 4634 Modified: cgm/trunk/configure.ac Log: Change ordering of a few OCC libs to match perceived dependencies between them. Modified: cgm/trunk/configure.ac =================================================================== --- cgm/trunk/configure.ac 2011-03-23 19:17:40 UTC (rev 4633) +++ cgm/trunk/configure.ac 2011-03-23 19:47:28 UTC (rev 4634) @@ -354,7 +354,7 @@ if test "x$occ_DIR" != "xno"; then OCC_CORE_LIBS="-lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel" OCC_GEOM_LIBS="-lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim" - OCC_LCAF_LIBS="-lTKCDF -lTKLCAF -lTKBinL" + OCC_LCAF_LIBS="-lTKBinL -lTKLCAF -lTKCDF" OCC_LIBS="$OCC_LCAF_LIBS $OCC_GEOM_LIBS $OCC_CORE_LIBS" CUBIT_OCC_LIB="-lcubit_OCC" OCC_STEP_LIBS="-lTKSTEP -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKXSBase"
participants (1)
-
tautges@mcs.anl.gov