From cf6778eed4175828c1024c8b7b60f8bc83dae41d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 5 Nov 2008 18:55:10 +0000 Subject: [PATCH] trying to fix link --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index b272482aab..f84c2e0e91 100755 --- a/configure +++ b/configure @@ -3680,7 +3680,7 @@ esac if test "x$enable_gui" != "xno"; then GMSH_DIRS="Common Geo Mesh Post Plugin Numeric Parser Graphics Fltk" - GMSH_LIBS="-Llib -lGmshFltk -lGmshCommon -lGmshGeo -lGmshMesh -lGmshPost -lGmshPlugin" + GMSH_LIBS="-Llib -lGmshFltk -lGmshCommon -lGmshMesh -lGmshGeo -lGmshPost -lGmshPlugin" GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshGraphics -lGmshParser -lGmshNumeric" FLAGS="-DHAVE_FLTK ${FLAGS}" @@ -4140,7 +4140,7 @@ fi else GMSH_DIRS="Common Geo Mesh" - GMSH_LIBS="-Llib Common/Main.o -lGmshCommon -lGmshGeo -lGmshMesh" + GMSH_LIBS="-Llib Common/Main.o -lGmshCommon -lGmshMesh -lGmshGeo" if test "x$enable_post" != "xno"; then GMSH_DIRS="${GMSH_DIRS} Post Plugin" diff --git a/configure.in b/configure.in index 057f7f1cc2..2eddc6213f 100644 --- a/configure.in +++ b/configure.in @@ -224,7 +224,7 @@ dnl Choose to build the GUI or the batch version if test "x$enable_gui" != "xno"; then GMSH_DIRS="Common Geo Mesh Post Plugin Numeric Parser Graphics Fltk" - GMSH_LIBS="-Llib -lGmshFltk -lGmshCommon -lGmshGeo -lGmshMesh -lGmshPost -lGmshPlugin" + GMSH_LIBS="-Llib -lGmshFltk -lGmshCommon -lGmshMesh -lGmshGeo -lGmshPost -lGmshPlugin" GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshGraphics -lGmshParser -lGmshNumeric" FLAGS="-DHAVE_FLTK ${FLAGS}" @@ -352,7 +352,7 @@ if test "x$enable_gui" != "xno"; then else GMSH_DIRS="Common Geo Mesh" - GMSH_LIBS="-Llib Common/Main.o -lGmshCommon -lGmshGeo -lGmshMesh" + GMSH_LIBS="-Llib Common/Main.o -lGmshCommon -lGmshMesh -lGmshGeo" if test "x$enable_post" != "xno"; then GMSH_DIRS="${GMSH_DIRS} Post Plugin" -- GitLab