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

Use -D__USE_STD_IOSTREAM for DEC's cxx compiler
parent 6c798358
No related branches found
No related tags found
No related merge requests found
...@@ -3405,6 +3405,12 @@ case "$UNAME" in ...@@ -3405,6 +3405,12 @@ case "$UNAME" in
LINKER="CC -O2 -mips3 -n32" LINKER="CC -O2 -mips3 -n32"
;; ;;
OSF1*)
if test "x${CXX}" = "xcxx" ; then
FLAGS="-D__USE_STD_IOSTREAM ${FLAGS}"
fi
;;
SunOS*) SunOS*)
FLAGS="-D_NO_DLL ${FLAGS}" FLAGS="-D_NO_DLL ${FLAGS}"
GMSH_LIBS="${GMSH_LIBS} -lsocket -lnsl -ldl" GMSH_LIBS="${GMSH_LIBS} -lsocket -lnsl -ldl"
......
dnl $Id: configure.in,v 1.37 2003-04-16 16:00:59 geuzaine Exp $ dnl $Id: configure.in,v 1.38 2003-04-16 16:06:19 geuzaine Exp $
dnl dnl
dnl Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -315,6 +315,12 @@ case "$UNAME" in ...@@ -315,6 +315,12 @@ case "$UNAME" in
LINKER="CC -O2 -mips3 -n32" LINKER="CC -O2 -mips3 -n32"
;; ;;
OSF1*)
if test "x${CXX}" = "xcxx" ; then
FLAGS="-D__USE_STD_IOSTREAM ${FLAGS}"
fi
;;
SunOS*) SunOS*)
FLAGS="-D_NO_DLL ${FLAGS}" FLAGS="-D_NO_DLL ${FLAGS}"
GMSH_LIBS="${GMSH_LIBS} -lsocket -lnsl -ldl" GMSH_LIBS="${GMSH_LIBS} -lsocket -lnsl -ldl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment