On 1/9/19 5:36 PM, Greg Beam wrote:

Hello Greg & all,

In order to find the dependencies of the build program, I use the following two commands:

CMD=`ldd /home/claude/ham/JoeTaylor/wsjtx/build/wsjtx | grep -Po '\s+=>\s+(/.+)\s+' | awk 'BEGIN {printf ("rpm -q ")} ; { printf (" -f %s", $2) } ; END { printf ("\n")}'`
$CMD | sort | uniq

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