Hi David

ldd (list library dependencies) could help you. If you run ldd ./kdasd in the directory where kvasd is it will show you what kvasd is using and, more importantly, any that are missing. However trying to run a binary without all its dependencies won't, well shouldn't, cause a seg fault, it should print out a meaningful error to stderr (in the terminal).

I'm using Mint 14 as well. Running ldd here gives:
 ldd ./kvasd
    linux-gate.so.1 =>  (0xb7722000)
libgfortran.so.3 => /usr/lib/i386-linux-gnu/libgfortran.so.3 (0xb760c000)
    libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb75e0000)
    libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb75c1000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7417000)
libquadmath.so.0 => /usr/lib/i386-linux-gnu/libquadmath.so.0 (0xb739f000)
    /lib/ld-linux.so.2 (0xb7723000)

I *think* the only non-standard library there is libfortran.

Hope that helps
Cheers
Murray
VK3ACF



On 18/07/13 07:31, David wrote:
Hi Joe ...im wondering if you can help me with a little problem
on my too desktops im running Linux Mint 14 Cinnamon (Ubuntu 12.10)

if i cd to the directory where ksavd is with a terminal and the run ./kvasd
i get the copywrite message

but if i do the same thing on my laptop ..Linux Mint 14 Cinnamon.. .with a terminal cd to the directory
where kvasd is and run it with ./kvasd i get a segmentation fault

i suspect im missing a dependency but i cant seem to find which one
would you have any idea what it could be

r3492 is running very well on my desktop...looks good

David VK4BDJ
_______________________________________________
Wsjt-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/wsjt-devel


_______________________________________________
Wsjt-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/wsjt-devel

Reply via email to