X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=configure;h=3f8f09ffc6b6a9708ab91ba2e1ee1b9971a1fc46;hp=9a4b52965fa6bb1065cc63ea5d2c7b338daced98;hb=4f15a69a3150f180bd93fcbe1c87dbaca92a77ad;hpb=92b40e557630881d08f67e2498b3e062ab8ec8ec diff --git a/configure b/configure index 9a4b529..3f8f09f 100755 --- a/configure +++ b/configure @@ -864,15 +864,16 @@ Optional Features: --enable-verbose-warnings Enable verbose compiler warnings. --enable-static - Enable static executables. + Enable static executables. --enable-dmalloc Use dmalloc memory allocation --enable-efence Use ElectricFence memory allocation Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --with-lam=PATH Set path of LAM MPI - --with-ctn=PATH Set path of CTN DICOM library + --with-lam=PATH Set path of LAM MPI + --with-ctn=PATH Set path of CTN DICOM library + --with-mcpu=CPU Set name of CPU for gcc -mcpu --with-cgibin-dir=PATH Set path of CGI binaries directory --with-cgibin-url=PATH Set URL path of CGI binaries --with-webdata-dir=PATH Set path of webdata @@ -1491,7 +1492,7 @@ fi PACKAGE=ctsim -VERSION=3.5.6 +VERSION=4.2.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 @@ -6044,7 +6045,7 @@ fi echo "$as_me:$LINENO: result: $ac_cv_lib_wx_mac_2_4_main" >&5 echo "${ECHO_T}$ac_cv_lib_wx_mac_2_4_main" >&6 if test $ac_cv_lib_wx_mac_2_4_main = yes; then - wxwin=true; wx_gtk=true; + wxwin=true; wx_mac=true; cat >>confdefs.h <<\_ACEOF #define HAVE_WXWINDOWS 1 _ACEOF @@ -7498,6 +7499,84 @@ fi echo "$as_me:$LINENO: result: $ac_cv_func_gettimeofday" >&5 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 +echo "$as_me:$LINENO: checking for getopt" >&5 +echo $ECHO_N "checking for getopt... $ECHO_C" >&6 +if test "${ac_cv_func_getopt+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char getopt (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char getopt (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_getopt) || defined (__stub___getopt) +choke me +#else +char (*f) () = getopt; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != getopt; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_getopt=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_getopt=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_getopt" >&5 +echo "${ECHO_T}$ac_cv_func_getopt" >&6 +if test $ac_cv_func_getopt = yes; then + getopt=true +else + getopt=false +fi + if test "${OSTYPE}" = "cygwin" ; then getopt_long=false @@ -7655,7 +7734,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF else - CFLAGS="$CFLAGS -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops" + CFLAGS="$CFLAGS -O2 -DNDEBUG -fomit-frame-pointer" cat >>confdefs.h <<\_ACEOF #define NDEBUG 1 @@ -7674,17 +7753,19 @@ fi echo "$as_me:$LINENO: checking sstream" >&5 echo $ECHO_N "checking sstream... $ECHO_C" >&6 if test -f /usr/include/sstream || test -f /usr/include/g++/sstream || - test -f /usr/include/g++-2/sstream || test -f /usr/include/g++-3/sstream ; then + test -f /usr/include/g++-2/sstream || test -f /usr/include/g++-3/sstream || + test -f /usr/include/gcc/darwin/3.1/g++-v3/sstream ; then cat >>confdefs.h <<\_ACEOF #define HAVE_SSTREAM 1 _ACEOF - echo "$as_me:$LINENO: result: yes" >&5 + echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 -fi -echo "$as_me:$LINENO: result: no" >&5 + else + echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 + fi CFLAGS="$CFLAGS -Wall" @@ -7818,6 +7899,24 @@ echo "${ECHO_T}no" >&6 fi fi +echo "$as_me:$LINENO: checking for CPU specification" >&5 +echo $ECHO_N "checking for CPU specification... $ECHO_C" >&6 + +# Check whether --with-mcpu or --without-mcpu was given. +if test "${with_mcpu+set}" = set; then + withval="$with_mcpu" + +fi; + +if test "$withval" == "no" -o "$withval" == "yes" -o "$withval" == ""; then + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +else + echo "$as_me:$LINENO: result: $withval" >&5 +echo "${ECHO_T}$withval" >&6 + CFLAGS="$CFLAGS -mcpu=$withval" +fi + echo "$as_me:$LINENO: checking for web access" >&5 echo $ECHO_N "checking for web access... $ECHO_C" >&6 @@ -9212,14 +9311,20 @@ cat >>confdefs.h <<\_ACEOF _ACEOF LDFLAGS="$LDFLAGS -L../libctgraphics -L/usr/X11R6/lib" + my_includes="$my_includes -I/usr/X11R6/include" ctlib_graphics="$ctlibs_base -lctgraphics" echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 ctlib_graphics="$ctlib_graphics $X_BASIC_LIBS $X_TOOLKIT_LIBS" if test "$libgl" = "true" ; then - ctlib_graphics="$ctlib_graphics -lglut -lGL -lGLU" + # Removed "-lglut" for Mac OS X compilation + ctlib_graphics="$ctlib_graphics -lGL -lGLU" if test "$wxwin" = "true" ; then - ctlib_graphics="$ctlib_graphics -lwx_gtk_gl-2.4" + if "$wx_gtk" ; then + ctlib_graphics="$ctlib_graphics -lwx_gtk_gl-2.4" + elif "$wx_mac" ; then + ctlib_graphics="$ctlib_graphics -lwx_mac_gl-2.4" + fi fi fi if test "$wxwin" = "true" ; then @@ -9433,12 +9538,12 @@ echo "${ECHO_T}Using efence" >&6 fi if test "$wxwin" = "true" ; then - if test "$wx_gtk" = "true" ; then + if "$wx_gtk" = "true" || "$wx_mac" == "true" ; then wxcflags=`$wxconfig --cflags` wxlibs=`$wxconfig --libs` else wxcflags="-D__WXMSW__ -D__WIN32__ -D__GNUWIN32__" - wxlibs="-lwx -lglui -ljpeg -lxpm -lzlib -ltiff" + wxlibs="-lwx -lglui -ljpeg -lxpm -lzlib -ltiff" fi CFLAGS="$CFLAGS -I../include $wxcflags" ctlib_graphics="$ctlib_graphics $wxlibs"