[Octopus-users] libraries, LDFLAGS, octopus fails all tests

Miguel Marques Miguel.Marques at tddft.org
Fri Dec 14 13:20:58 WET 2007


   Hi,

> which have unmatched ' in them.  So I edit these out, because otherwise
> make will not work.  Without the ', make runs without errors, however
> the gsl is still not linked:
> 
>   [etownsen at n214 octopus-2.1.0]$ ldd ../bin/octopus         
>   libgsl.so.0 => not found         
>   libgslcblas.so.0 => not found
>   libm.so.6 => /lib64/tls/libm.so.6 (0x0000002a9566c000)
>   libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a957f2000)
>   /lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)


what you have done seems to be correct. However, maybe libgsl.so.0 and
libgslcblas.so.0 are not in /usr/lib after all. Can you try to "locate"
them first, and then add the path to your LD_LIBRARY_PATH?

   cheers,
   miguel



More information about the Octopus-users mailing list