diff --git a/Makefile b/Makefile index fc80bca79807d9655492e2ef20fbee2a4de048f3..df3551bc7654f144063a1362207c072b2048b683 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.127 2001-08-13 14:51:12 geuzaine Exp $ +# $Id: Makefile,v 1.128 2001-08-14 10:49:47 geuzaine Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- @@ -427,7 +427,7 @@ fltk_compile_little_endian: ); done # optimized gcc fucks up with 3D_Extrude on old linux boxes... -fltk_compile_little_endian_2952: +fltk_compile_little_endian_gcc-2.95: @for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \ "CC=$(HOME)/gcc-2.95.3/bin/g++" \ "C_FLAGS=-O2" \ @@ -534,8 +534,8 @@ fltk_link_mesa: $(CC) -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(FLTK_LIB) -lm -ldl -fltk_link_mesa_2952: - $(HOME)/gcc-2.95.2/bin/g++ -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ +fltk_link_mesa_gcc-2.95: + $(HOME)/gcc-2.95.3/bin/g++ -o $(GMSH_BIN_DIR)/gmsh $(GMSH_FLTK_LIB) $(MESA_LIB) \ $(FLTK_LIB) -lm -ldl fltk_link_opengl: @@ -565,7 +565,7 @@ fltk_link_cygwin: fltk_linux: tag fltk_compile_little_endian fltk_link_mesa strip_bin -fltk_linux_2952: tag fltk_compile_little_endian_2952 fltk_link_mesa_2952 strip_bin +fltk_linux_gcc-2.95: tag fltk_compile_little_endian_gcc-2.95 fltk_link_mesa_gcc-2.95 strip_bin fltk_rpm: src mv $(GMSH_SRCRPM).tar.gz /usr/src/redhat/SOURCES diff --git a/Mesh/Read_Mesh.cpp b/Mesh/Read_Mesh.cpp index 9b6a280d599f54f0c76efb71100e03db189bb045..6c2e354040bd4198d2622ae9d9bb127a891083f3 100644 --- a/Mesh/Read_Mesh.cpp +++ b/Mesh/Read_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Read_Mesh.cpp,v 1.25 2001-08-14 08:03:34 geuzaine Exp $ +// $Id: Read_Mesh.cpp,v 1.26 2001-08-14 10:49:47 geuzaine Exp $ #include "Gmsh.h" #include "Geo.h" @@ -11,7 +11,7 @@ extern Context_T CTX; //test for hanging nodes -//#define MOES +#define MOES /* ------------------------------------------------------------------------ */ /* M S H F O R M A T */ diff --git a/utils/gmsh_fltk.spec b/utils/gmsh_fltk.spec index c8788aab0057efe0d1e6f6f22d88f3dac8927f95..2181fecf6f0330be5b665ac98f0a79f907d8daaf 100644 --- a/utils/gmsh_fltk.spec +++ b/utils/gmsh_fltk.spec @@ -28,7 +28,7 @@ post-processor. %setup -c -q %build -make fltk_linux_2952 +make fltk_linux_gcc-2.95 #make fltk_linux make distrib make utilities