From 72d36478427780c2d0e3c38d79cd91ba023f91a8 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 17 Apr 2001 09:30:41 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 83f4c70fc7..746bab1db3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.87 2001-04-08 20:36:49 geuzaine Exp $ +# $Id: Makefile,v 1.88 2001-04-17 09:30:41 geuzaine Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- @@ -433,7 +433,7 @@ fltk_link_sgi: $(FLTK_LIB) $(OPENGL_LIB) -lm -ldl fltk_link_sun: $(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ - $(FLTK_LIB) -lXext -lsocket -lnsl -lm + $(FLTK_LIB) -lXext -lsocket -lnsl -ldl -lm fltk_link_hp: g++ -Wl,+s -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\ $(MESA_LIB) $(FLTK_LIB) -lm -- GitLab