VisIt

lee lee at yun.yagibdah.de
Mon Jul 22 12:01:11 UTC 2013


"Patrick Dupre" <pdupre at gmx.com> writes:

> Hello
>
> The compiling of visIt 2.6.3 fails with the following message.
> How would you fix?
>
> ThanK.
>
> [ 97%] Building C object tools/qtssh/CMakeFiles/qtssh.dir/unix/uxsignal.c.o
> [ 97%] Building C object tools/qtssh/CMakeFiles/qtssh.dir/unix/uxstore.c.o
> Linking CXX executable ../../exe/qtssh
> /bin/ld: CMakeFiles/qtssh.dir/unix/uxgss.c.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
> /bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line
> /lib64/libdl.so.2: could not read symbols: Invalid operation
> collect2: error: ld returned 1 exit status

You could try what it says, i. e. add '-ldl' to the CLFAGS or otherwise
make sure that the library gets linked:


CFLAGS="-ldl" ./configure


or the like.


-- 
Fedora release 19 (Schrödinger’s Cat)


More information about the users mailing list