On Thu, 2012-09-13 at 15:40 +0200, Vladimir Elisseev wrote: > Patrick, > > The latest properly compiled version was 1.2.99.4. > The command line you specified, in deed, craches... > When I run gdb it says: > "/mnt/portage/tmp/portage/app-pda/syncevolution-1.3/work/syncevolution-1.3/src/syncevolution": > not in executable format: File format not recognized > > I see that syncevolution is a shell script, but I'm not that familiar > with gdb, so I don't know what would be the right command line > parameters.
You can run gdb on src/.libs/syncevolution instead of the shell script. Setting the LD_LIBRARY_PATH manually as suggested should be enough to get the real binary running. Then use "run --daemon=no --sync-property ?". -- Best Regards Patrick Ohly Senior Software Engineer Intel GmbH Open Source Technology Center Pützstr. 5 Phone: +49-228-2493652 53129 Bonn Germany _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
