From 05962d7e17a22b428195ed96cf0b6145e7834a9f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 6 Mar 2001 16:42:12 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b493d2a42..9c72a339d2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.76 2001-03-06 16:40:18 geuzaine Exp $ +# $Id: Makefile,v 1.77 2001-03-06 16:42:12 geuzaine Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- @@ -434,6 +434,9 @@ fltk_link_sgi: fltk_link_sun: $(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(FLTK_LIB) -lXext -lsocket -lnsl -lm +fltk_link_hp: + g++ -Wl,+s -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB)\ + $(MESA_LIB) $(FLTK_LIB) -lm fltk_link_mesa_2952: $(HOME)/gcc-2.95.2/bin/g++ -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(FLTK_LIB) -lm -ldl -- GitLab