Skip to content
Snippets Groups Projects
Commit cf6778ee authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

trying to fix link

parent fb40c362
No related branches found
No related tags found
No related merge requests found
...@@ -3680,7 +3680,7 @@ esac ...@@ -3680,7 +3680,7 @@ esac
if test "x$enable_gui" != "xno"; then if test "x$enable_gui" != "xno"; then
GMSH_DIRS="Common Geo Mesh Post Plugin Numeric Parser Graphics Fltk" 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" GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshGraphics -lGmshParser -lGmshNumeric"
FLAGS="-DHAVE_FLTK ${FLAGS}" FLAGS="-DHAVE_FLTK ${FLAGS}"
...@@ -4140,7 +4140,7 @@ fi ...@@ -4140,7 +4140,7 @@ fi
else else
GMSH_DIRS="Common Geo Mesh" 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 if test "x$enable_post" != "xno"; then
GMSH_DIRS="${GMSH_DIRS} Post Plugin" GMSH_DIRS="${GMSH_DIRS} Post Plugin"
......
...@@ -224,7 +224,7 @@ dnl Choose to build the GUI or the batch version ...@@ -224,7 +224,7 @@ dnl Choose to build the GUI or the batch version
if test "x$enable_gui" != "xno"; then if test "x$enable_gui" != "xno"; then
GMSH_DIRS="Common Geo Mesh Post Plugin Numeric Parser Graphics Fltk" 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" GMSH_LIBS="${GMSH_LIBS} -lGmshCommon -lGmshGraphics -lGmshParser -lGmshNumeric"
FLAGS="-DHAVE_FLTK ${FLAGS}" FLAGS="-DHAVE_FLTK ${FLAGS}"
...@@ -352,7 +352,7 @@ if test "x$enable_gui" != "xno"; then ...@@ -352,7 +352,7 @@ if test "x$enable_gui" != "xno"; then
else else
GMSH_DIRS="Common Geo Mesh" 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 if test "x$enable_post" != "xno"; then
GMSH_DIRS="${GMSH_DIRS} Post Plugin" GMSH_DIRS="${GMSH_DIRS} Post Plugin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment