Dear gmsh developers,
I am looking for building a 2.8.6 gmsh version with the cgns option enabled.
And, the operating system which I am working on for doing it is Ubuntu 10.04.4
LTS 32-bit.
In order to activate "cgns" option and to specify the location of the library
"hdf5", I entered the following command line from the "./build" folder I
created:
-> cmake -DENABLE_CGNS=1
-DCMAKE_PREFIX_PATH=/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared
..
As observed in CMakeCache.txt (enclosed file), the cgns option is successfully
taken into account.
Yet I encountered numerous compilation errors in the file "GModelIO_CGNS.cpp".
The last discussion about this topic through gmsh mailing list dates from the
fourth of april 2014, as I noticed. The conclusion was that the CGNS support
should be updated/rewritten if I am not mistaken? So my question is twofold:
1. Is the current implementation of CGNS support is still under development and
not usable for instance or am I doing something wrong during the compilation ?
2. For a geometry created and meshed through gmsh, are there any possibilities/
known utilities for making a conversion to the .cgns extension?
Thanks in advance for any helps and responses you can provide me about this
issue.
Kind regards,
Oguz E.
PS/ Enclosed, please find .log files and CMakeCache.txt. I would be pleased to
provide more information about my issue if it is needed.
Performing C++ SOURCE FILE Test WCAST failed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
/usr/bin/c++ -DWCAST -Wint-to-void-pointer-cast -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/src.cxx
cc1plus: error: unrecognized command line option "-Wint-to-void-pointer-cast"
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec/fast] Error 2
Source file was:
int main() { return 0;}
The system is: Linux - 2.6.32-72-generic - i686
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
CMakeCXXCompilerId.cpp:73: warning: deprecated conversion from string constant to âchar*â
CMakeCXXCompilerId.cpp:163: warning: deprecated conversion from string constant to âchar*â
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CompilerIdCXX/a.out"
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/gcc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CompilerIdC/a.out"
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec -rdynamic
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)
COMPILER_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../:/lib/:/usr/lib/:/usr/lib/i486-linux-gnu/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i486'
/usr/lib/gcc/i486-linux-gnu/4.4.3/collect2 --build-id --eh-frame-hdr -m elf_i386 --hash-style=both -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTryCompileExec -z relro /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.3/crtbegin.o -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. -L/usr/lib/i486-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i486-linux-gnu/4.4.3/crtend.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build]
ignore line: [make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building CXX object CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTryCompileExec]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [Target: i486-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../:/lib/:/usr/lib/:/usr/lib/i486-linux-gnu/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=i486']
link line: [ /usr/lib/gcc/i486-linux-gnu/4.4.3/collect2 --build-id --eh-frame-hdr -m elf_i386 --hash-style=both -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTryCompileExec -z relro /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.3/crtbegin.o -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. -L/usr/lib/i486-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i486-linux-gnu/4.4.3/crtend.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o]
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/collect2] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_i386] ==> ignore
arg [--hash-style=both] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec] ==> ignore
arg [-zrelro] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3]
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3]
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../..] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../..]
arg [-L/usr/lib/i486-linux-gnu] ==> dir [/usr/lib/i486-linux-gnu]
arg [CMakeFiles/cmTryCompileExec.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/crtend.o] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o] ==> ignore
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> [/usr/lib/gcc/i486-linux-gnu/4.4.3]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> [/usr/lib/gcc/i486-linux-gnu/4.4.3]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib] ==> [/usr/lib]
collapse dir [/lib/../lib] ==> [/lib]
collapse dir [/usr/lib/../lib] ==> [/usr/lib]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../..] ==> [/usr/lib]
collapse dir [/usr/lib/i486-linux-gnu] ==> [/usr/lib/i486-linux-gnu]
implicit libs: [stdc++;m;c]
implicit dirs: [/usr/lib/gcc/i486-linux-gnu/4.4.3;/usr/lib;/lib;/usr/lib/i486-linux-gnu]
Determining if the C compiler works passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -v CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec -rdynamic
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)
COMPILER_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../:/lib/:/usr/lib/:/usr/lib/i486-linux-gnu/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-mtune=generic' '-march=i486'
/usr/lib/gcc/i486-linux-gnu/4.4.3/collect2 --build-id --eh-frame-hdr -m elf_i386 --hash-style=both -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTryCompileExec -z relro /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.3/crtbegin.o -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. -L/usr/lib/i486-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i486-linux-gnu/4.4.3/crtend.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build]
ignore line: [make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building C object CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTryCompileExec]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1]
ignore line: [/usr/bin/gcc -v CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [Target: i486-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../:/lib/:/usr/lib/:/usr/lib/i486-linux-gnu/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec' '-rdynamic' '-mtune=generic' '-march=i486']
link line: [ /usr/lib/gcc/i486-linux-gnu/4.4.3/collect2 --build-id --eh-frame-hdr -m elf_i386 --hash-style=both -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTryCompileExec -z relro /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.3/crtbegin.o -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. -L/usr/lib/i486-linux-gnu CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i486-linux-gnu/4.4.3/crtend.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o]
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/collect2] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_i386] ==> ignore
arg [--hash-style=both] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec] ==> ignore
arg [-zrelro] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crt1.o] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3]
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3]
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../..] ==> dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../..]
arg [-L/usr/lib/i486-linux-gnu] ==> dir [/usr/lib/i486-linux-gnu]
arg [CMakeFiles/cmTryCompileExec.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/crtend.o] ==> ignore
arg [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o] ==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> [/usr/lib/gcc/i486-linux-gnu/4.4.3]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3] ==> [/usr/lib/gcc/i486-linux-gnu/4.4.3]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib] ==> [/usr/lib]
collapse dir [/lib/../lib] ==> [/lib]
collapse dir [/usr/lib/../lib] ==> [/usr/lib]
collapse dir [/usr/lib/gcc/i486-linux-gnu/4.4.3/../../..] ==> [/usr/lib]
collapse dir [/usr/lib/i486-linux-gnu] ==> [/usr/lib/i486-linux-gnu]
implicit libs: [c]
implicit dirs: [/usr/lib/gcc/i486-linux-gnu/4.4.3;/usr/lib;/lib;/usr/lib/i486-linux-gnu]
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining size of void* passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o
/usr/bin/gcc -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -o CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckTypeSizeC.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the function XOpenDisplay exists in the /usr/lib/libX11.so passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic -lX11
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the function vsnprintf exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=vsnprintf -o CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c:3: warning: conflicting types for built-in function âvsnprintfâ
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DCHECK_FUNCTION_EXISTS=vsnprintf CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the include file sys/socket.h exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining size of socklen_t passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o
/usr/bin/gcc -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -o CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckTypeSizeC.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining size of intptr_t passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o
/usr/bin/gcc -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H -o CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckTypeSizeC.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc -DHAVE_SYS_TYPES_H -DHAVE_STDINT_H -DHAVE_STDDEF_H CMakeFiles/cmTryCompileExec.dir/CheckTypeSizeC.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the include file dlfcn.h exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Determining if the include file linux/joystick.h exists passed with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o
/usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/gcc CMakeFiles/cmTryCompileExec.dir/CheckIncludeFile.c.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test WALL succeded with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
/usr/bin/c++ -DWALL -Wall -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/c++ -DWALL CMakeFiles/cmTryCompileExec.dir/src.cxx.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test WDEPREC succeded with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
/usr/bin/c++ -DWDEPREC -Wdeprecated-declarations -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/c++ -DWDEPREC CMakeFiles/cmTryCompileExec.dir/src.cxx.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test NOWARN succeded with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
/usr/bin/c++ -DNOWARN -w -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/c++ -DNOWARN CMakeFiles/cmTryCompileExec.dir/src.cxx.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test NOOPT succeded with the following output:
Change Dir: /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/src.cxx.o
/usr/bin/c++ -DNOOPT -O0 -o CMakeFiles/cmTryCompileExec.dir/src.cxx.o -c /home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
/usr/bin/c++ -DNOOPT CMakeFiles/cmTryCompileExec.dir/src.cxx.o -o cmTryCompileExec -rdynamic
make[1]: Leaving directory `/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return 0;}
# This is the CMakeCache file.
# For build in directory:
/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a library.
ACIS_LIB:FILEPATH=ACIS_LIB-NOTFOUND
//Path to a file.
ANN_INC:PATH=ANN_INC-NOTFOUND
//Path to a library.
ANN_LIB:FILEPATH=ANN_LIB-NOTFOUND
//Path to a program.
BISON:FILEPATH=BISON-NOTFOUND
//Build the testing tree.
BUILD_TESTING:BOOL=ON
//Path to a program.
BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND
//Path to a file.
CAIRO_INC:PATH=CAIRO_INC-NOTFOUND
//Path to a library.
CAIRO_LIB:FILEPATH=CAIRO_LIB-NOTFOUND
//Path to a file.
CGNS_INC:PATH=/usr/local/include
//Path to a library.
CGNS_LIB:FILEPATH=/usr/local/lib/libcgns.a
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose build type
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//No help, variable specified on the command line.
CMAKE_PREFIX_PATH:UNINITIALIZED=/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=gmsh
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Path to the coverage program that CTest uses for performing coverage
// inspection
COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov
//Path to a program.
CVSCOMMAND:FILEPATH=CVSCOMMAND-NOTFOUND
//Options passed to the cvs update command.
CVS_UPDATE_OPTIONS:STRING=-d -A -P
//Maximum time allowed before CTest will kill the test.
DART_TESTING_TIMEOUT:STRING=1500
//Enable proprietary 3M extension
ENABLE_3M:BOOL=OFF
//Enable ACIS geometrical models (experimental)
ENABLE_ACIS:BOOL=ON
//Enable ANN (used for fast point search in mesh/post)
ENABLE_ANN:BOOL=ON
//Enable Bamg 2D anisotropic mesh generator
ENABLE_BAMG:BOOL=ON
//Enable BFGS (used by some mesh optimizers)
ENABLE_BFGS:BOOL=ON
//Enable BLAS/Lapack for linear algebra (required for meshing)
ENABLE_BLAS_LAPACK:BOOL=ON
//Enable Blossom algorithm (needed for full quad meshing)
ENABLE_BLOSSOM:BOOL=ON
//Enable Android NDK library target (experimental)
ENABLE_BUILD_ANDROID:BOOL=OFF
//Enable dynamic Gmsh executable (linked with shared lib)
ENABLE_BUILD_DYNAMIC:BOOL=OFF
//Enable iOS (ARM) library target (experimental)
ENABLE_BUILD_IOS:BOOL=OFF
//Enable 'lib' target for building static Gmsh library
ENABLE_BUILD_LIB:BOOL=OFF
//Enable 'shared' target for building shared Gmsh library
ENABLE_BUILD_SHARED:BOOL=OFF
//Enable Cairo to render fonts (experimental)
ENABLE_CAIRO:BOOL=ON
//Enable CGNS mesh export (experimental)
ENABLE_CGNS:BOOL=1
//Enable Chaco mesh partitioner (alternative to Metis)
ENABLE_CHACO:BOOL=ON
//Enable compressed (gzip) input/output using zlib
ENABLE_COMPRESSED_IO:BOOL=OFF
//Enable discrete integration (needed for levelsets)
ENABLE_DINTEGRATION:BOOL=ON
//Enable FLTK graphical user interface (requires mesh/post)
ENABLE_FLTK:BOOL=ON
//Enable Fourier geometrical models (experimental)
ENABLE_FOURIER_MODEL:BOOL=OFF
//Enable GMM linear solvers (simple alternative to PETSc)
ENABLE_GMM:BOOL=ON
//Enable building graphics lib even without GUI (advanced)
ENABLE_GRAPHICS:BOOL=OFF
//Enable Kbipack (neeeded by homology solver)
ENABLE_KBIPACK:BOOL=ON
//Enable math expression parser (used by plugins and options)
ENABLE_MATHEX:BOOL=ON
//Enable MED mesh and post file formats
ENABLE_MED:BOOL=ON
//Enable mesh module (required by GUI)
ENABLE_MESH:BOOL=ON
//Enable Metis mesh partitioner
ENABLE_METIS:BOOL=ON
//Enable MMG3D 3D anisotropic mesh refinement
ENABLE_MMG3D:BOOL=ON
//Enable built-in MPEG movie encoder
ENABLE_MPEG_ENCODE:BOOL=ON
//Enable MPI (mostly for parser and solver - mesh generation is
// sequential)
ENABLE_MPI:BOOL=OFF
//Enable static Visual C++ runtime
ENABLE_MSVC_STATIC_RUNTIME:BOOL=OFF
//Enable MUMPS sparse direct linear solver
ENABLE_MUMPS:BOOL=OFF
//Enable native file chooser in GUI
ENABLE_NATIVE_FILE_CHOOSER:BOOL=ON
//Enable Netgen 3D frontal mesh generator
ENABLE_NETGEN:BOOL=ON
//Enable conversion between fullMatrix and numpy array (requires
// SWIG)
ENABLE_NUMPY:BOOL=OFF
//Enable Open CASCADE geometrical models
ENABLE_OCC:BOOL=ON
//Enable ONELAB solver interface
ENABLE_ONELAB:BOOL=ON
//Enable experimental ONELAB-Cloud solver interface
ENABLE_ONELAB2:BOOL=OFF
//Enable ONELAB metamodels (experimental)
ENABLE_ONELAB_METAMODEL:BOOL=ON
//Enable OpenMP (experimental)
ENABLE_OPENMP:BOOL=OFF
//Enable high-order mesh optimization tools
ENABLE_OPTHOM:BOOL=ON
//Enable OSMesa for offscreen rendering (experimental)
ENABLE_OSMESA:BOOL=OFF
//Enable OS-specific (e.g. app bundle) installation
ENABLE_OS_SPECIFIC_INSTALL:BOOL=ON
//Enable GEO file parser (required for .geo/.pos files)
ENABLE_PARSER:BOOL=ON
//Enable PETSc linear solvers (required for SLEPc)
ENABLE_PETSC:BOOL=ON
//Enable petsc4py wrappers for petsc matrices
ENABLE_PETSC4PY:BOOL=ON
//Enable post-processing plugins
ENABLE_PLUGINS:BOOL=ON
//Enable Poppler for displaying PDF documents (experimental)
ENABLE_POPPLER:BOOL=OFF
//Enable post-processing module (required by GUI)
ENABLE_POST:BOOL=ON
//Enable dummy QT graphical interface proof-of-concept (experimental)
ENABLE_QT:BOOL=OFF
//Enable Salome routines for CAD healing
ENABLE_SALOME:BOOL=ON
//Enable SGEOM interface to OCC (experimental)
ENABLE_SGEOM:BOOL=OFF
//Enable SLEPc eigensolvers (required for conformal compounds)
ENABLE_SLEPC:BOOL=ON
//Enable built-in finite element solvers (required for compounds)
ENABLE_SOLVER:BOOL=ON
//Enable Taucs linear solver (alternative to PETSc)
ENABLE_TAUCS:BOOL=ON
//Enable libtcmalloc, a fast malloc implementation but that does
// not release memory
ENABLE_TCMALLOC:BOOL=OFF
//Enable Tetgen 3D initial mesh generator
ENABLE_TETGEN:BOOL=ON
//Enable older version of Tetgen
ENABLE_TETGEN_OLD:BOOL=OFF
//Enable Voro3D (for hex meshing, experimental)
ENABLE_VORO3D:BOOL=ON
//Enable generation of Java wrappers (experimental)
ENABLE_WRAP_JAVA:BOOL=OFF
//Enable generation of Python wrappers
ENABLE_WRAP_PYTHON:BOOL=OFF
//Path to a program.
FLEX:FILEPATH=FLEX-NOTFOUND
//Path to a program.
FLTK_CONFIG_SCRIPT:FILEPATH=/usr/local/bin/fltk-config
//Path to a library.
GFORTRAN_STATIC:FILEPATH=GFORTRAN_STATIC-NOTFOUND
//Path to a file.
GMM_INC:PATH=GMM_INC-NOTFOUND
//Path to a file.
GMP_INC:PATH=GMP_INC-NOTFOUND
//Path to a library.
GMP_LIB:FILEPATH=GMP_LIB-NOTFOUND
//External include directories
GMSH_EXTERNAL_INCLUDE_DIRS:STRING=/usr/local/include;/usr/local/include/FL/images;/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared;/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared/include
//External libraries
GMSH_EXTERNAL_LIBRARIES:STRING=-L/usr/local/lib -lfltk_images -lfltk_png
-lfltk_z -lfltk_jpeg -lfltk_gl -lGLU -lGL -lfltk -lpthread -ldl -lm
-lX11;/usr/local/lib/libcgns.a;/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared/lib/libhdf5.so;/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared/lib/libsz.so;dl;/usr/lib/libGLU.so;/usr/lib/libGL.so;/usr/lib/libX11.so;/usr/lib/liblapack.so;/usr/lib/libf77blas.so;/usr/lib/libcblas.so;/usr/lib/libatlas.so
//Gmsh extra version string
GMSH_EXTRA_VERSION:STRING=
//Path to a library.
HDF5_LIB:FILEPATH=/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared/lib/libhdf5.so
//Path to a program.
HGCOMMAND:FILEPATH=HGCOMMAND-NOTFOUND
//Command used to build entire project from the command line.
MAKECOMMAND:STRING=/usr/bin/make -i
//Path to a program.
MAKEINFO:FILEPATH=MAKEINFO-NOTFOUND
//Path to a library.
MED_LIB:FILEPATH=MED_LIB-NOTFOUND
//Path to the memory checking command, used for memory error detection.
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND
//File that contains suppressions for the memory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
//Path to a file.
MMG3D_INC:PATH=MMG3D_INC-NOTFOUND
//Path to a library.
MMG3D_LIB:FILEPATH=MMG3D_LIB-NOTFOUND
//Path to a file.
OPENGL_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/libGL.so
//Path to a library.
OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so
//Path to a file.
OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND
//Path to a file.
PETSC_INC:PATH=PETSC_INC-NOTFOUND
//Path to a library.
PETSC_LIBS:FILEPATH=PETSC_LIBS-NOTFOUND
//Path to scp command, used by CTest for submitting results to
// a Dart server
SCPCOMMAND:FILEPATH=/usr/bin/scp
//Path to the SLURM sbatch executable
SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND
//Path to the SLURM srun executable
SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND
//Path to a program.
SVNCOMMAND:FILEPATH=/usr/bin/svn
//Path to a library.
SZ_LIB:FILEPATH=/home/oe/Documents/hdf5-1.8.14-linux-centos5-i386-gcc412-shared/lib/libsz.so
//Path to a file.
TAUCS_INC:PATH=TAUCS_INC-NOTFOUND
//Path to a library.
TAUCS_LIB:FILEPATH=TAUCS_LIB-NOTFOUND
//Path to a program.
TEXI2PDF:FILEPATH=TEXI2PDF-NOTFOUND
//Path to a file.
X11_ICE_INCLUDE_PATH:PATH=X11_ICE_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_ICE_LIB:FILEPATH=X11_ICE_LIB-NOTFOUND
//Path to a library.
X11_SM_LIB:FILEPATH=X11_SM_LIB-NOTFOUND
//Path to a file.
X11_X11_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_X11_LIB:FILEPATH=/usr/lib/libX11.so
//Path to a file.
X11_XShm_INCLUDE_PATH:PATH=X11_XShm_INCLUDE_PATH-NOTFOUND
//Path to a file.
X11_XTest_INCLUDE_PATH:PATH=X11_XTest_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_XTest_LIB:FILEPATH=X11_XTest_LIB-NOTFOUND
//Path to a file.
X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND
//Path to a file.
X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xau_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so
//Path to a file.
X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND
//Path to a file.
X11_Xcursor_INCLUDE_PATH:PATH=X11_Xcursor_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xcursor_LIB:FILEPATH=X11_Xcursor_LIB-NOTFOUND
//Path to a file.
X11_Xdamage_INCLUDE_PATH:PATH=X11_Xdamage_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND
//Path to a file.
X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xdmcp_LIB:FILEPATH=/usr/lib/libXdmcp.so
//Path to a library.
X11_Xext_LIB:FILEPATH=X11_Xext_LIB-NOTFOUND
//Path to a file.
X11_Xfixes_INCLUDE_PATH:PATH=X11_Xfixes_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xfixes_LIB:FILEPATH=X11_Xfixes_LIB-NOTFOUND
//Path to a file.
X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND
//Path to a file.
X11_Xinerama_INCLUDE_PATH:PATH=X11_Xinerama_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xinerama_LIB:FILEPATH=X11_Xinerama_LIB-NOTFOUND
//Path to a file.
X11_Xinput_INCLUDE_PATH:PATH=X11_Xinput_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xinput_LIB:FILEPATH=X11_Xinput_LIB-NOTFOUND
//Path to a file.
X11_Xkb_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xkblib_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xlib_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND
//Path to a file.
X11_Xrandr_INCLUDE_PATH:PATH=X11_Xrandr_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xrandr_LIB:FILEPATH=X11_Xrandr_LIB-NOTFOUND
//Path to a file.
X11_Xrender_INCLUDE_PATH:PATH=X11_Xrender_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xrender_LIB:FILEPATH=X11_Xrender_LIB-NOTFOUND
//Path to a file.
X11_Xscreensaver_INCLUDE_PATH:PATH=X11_Xscreensaver_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xscreensaver_LIB:FILEPATH=X11_Xscreensaver_LIB-NOTFOUND
//Path to a file.
X11_Xshape_INCLUDE_PATH:PATH=X11_Xshape_INCLUDE_PATH-NOTFOUND
//Path to a file.
X11_Xt_INCLUDE_PATH:PATH=X11_Xt_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xt_LIB:FILEPATH=X11_Xt_LIB-NOTFOUND
//Path to a file.
X11_Xutil_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND
//Path to a library.
X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND
//Path to a file.
X11_dpms_INCLUDE_PATH:PATH=X11_dpms_INCLUDE_PATH-NOTFOUND
//Path to a file.
X11_xf86misc_INCLUDE_PATH:PATH=X11_xf86misc_INCLUDE_PATH-NOTFOUND
//Path to a file.
X11_xf86vmode_INCLUDE_PATH:PATH=X11_xf86vmode_INCLUDE_PATH-NOTFOUND
//Value Computed by CMake
gmsh_BINARY_DIR:STATIC=/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build
//Value Computed by CMake
gmsh_SOURCE_DIR:STATIC=/home/oe/Documents/gmsh-2.8.6-svn-20150209-source
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: ACIS_LIB
ACIS_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANN_INC
ANN_INC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ANN_LIB
ANN_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BISON
BISON-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BZRCOMMAND
BZRCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CAIRO_INC
CAIRO_INC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CAIRO_LIB
CAIRO_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CGNS_INC
CGNS_INC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/oe/Documents/gmsh-2.8.6-svn-20150209-source/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//ADVANCED property for variable: CMAKE_CTEST_COMMAND
CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
CMAKE_C_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=1
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/oe/Documents/gmsh-2.8.6-svn-20150209-source
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=29
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-2.8
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: COVERAGE_COMMAND
COVERAGE_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CVSCOMMAND
CVSCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CVS_UPDATE_OPTIONS
CVS_UPDATE_OPTIONS-ADVANCED:INTERNAL=1
//Default value for enabled-by-default options
DEFAULT:INTERNAL=ON
//Have include dlfcn.h
DLFCN_H:INTERNAL=1
//Details about finding X11
FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/lib/libX11.so][/usr/include;/usr/include;/usr/include;/usr/include;/usr/include]
//ADVANCED property for variable: FLEX
FLEX-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FLTK_CONFIG_SCRIPT
FLTK_CONFIG_SCRIPT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GMM_INC
GMM_INC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GMP_INC
GMP_INC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GMP_LIB
GMP_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GMSH_EXTERNAL_INCLUDE_DIRS
GMSH_EXTERNAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GMSH_EXTERNAL_LIBRARIES
GMSH_EXTERNAL_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GMSH_EXTRA_VERSION
GMSH_EXTRA_VERSION-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
HAVE_INTPTR_T_SIZE:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SIZEOF_VOID_P:INTERNAL=TRUE
//Result of TRY_COMPILE
HAVE_SOCKLEN_T_SIZE:INTERNAL=TRUE
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include sys/socket.h
HAVE_SYS_SOCKET_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Have function vsnprintf
HAVE_VSNPRINTF:INTERNAL=1
//ADVANCED property for variable: HDF5_LIB
HDF5_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: HGCOMMAND
HGCOMMAND-ADVANCED:INTERNAL=1
//Result of CHECK_TYPE_SIZE
INTPTR_T_SIZE:INTERNAL=4
//Have include linux/joystick.h
LINUX_JOYSTICK_H:INTERNAL=1
//ADVANCED property for variable: MAKECOMMAND
MAKECOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MAKEINFO
MAKEINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MED_LIB
MED_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MEMORYCHECK_COMMAND
MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE
MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MMG3D_INC
MMG3D_INC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MMG3D_LIB
MMG3D_LIB-ADVANCED:INTERNAL=1
//Test NOOPT
NOOPT:INTERNAL=1
//Test NOWARN
NOWARN:INTERNAL=1
//ADVANCED property for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR
OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PETSC_LIBS
PETSC_LIBS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SCPCOMMAND
SCPCOMMAND-ADVANCED:INTERNAL=1
//Result of CHECK_TYPE_SIZE
SIZEOF_VOID_P:INTERNAL=4
//ADVANCED property for variable: SLURM_SBATCH_COMMAND
SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SLURM_SRUN_COMMAND
SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1
//Result of CHECK_TYPE_SIZE
SOCKLEN_T_SIZE:INTERNAL=4
//ADVANCED property for variable: SVNCOMMAND
SVNCOMMAND-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SZ_LIB
SZ_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TAUCS_INC
TAUCS_INC-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TAUCS_LIB
TAUCS_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TEXI2PDF
TEXI2PDF-ADVANCED:INTERNAL=1
//Test WALL
WALL:INTERNAL=1
//Test WCAST
WCAST:INTERNAL=
//Test WDEPREC
WDEPREC:INTERNAL=1
//ADVANCED property for variable: X11_ICE_INCLUDE_PATH
X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_ICE_LIB
X11_ICE_LIB-ADVANCED:INTERNAL=1
//Have library /usr/lib/libX11.so
X11_LIB_X11_SOLO:INTERNAL=1
//ADVANCED property for variable: X11_SM_LIB
X11_SM_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XShm_INCLUDE_PATH
X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XTest_INCLUDE_PATH
X11_XTest_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XTest_LIB
X11_XTest_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH
X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH
X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xau_INCLUDE_PATH
X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xau_LIB
X11_Xau_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH
X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcomposite_LIB
X11_Xcomposite_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH
X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcursor_LIB
X11_Xcursor_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH
X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdamage_LIB
X11_Xdamage_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH
X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdmcp_LIB
X11_Xdmcp_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH
X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xfixes_LIB
X11_Xfixes_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xft_INCLUDE_PATH
X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xft_LIB
X11_Xft_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH
X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinerama_LIB
X11_Xinerama_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinput_INCLUDE_PATH
X11_Xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinput_LIB
X11_Xinput_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH
X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH
X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH
X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xpm_LIB
X11_Xpm_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH
X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrandr_LIB
X11_Xrandr_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH
X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrender_LIB
X11_Xrender_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xscreensaver_INCLUDE_PATH
X11_Xscreensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xscreensaver_LIB
X11_Xscreensaver_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH
X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xt_INCLUDE_PATH
X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xt_LIB
X11_Xt_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xv_INCLUDE_PATH
X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xv_LIB
X11_Xv_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xxf86misc_LIB
X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_dpms_INCLUDE_PATH
X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xf86misc_INCLUDE_PATH
X11_xf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xf86vmode_INCLUDE_PATH
X11_xf86vmode_INCLUDE_PATH-ADVANCED:INTERNAL=1
//Already complained about update type.
__CTEST_UPDATE_TYPE_COMPLAINED:INTERNAL=1
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh