diff --git a/configure b/configure index fbdab793d2ee92ac9b470403eba768c4e4948cc6..9f071788c095132db78a1f5862e481347e1b48ca 100755 --- a/configure +++ b/configure @@ -4575,14 +4575,14 @@ else fi if test "x${OCC}" = "xyes"; then - # data exchange (see occ/ros/adm/make/Makefile for more info) - OCC_LIBS="-lTKSTEP -lTKSTEPBase -lTKIGES -lTKXSBase" - # modeling algorithms + # DataExchange (subset; see occ/ros/adm/make/Makefile for more info) + OCC_LIBS="-lTKSTEP -lTKSTEP209 -lTKSTEPBase -lTKSTEPAttr -lTKIGES -lTKXSBase" + # ModelingAlgorithms OCC_LIBS="${OCC_LIBS} -lTKOffset -lTKFeat -lTKFillet -lTKBool -lTKShHealing" OCC_LIBS="${OCC_LIBS} -lTKMesh -lTKHLR -lTKBO -lTKPrim -lTKTopAlgo -lTKGeomAlgo" - # modeling data + # ModelingData OCC_LIBS="${OCC_LIBS} -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d" - # foundation classes + # FoundationClasses OCC_LIBS="${OCC_LIBS} -lTKAdvTools -lTKMath -lTKernel" if test "x${OCC_PREFIX}" = "x"; then GMSH_LIBS="${GMSH_LIBS} ${OCC_LIBS}" diff --git a/configure.in b/configure.in index 4310fe01f7b3810f1b4cc2e5f90d79cd24c4c935..7e6a606d32aa8a4dfb0bf30863971fa5b1b039d6 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.109 2006-11-19 02:23:49 geuzaine Exp $ +dnl $Id: configure.in,v 1.110 2006-11-20 05:04:44 geuzaine Exp $ dnl dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle dnl @@ -557,14 +557,14 @@ if test "x$enable_occ" = "xyes"; then fi AC_CHECK_LIB(TKernel,main,OCC="yes",OCC="no") if test "x${OCC}" = "xyes"; then - # data exchange (see occ/ros/adm/make/Makefile for more info) - OCC_LIBS="-lTKSTEP -lTKSTEPBase -lTKIGES -lTKXSBase" - # modeling algorithms + # DataExchange (subset; see occ/ros/adm/make/Makefile for more info) + OCC_LIBS="-lTKSTEP -lTKSTEP209 -lTKSTEPBase -lTKSTEPAttr -lTKIGES -lTKXSBase" + # ModelingAlgorithms OCC_LIBS="${OCC_LIBS} -lTKOffset -lTKFeat -lTKFillet -lTKBool -lTKShHealing" OCC_LIBS="${OCC_LIBS} -lTKMesh -lTKHLR -lTKBO -lTKPrim -lTKTopAlgo -lTKGeomAlgo" - # modeling data + # ModelingData OCC_LIBS="${OCC_LIBS} -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d" - # foundation classes + # FoundationClasses OCC_LIBS="${OCC_LIBS} -lTKAdvTools -lTKMath -lTKernel" if test "x${OCC_PREFIX}" = "x"; then GMSH_LIBS="${GMSH_LIBS} ${OCC_LIBS}"