[Gmsh] BLAS and LAPACK with gmsh

Hugues Delorme delorme.hugues at gmail.com
Mon Mar 30 16:57:52 CEST 2009


I used --with-blas-lapack-prefix=/usr but that did not work.

Here is my config.log, the blas (-lblas) library is not found by the 
configure script :


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/opt/bin/gmsh-2.3.1 --with-blas-lapack-prefix=/usr

## --------- ##
## Platform. ##
## --------- ##

hostname = cerf-desktop
uname -m = i686
uname -r = 2.6.24-23-generic
uname -s = Linux
uname -v = #1 SMP Mon Jan 26 00:13:11 UTC 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2052: checking for gcc
configure:2068: found /usr/bin/gcc
configure:2079: result: gcc
configure:2317: checking for C compiler version
configure:2324: gcc --version >&5
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2327: $? = 0
configure:2334: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc 
--enable-mpfr --enable-targets=all --enable-checking=release 
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:2337: $? = 0
configure:2344: gcc -V >&5
gcc: '-V' option must have argument
configure:2347: $? = 1
configure:2370: checking for C compiler default output file name
configure:2397: gcc    conftest.c  >&5
configure:2400: $? = 0
configure:2438: result: a.out
configure:2455: checking whether the C compiler works
configure:2465: ./a.out
configure:2468: $? = 0
configure:2485: result: yes
configure:2492: checking whether we are cross compiling
configure:2494: result: no
configure:2497: checking for suffix of executables
configure:2504: gcc -o conftest    conftest.c  >&5
configure:2507: $? = 0
configure:2531: result:
configure:2537: checking for suffix of object files
configure:2563: gcc -c   conftest.c >&5
configure:2566: $? = 0
configure:2589: result: o
configure:2593: checking whether we are using the GNU C compiler
configure:2622: gcc -c   conftest.c >&5
configure:2628: $? = 0
configure:2645: result: yes
configure:2650: checking whether gcc accepts -g
configure:2680: gcc -c -g  conftest.c >&5
configure:2686: $? = 0
configure:2785: result: yes
configure:2802: checking for gcc option to accept ISO C89
configure:2876: gcc  -c -g -O2  conftest.c >&5
configure:2882: $? = 0
configure:2905: result: none needed
configure:2981: checking for g++
configure:2997: found /usr/bin/g++
configure:3008: result: g++
configure:3039: checking for C++ compiler version
configure:3046: g++ --version >&5
g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3049: $? = 0
configure:3056: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc 
--enable-mpfr --enable-targets=all --enable-checking=release 
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
configure:3059: $? = 0
configure:3066: g++ -V >&5
g++: '-V' option must have argument
configure:3069: $? = 1
configure:3072: checking whether we are using the GNU C++ compiler
configure:3101: g++ -c   conftest.cpp >&5
configure:3107: $? = 0
configure:3124: result: yes
configure:3129: checking whether g++ accepts -g
configure:3159: g++ -c -g  conftest.cpp >&5
configure:3165: $? = 0
configure:3264: result: yes
configure:3298: checking how to run the C preprocessor
configure:3338: gcc -E  conftest.c
configure:3344: $? = 0
configure:3375: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3381: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3414: result: gcc -E
configure:3443: gcc -E  conftest.c
configure:3449: $? = 0
configure:3480: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3486: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3597: checking for ranlib
configure:3613: found /usr/bin/ranlib
configure:3624: result: ranlib
configure:3652: checking for ar
configure:3670: found /usr/bin/ar
configure:3682: result: /usr/bin/ar
configure:3757: checking for fltk-config
configure:3775: found /usr/bin/fltk-config
configure:3787: result: /usr/bin/fltk-config
configure:3868: checking for 
./contrib/NativeFileChooser/Fl_Native_File_Chooser.cxx
configure:3883: result: yes
configure:3903: checking for ./contrib/TreeBrowser/Flu_Tree_Browser.cpp
configure:3918: result: yes
configure:3976: checking for main in -ljpeg
configure:4005: g++ -o conftest -g -O2   conftest.cpp -ljpeg   >&5
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
configure:4011: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_FLTK 1
| #define HAVE_TREE_BROWSER 1
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:4029: result: no
configure:4058: checking for main in -lz
configure:4087: g++ -o conftest -g -O2   conftest.cpp -lz   >&5
configure:4093: $? = 0
configure:4111: result: yes
configure:4131: checking for main in -lpng
configure:4160: g++ -o conftest -g -O2   conftest.cpp -lpng   >&5
/usr/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
configure:4166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_FLTK 1
| #define HAVE_TREE_BROWSER 1
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:4184: result: no
configure:4304: checking for main in -lm
configure:4333: g++ -o conftest -g -O2   conftest.cpp -lm   >&5
configure:4339: $? = 0
configure:4357: result: yes
configure:4369: checking for vsnprintf
configure:4425: g++ -o conftest -g -O2   conftest.cpp -lm  >&5
configure:4431: $? = 0
configure:4448: result: yes
configure:4482: g++ -c -g -O2  conftest.cpp >&5
configure:4488: $? = 0
configure:4509: checking for ./contrib/ANN/include/ANN/ANN.h
configure:4524: result: yes
configure:4542: checking for ./contrib/gmm/gmm.h
configure:4557: result: yes
configure:4573: checking for ./contrib/Chaco/main/interface.c
configure:4588: result: yes
configure:4606: checking for ./contrib/Metis/metis.h
configure:4621: result: yes
configure:4635: WARNING: By including METIS you have to comply with 
METIS' special
configure:4637: WARNING: licensing requirements stated in 
contrib/Metis/README. To
configure:4639: WARNING: disable METIS use the --disable-metis option.
configure:4645: checking for ./contrib/Netgen/libsrc/meshing/meshclass.cpp
configure:4660: result: yes
configure:4678: checking for ./contrib/Tetgen/tetgen.h
configure:4693: result: no
configure:4717: checking for ./contrib/MathEval/matheval.cpp
configure:4732: result: yes
configure:4889: checking for main in -lhdf5
configure:4918: g++ -o conftest -g -O2   conftest.cpp -lhdf5  -lm  >&5
/usr/bin/ld: cannot find -lhdf5
collect2: ld returned 1 exit status
configure:4924: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_FLTK 1
| #define HAVE_TREE_BROWSER 1
| #define HAVE_LIBM 1
| #define HAVE_ANN 1
| #define HAVE_GMM 1
| #define HAVE_CHACO 1
| #define HAVE_METIS 1
| #define HAVE_NETGEN 1
| #define HAVE_MATH_EVAL 1
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:4942: result: no
configure:5192: checking for gfortran
configure:5222: result: no
configure:5192: checking for g95
configure:5222: result: no
configure:5192: checking for xlf95
configure:5222: result: no
configure:5192: checking for f95
configure:5222: result: no
configure:5192: checking for fort
configure:5222: result: no
configure:5192: checking for ifort
configure:5222: result: no
configure:5192: checking for ifc
configure:5222: result: no
configure:5192: checking for efc
configure:5222: result: no
configure:5192: checking for pgf95
configure:5222: result: no
configure:5192: checking for lf95
configure:5222: result: no
configure:5192: checking for ftn
configure:5222: result: no
configure:5192: checking for xlf90
configure:5222: result: no
configure:5192: checking for f90
configure:5222: result: no
configure:5192: checking for pgf90
configure:5222: result: no
configure:5192: checking for pghpf
configure:5222: result: no
configure:5192: checking for epcf90
configure:5222: result: no
configure:5192: checking for g77
configure:5222: result: no
configure:5192: checking for xlf
configure:5222: result: no
configure:5192: checking for f77
configure:5222: result: no
configure:5192: checking for frt
configure:5222: result: no
configure:5192: checking for pgf77
configure:5222: result: no
configure:5192: checking for cf77
configure:5222: result: no
configure:5192: checking for fort77
configure:5222: result: no
configure:5192: checking for fl32
configure:5222: result: no
configure:5192: checking for af77
configure:5222: result: no
configure:5249: checking for Fortran compiler version
configure:5256:  --version >&5
./configure: line 5257: --version: command not found
configure:5259: $? = 127
configure:5266:  -v >&5
./configure: line 5267: -v: command not found
configure:5269: $? = 127
configure:5276:  -V >&5
./configure: line 5277: -V: command not found
configure:5279: $? = 127
configure:5287: checking whether we are using the GNU Fortran compiler
configure:5306:  -c   conftest.F >&5
./configure: line 5307: -c: command not found
configure:5312: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:5329: result: no
configure:5335: checking whether  accepts -g
configure:5352:  -c -g  conftest.f >&5
./configure: line 5353: -c: command not found
configure:5358: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:5374: result: no
configure:5411: checking for ATL_xerbla in -latlas
configure:5446: g++ -o conftest -g -O2   -L/usr -L/usr/lib conftest.cpp 
-latlas  -lm  >&5
/usr/bin/ld: cannot find -latlas
collect2: ld returned 1 exit status
configure:5452: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_FLTK 1
| #define HAVE_TREE_BROWSER 1
| #define HAVE_LIBM 1
| #define HAVE_ANN 1
| #define HAVE_GMM 1
| #define HAVE_CHACO 1
| #define HAVE_METIS 1
| #define HAVE_NETGEN 1
| #define HAVE_MATH_EVAL 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ATL_xerbla ();
| int
| main ()
| {
| return ATL_xerbla ();
|   ;
|   return 0;
| }
configure:5470: result: no
configure:5544: checking for dgemm_ in -lblas
configure:5579: g++ -o conftest -g -O2   -L/usr -L/usr/lib conftest.cpp 
-lblas  -lm  >&5
/usr/bin/ld: cannot find -lblas
collect2: ld returned 1 exit status
configure:5585: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_FLTK 1
| #define HAVE_TREE_BROWSER 1
| #define HAVE_LIBM 1
| #define HAVE_ANN 1
| #define HAVE_GMM 1
| #define HAVE_CHACO 1
| #define HAVE_METIS 1
| #define HAVE_NETGEN 1
| #define HAVE_MATH_EVAL 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dgemm_ ();
| int
| main ()
| {
| return dgemm_ ();
|   ;
|   return 0;
| }
configure:5603: result: no
configure:6088: checking how to run the C++ preprocessor
configure:6124: g++ -E  conftest.cpp
configure:6130: $? = 0
configure:6161: g++ -E  conftest.cpp
conftest.cpp:18:28: error: ac_nonexistent.h: No such file or directory
configure:6167: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_FLTK 1
| #define HAVE_TREE_BROWSER 1
| #define HAVE_LIBM 1
| #define HAVE_ANN 1
| #define HAVE_GMM 1
| #define HAVE_CHACO 1
| #define HAVE_METIS 1
| #define HAVE_NETGEN 1
| #define HAVE_MATH_EVAL 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6200: result: g++ -E
configure:6229: g++ -E  conftest.cpp
configure:6235: $? = 0
configure:6266: g++ -E  conftest.cpp
conftest.cpp:18:28: error: ac_nonexistent.h: No such file or directory
configure:6272: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_FLTK 1
| #define HAVE_TREE_BROWSER 1
| #define HAVE_LIBM 1
| #define HAVE_ANN 1
| #define HAVE_GMM 1
| #define HAVE_CHACO 1
| #define HAVE_METIS 1
| #define HAVE_NETGEN 1
| #define HAVE_MATH_EVAL 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6310: checking for grep that handles long lines and -e
configure:6384: result: /bin/grep
configure:6389: checking for egrep
configure:6467: result: /bin/grep -E
configure:6472: checking for ANSI C header files
configure:6502: g++ -c -g -O2  conftest.cpp >&5
configure:6508: $? = 0
configure:6607: g++ -o conftest -g -O2   -L/usr -L/usr/lib conftest.cpp 
-lm  >&5
configure:6610: $? = 0
configure:6616: ./conftest
configure:6619: $? = 0
configure:6636: result: yes
configure:6660: checking for sys/types.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for sys/stat.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for stdlib.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for string.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for memory.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for strings.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for inttypes.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for stdint.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6660: checking for unistd.h
configure:6681: g++ -c -g -O2  conftest.cpp >&5
configure:6687: $? = 0
configure:6703: result: yes
configure:6715: checking for size_t
configure:6745: g++ -c -g -O2  conftest.cpp >&5
configure:6751: $? = 0
configure:6766: result: yes
configure:6773: checking size of size_t
configure:7075: g++ -o conftest -g -O2   -L/usr -L/usr/lib conftest.cpp 
-lm  >&5
configure:7078: $? = 0
configure:7084: ./conftest
configure:7087: $? = 0
configure:7110: result: 4
configure:7253: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on cerf-desktop

config.status:608: creating variables
config.status:608: creating Common/GmshConfig.h
config.status:833: Common/GmshConfig.h is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_fc_compiler_gnu=no
ac_cv_file___contrib_ANN_include_ANN_ANN_h=yes
ac_cv_file___contrib_Chaco_main_interface_c=yes
ac_cv_file___contrib_MathEval_matheval_cpp=yes
ac_cv_file___contrib_Metis_metis_h=yes
ac_cv_file___contrib_NativeFileChooser_Fl_Native_File_Chooser_cxx=yes
ac_cv_file___contrib_Netgen_libsrc_meshing_meshclass_cpp=yes
ac_cv_file___contrib_Tetgen_tetgen_h=no
ac_cv_file___contrib_TreeBrowser_Flu_Tree_Browser_cpp=yes
ac_cv_file___contrib_gmm_gmm_h=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_atlas_ATL_xerbla=no
ac_cv_lib_blas_dgemm_=no
ac_cv_lib_hdf5_main=no
ac_cv_lib_jpeg_main=no
ac_cv_lib_m_main=yes
ac_cv_lib_png_main=no
ac_cv_lib_z_main=yes
ac_cv_objext=o
ac_cv_path_AR=/usr/bin/ar
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FLTKCONFIG=/usr/bin/fltk-config
ac_cv_path_GREP=/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_fc_g=no
ac_cv_sizeof_size_t=4
ac_cv_type_size_t=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='/usr/bin/ar ruvs'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FC=''
FCFLAGS=''
FLAGS=' -I/usr/include/freetype2'
FLTKCONFIG='/usr/bin/fltk-config'
GMSH_DIRS='Common Geo Mesh Post Plugin Numeric Parser Graphics Fltk 
contrib/TreeBrowser contrib/ANN contrib/Chaco contrib/Metis 
contrib/Netgen contrib/MathEval'
GMSH_LIBS='-Llib -lGmshFltk -lGmshCommon -lGmshMesh -lGmshGeo -lGmshPost 
-lGmshPlugin -lGmshCommon -lGmshGraphics -lGmshParser -lGmshNumeric 
-lGmshTreeBrowser -lfltk_images -lfltk_gl -lfltk -lGLU -lGL -lGmshANN 
-lGmshChaco -lGmshMetis -lGmshNetgen -lGmshMathEval -lz -lm'
GREP='/bin/grep'
HOSTNAME='cerf-desktop'
LDFLAGS=' -L/usr -L/usr/lib'
LIBOBJS=''
LIBS='-lm '
LINKER='g++'
LTLIBOBJS=''
OBJEXT='o'
OPTIM='-g -O2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/bash'
UNAME='Linux'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_FC=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/bin/gmsh-2.3.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define HAVE_FLTK 1
#define HAVE_TREE_BROWSER 1
#define HAVE_LIBM 1
#define HAVE_ANN 1
#define HAVE_GMM 1
#define HAVE_CHACO 1
#define HAVE_METIS 1
#define HAVE_NETGEN 1
#define HAVE_MATH_EVAL 1
#define HAVE_LIBZ 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define SIZEOF_SIZE_T 4
#define GMSH_CONFIG_OPTIONS " Fltk TreeBrowser Ann Gmm Chaco Metis 
Netgen MathEval Libz"

configure: exit 0




Christophe Geuzaine wrote:
> Victor wrote:
>>> --with-blas-lapack-prefix=/usr/lib" and rebuilt but that didn't work 
>>> either.
>> You should use --with-blas-lapack-prefix=/usr
>
> but /usr/lib should be in the default search path of the 
> compiler/linker...
>
> Maybe gmsh's configure script is not doing a good enough job.
>
> Hugues : could you send your config.log file?
>
>
>
>> Prefix is a directory that has "include", "lib" (or lib64), "share" etc
>> subdirectories in it.
>>
>>
>> Cheers,
>> Victor.
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> gmsh mailing list
>> gmsh at geuz.org
>> http://www.geuz.org/mailman/listinfo/gmsh
>
>