Ok, so I did that and the error was fixed, but now I get a different one:
-- checking for module 'libgromacs_d'
-- package 'libgromacs_d' not found
-- checking for module 'libgromacs'
-- package 'libgromacs' not found
CMake Error at
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108
(message):
Could NOT find GROMACS (missing: GROMACS_LIBRARY GROMACS_INCLUDE_DIR
GROMACS_VERSION)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315
(_FPHSA_FAILURE_MESSAGE)
CMakeModules/FindGROMACS.cmake:73 (find_package_handle_standard_args)
CMakeLists.txt:82 (find_package)
My first reaction was to try to install gromacs-dev with apt-get but the
error persists. I find it confusing since I had previously installed
gromacs before I installed votca, so I tried to install gromacs again while
forcing it to be in double precision. When I run sudo make install this was
part of the output:
-- Installing: /usr/local/gromacs/lib/x86_64-linux-gnu/libgromacs_d.so.0.0.0
-- Installing: /usr/local/gromacs/lib/x86_64-linux-gnu/libgromacs_d.so.0
-- Installing: /usr/local/gromacs/lib/x86_64-linux-gnu/libgromacs_d.so
-- Set runtime path of
"/usr/local/gromacs/lib/x86_64-linux-gnu/libgromacs_d.so.0.0.0" to
"$ORIGIN/../lib/x86_64-linux-gnu:/usr/local/lib"
-- Installing:
/usr/local/gromacs/lib/x86_64-linux-gnu/pkgconfig/libgromacs_d.pc
Could it be one of these libraries? Maybe they are not placed in the right
directory or the names are wrong?
Thanks again for your help,
Emilio
El miércoles, 20 de enero de 2016, 0:22:25 (UTC+1), Christoph Junghans
escribió:
>
> 2016-01-19 16:09 GMT-07:00 Emilio Ruiz <[email protected] <javascript:>>:
> > Hi everyone,
> >
> > I'm trying to install VOTCA but when I run the build script I get the
> > following error:
> >
> > [ 93%] Building CXX object
> > src/libtools/CMakeFiles/votca_tools.dir/linalg/gsl/cholesky.cc.o
> > Linking CXX shared library libvotca_tools.so
> > /usr/bin/ld: /usr/local/lib/libfftw3.a(mapflags.o): relocation
> R_X86_64_32
> > against `.rodata' can not be used when making a shared object; recompile
> > with -fPIC
> > /usr/local/lib/libfftw3.a: error adding symbols: Bad value
> > collect2: error: ld returned 1 exit status
> > make[2]: *** [src/libtools/libvotca_tools.so.4] Error 1
> > make[1]: *** [src/libtools/CMakeFiles/votca_tools.dir/all] Error 2
> > make: *** [all] Error 2
> >
> > I have attached cmake's log files (the ones in tools/ and the ones in
> csg/,
> > I'm not sure which ones have the right information here). I guess the
> > problem comes from fftw, but when I installed it there was no
> problem...Am I
> > doing something wrong? Maybe there is something missing? I went over the
> > list of dependencies in the github wiki but I think I have everything
> > installed.
> You need to configure/build fftw with --enable-double --enable-shared, see
> <https://github.com/votca/csg/wiki/Dependencies>
> Also if you are able to install in /usr/local, it might be easier to
> install fftw via your distribution's package manager.
> In general, static libraries (.a files) are a bit hairy to work with in
> cmake.
>
> Cheers,
>
> Christoph
> >
> > Thanks in advance,
> >
> > Emilio
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups
> > "votca" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an
> > email to [email protected] <javascript:>.
> > To post to this group, send email to [email protected]
> <javascript:>.
> > Visit this group at https://groups.google.com/group/votca.
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> Christoph Junghans
> Web: http://www.compphys.de
>
--
You received this message because you are subscribed to the Google Groups
"votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3546599686/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3546599686.dir/build.make
CMakeFiles/cmTryCompileExec3546599686.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3546599686.dir/CheckSymbolExists.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec3546599686.dir/CheckSymbolExists.c.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec3546599686
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3546599686.dir/link.txt --verbose=1
/usr/bin/cc
CMakeFiles/cmTryCompileExec3546599686.dir/CheckSymbolExists.c.o -o
cmTryCompileExec3546599686 -rdynamic
CMakeFiles/cmTryCompileExec3546599686.dir/CheckSymbolExists.c.o: In function
`main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec3546599686] Error 1
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec3546599686/fast] Error 2
File /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3169836930/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3169836930.dir/build.make
CMakeFiles/cmTryCompileExec3169836930.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3169836930.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec3169836930.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3169836930
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3169836930.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec3169836930.dir/CheckFunctionExists.c.o -o
cmTryCompileExec3169836930 -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec3169836930] Error 1
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec3169836930/fast] Error 2
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2098096/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2098096.dir/build.make
CMakeFiles/cmTryCompileExec2098096.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2098096.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2098096.dir/CheckSymbolExists.c.o
-c /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec2098096
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec2098096.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec2098096.dir/CheckSymbolExists.c.o
-o cmTryCompileExec2098096 -rdynamic
CMakeFiles/cmTryCompileExec2098096.dir/CheckSymbolExists.c.o: In function
`main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec2098096] Error 1
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec2098096/fast] Error 2
File /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1850339466/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1850339466.dir/build.make
CMakeFiles/cmTryCompileExec1850339466.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec1850339466.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec1850339466.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1850339466
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec1850339466.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec1850339466.dir/CheckFunctionExists.c.o -o
cmTryCompileExec1850339466 -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec1850339466] Error 1
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec1850339466/fast] Error 2
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec256518524/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec256518524.dir/build.make
CMakeFiles/cmTryCompileExec256518524.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec256518524.dir/CheckSymbolExists.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec256518524.dir/CheckSymbolExists.c.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec256518524
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec256518524.dir/link.txt --verbose=1
/usr/bin/cc
CMakeFiles/cmTryCompileExec256518524.dir/CheckSymbolExists.c.o -o
cmTryCompileExec256518524 -rdynamic
CMakeFiles/cmTryCompileExec256518524.dir/CheckSymbolExists.c.o: In function
`main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec256518524] Error 1
make: *** [cmTryCompileExec256518524/fast] Error 2
File /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1162291200/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1162291200.dir/build.make
CMakeFiles/cmTryCompileExec1162291200.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec1162291200.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec1162291200.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1162291200
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec1162291200.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec1162291200.dir/CheckFunctionExists.c.o -o
cmTryCompileExec1162291200 -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec1162291200] Error 1
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec1162291200/fast] Error 2
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec457712493/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec457712493.dir/build.make
CMakeFiles/cmTryCompileExec457712493.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec457712493.dir/CheckSymbolExists.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec457712493.dir/CheckSymbolExists.c.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec457712493
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec457712493.dir/link.txt --verbose=1
/usr/bin/cc
CMakeFiles/cmTryCompileExec457712493.dir/CheckSymbolExists.c.o -o
cmTryCompileExec457712493 -rdynamic
CMakeFiles/cmTryCompileExec457712493.dir/CheckSymbolExists.c.o: In function
`main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec457712493] Error 1
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec457712493/fast] Error 2
File /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3869422637/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3869422637.dir/build.make
CMakeFiles/cmTryCompileExec3869422637.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3869422637.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec3869422637.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3869422637
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3869422637.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec3869422637.dir/CheckFunctionExists.c.o -o
cmTryCompileExec3869422637 -rdynamic -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec3869422637] Error 1
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec3869422637/fast] Error 2
The system is: Linux - 3.13.0-74-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c"
succeeded.
Compiler: /usr/bin/cc
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/emilio/votca/src/csg/CMakeFiles/2.8.12.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp"
succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp"
produced "a.out"
The CXX compiler identification is GNU, found in
"/home/emilio/votca/src/csg/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3444431286/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3444431286.dir/build.make
CMakeFiles/cmTryCompileExec3444431286.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3444431286.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3444431286.dir/testCCompiler.c.o
-c /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec3444431286
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3444431286.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec3444431286.dir/testCCompiler.c.o
-o cmTryCompileExec3444431286 -rdynamic
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3847696438/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3847696438.dir/build.make
CMakeFiles/cmTryCompileExec3847696438.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o -c
/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec3847696438
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3847696438.dir/link.txt --verbose=1
/usr/bin/cc -v
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o -o
cmTryCompileExec3847696438 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--enable-plugin --with-system-zlib --disable-browser-plugin
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3847696438' '-rdynamic'
'-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id
--eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic
-dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o
cmTryCompileExec3847696438
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o
-L/usr/lib/gcc/x86_64-linux-gnu/4.8
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o -lgcc
--as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make
"cmTryCompileExec3847696438/fast"]
ignore line: [/usr/bin/make -f
CMakeFiles/cmTryCompileExec3847696438.dir/build.make
CMakeFiles/cmTryCompileExec3847696438.dir/build]
ignore line: [make[1]: Entering directory
`/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building C object
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o -c
/usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTryCompileExec3847696438]
ignore line: [/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3847696438.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o -o
cmTryCompileExec3847696438 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line:
[COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--enable-plugin --with-system-zlib --disable-browser-plugin
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) ]
ignore line:
[COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line:
[LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3847696438'
'-rdynamic' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/
--build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed
-export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o
cmTryCompileExec3847696438
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o
-L/usr/lib/gcc/x86_64-linux-gnu/4.8
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..
CMakeFiles/cmTryCompileExec3847696438.dir/CMakeCCompilerABI.c.o -lgcc
--as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec3847696438] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o]
==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o]
==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
arg [CMakeFiles/cmTryCompileExec3847696438.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/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
==> ignore
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==>
[/usr/lib/gcc/x86_64-linux-gnu/4.8]
collapse library dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==>
[/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==>
[/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
[/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==>
[/usr/lib]
implicit libs: [c]
implicit dirs:
[/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3902080594/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3902080594.dir/build.make
CMakeFiles/cmTryCompileExec3902080594.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object
CMakeFiles/cmTryCompileExec3902080594.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o
CMakeFiles/cmTryCompileExec3902080594.dir/testCXXCompiler.cxx.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec3902080594
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3902080594.dir/link.txt --verbose=1
/usr/bin/c++
CMakeFiles/cmTryCompileExec3902080594.dir/testCXXCompiler.cxx.o -o
cmTryCompileExec3902080594 -rdynamic
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec503525589/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec503525589.dir/build.make
CMakeFiles/cmTryCompileExec503525589.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o -c
/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec503525589
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec503525589.dir/link.txt --verbose=1
/usr/bin/c++ -v
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o -o
cmTryCompileExec503525589 -rdynamic
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--enable-plugin --with-system-zlib --disable-browser-plugin
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec503525589' '-rdynamic'
'-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id
--eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic
-dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o
cmTryCompileExec503525589
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o
-L/usr/lib/gcc/x86_64-linux-gnu/4.8
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm
-lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:/usr/bin/make
"cmTryCompileExec503525589/fast"]
ignore line: [/usr/bin/make -f
CMakeFiles/cmTryCompileExec503525589.dir/build.make
CMakeFiles/cmTryCompileExec503525589.dir/build]
ignore line: [make[1]: Entering directory
`/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp']
ignore line: [/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1]
ignore line: [Building CXX object
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o -c
/usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTryCompileExec503525589]
ignore line: [/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec503525589.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o -o
cmTryCompileExec503525589 -rdynamic ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line:
[COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap
--enable-plugin --with-system-zlib --disable-browser-plugin
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) ]
ignore line:
[COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line:
[LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec503525589'
'-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/
--build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed
-export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o
cmTryCompileExec503525589
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o
-L/usr/lib/gcc/x86_64-linux-gnu/4.8
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..
CMakeFiles/cmTryCompileExec503525589.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm
-lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-export-dynamic] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTryCompileExec503525589] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o]
==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o]
==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
arg [CMakeFiles/cmTryCompileExec503525589.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/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
==> ignore
remove lib [gcc_s]
remove lib [gcc]
remove lib [gcc_s]
remove lib [gcc]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==>
[/usr/lib/gcc/x86_64-linux-gnu/4.8]
collapse library dir
[/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==>
[/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==>
[/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
[/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==>
[/usr/lib]
implicit libs: [stdc++;m;c]
implicit dirs:
[/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Determining if files pthread.h exist passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3296730755/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3296730755.dir/build.make
CMakeFiles/cmTryCompileExec3296730755.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3296730755.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec3296730755.dir/CheckIncludeFiles.c.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3296730755
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3296730755.dir/link.txt --verbose=1
/usr/bin/cc
CMakeFiles/cmTryCompileExec3296730755.dir/CheckIncludeFiles.c.o -o
cmTryCompileExec3296730755 -rdynamic
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3954905019/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3954905019.dir/build.make
CMakeFiles/cmTryCompileExec3954905019.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3954905019.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec3954905019.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3954905019
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3954905019.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec3954905019.dir/CheckFunctionExists.c.o -o
cmTryCompileExec3954905019 -rdynamic -lpthread
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function VotcaToolsFromC exists in the
/home/emilio/votca/lib/libvotca_tools.so passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1524525055/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1524525055.dir/build.make
CMakeFiles/cmTryCompileExec1524525055.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec1524525055.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC -o
CMakeFiles/cmTryCompileExec1524525055.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1524525055
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec1524525055.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC
CMakeFiles/cmTryCompileExec1524525055.dir/CheckFunctionExists.c.o -o
cmTryCompileExec1524525055 -rdynamic /home/emilio/votca/lib/libvotca_tools.so
-Wl,-rpath,/home/emilio/votca/lib
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if files pthread.h exist passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec767501849/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec767501849.dir/build.make
CMakeFiles/cmTryCompileExec767501849.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec767501849.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec767501849.dir/CheckIncludeFiles.c.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec767501849
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec767501849.dir/link.txt --verbose=1
/usr/bin/cc
CMakeFiles/cmTryCompileExec767501849.dir/CheckIncludeFiles.c.o -o
cmTryCompileExec767501849 -rdynamic
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec459617504/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec459617504.dir/build.make
CMakeFiles/cmTryCompileExec459617504.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec459617504.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec459617504.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec459617504
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec459617504.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec459617504.dir/CheckFunctionExists.c.o -o
cmTryCompileExec459617504 -rdynamic -lpthread
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function VotcaToolsFromC exists in the
/home/emilio/votca/lib/libvotca_tools.so passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3483897277/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3483897277.dir/build.make
CMakeFiles/cmTryCompileExec3483897277.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3483897277.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC -o
CMakeFiles/cmTryCompileExec3483897277.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3483897277
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3483897277.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC
CMakeFiles/cmTryCompileExec3483897277.dir/CheckFunctionExists.c.o -o
cmTryCompileExec3483897277 -rdynamic /home/emilio/votca/lib/libvotca_tools.so
-Wl,-rpath,/home/emilio/votca/lib
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if files pthread.h exist passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3163861657/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3163861657.dir/build.make
CMakeFiles/cmTryCompileExec3163861657.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec3163861657.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec3163861657.dir/CheckIncludeFiles.c.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec3163861657
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3163861657.dir/link.txt --verbose=1
/usr/bin/cc
CMakeFiles/cmTryCompileExec3163861657.dir/CheckIncludeFiles.c.o -o
cmTryCompileExec3163861657 -rdynamic
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec1457844018/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1457844018.dir/build.make
CMakeFiles/cmTryCompileExec1457844018.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec1457844018.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec1457844018.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1457844018
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec1457844018.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec1457844018.dir/CheckFunctionExists.c.o -o
cmTryCompileExec1457844018 -rdynamic -lpthread
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function VotcaToolsFromC exists in the
/home/emilio/votca/lib/libvotca_tools.so passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec411939286/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec411939286.dir/build.make
CMakeFiles/cmTryCompileExec411939286.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec411939286.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC -o
CMakeFiles/cmTryCompileExec411939286.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec411939286
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec411939286.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC
CMakeFiles/cmTryCompileExec411939286.dir/CheckFunctionExists.c.o -o
cmTryCompileExec411939286 -rdynamic /home/emilio/votca/lib/libvotca_tools.so
-Wl,-rpath,/home/emilio/votca/lib
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if files pthread.h exist passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2064696176/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2064696176.dir/build.make
CMakeFiles/cmTryCompileExec2064696176.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec2064696176.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o
CMakeFiles/cmTryCompileExec2064696176.dir/CheckIncludeFiles.c.o -c
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2064696176
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec2064696176.dir/link.txt --verbose=1
/usr/bin/cc
CMakeFiles/cmTryCompileExec2064696176.dir/CheckIncludeFiles.c.o -o
cmTryCompileExec2064696176 -rdynamic
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with
the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2743876709/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2743876709.dir/build.make
CMakeFiles/cmTryCompileExec2743876709.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec2743876709.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o
CMakeFiles/cmTryCompileExec2743876709.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2743876709
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec2743876709.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create
CMakeFiles/cmTryCompileExec2743876709.dir/CheckFunctionExists.c.o -o
cmTryCompileExec2743876709 -rdynamic -lpthread
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
Determining if the function VotcaToolsFromC exists in the
/home/emilio/votca/lib/libvotca_tools.so passed with the following output:
Change Dir: /home/emilio/votca/src/csg/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec204843620/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec204843620.dir/build.make
CMakeFiles/cmTryCompileExec204843620.dir/build
make[1]: Entering directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object
CMakeFiles/cmTryCompileExec204843620.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC -o
CMakeFiles/cmTryCompileExec204843620.dir/CheckFunctionExists.c.o -c
/usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec204843620
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec204843620.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=VotcaToolsFromC
CMakeFiles/cmTryCompileExec204843620.dir/CheckFunctionExists.c.o -o
cmTryCompileExec204843620 -rdynamic /home/emilio/votca/lib/libvotca_tools.so
-Wl,-rpath,/home/emilio/votca/lib
make[1]: Leaving directory `/home/emilio/votca/src/csg/CMakeFiles/CMakeTmp'