"Patrick Dupre" <pdu...@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)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to