On 7/16/21 6:38 PM, Bill Somerville via wsjt-devel wrote:

Hi Bill and all,

I'm not sure why you are getting that error. The libthread_db library is used by debuggers to access thread information so I am surprised it is being referenced. Is this a debug configuration build?

I don't have set explicitly any debug request.

I confess that I'm now running 64 bit Debian Buster stable, instead of the previously 32 bit Fedora 30. Perhaps there are some missing configs.

I have rerun cmake, then make clean and make. The result is only a little bit different:

[ 13%] Building CXX object CMakeFiles/message_aggregator.dir/qrc_message_aggregator.cpp.o
[ 13%] Building CXX object CMakeFiles/message_aggregator.dir/qrc_style.cpp.o
[ 13%] Building CXX object CMakeFiles/message_aggregator.dir/message_aggregator_autogen/mocs_compilation.cpp.o
[ 13%] Linking CXX executable message_aggregator
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lsetregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_pdread' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lsetfpregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_getpid' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_pdwrite' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lgetregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_lgetfpregs' /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libthread_db.so: undefined reference to `ps_pglobal_lookup'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/message_aggregator.dir/build.make:273: message_aggregator] Error 1 make[1]: *** [CMakeFiles/Makefile2:140: CMakeFiles/message_aggregator.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

###

Best wishes,
Claude (DJ0OT)


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to