![]() |
2010-02-28
, 13:11
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#2
|
The Following User Says Thank You to lma For This Useful Post: | ||
![]() |
2010-02-28
, 13:48
|
Posts: 72 |
Thanked: 58 times |
Joined on Feb 2008
|
#3
|
![]() |
2010-02-28
, 15:26
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#4
|
![]() |
2010-02-28
, 16:21
|
Posts: 72 |
Thanked: 58 times |
Joined on Feb 2008
|
#5
|
![]() |
2010-07-01
, 18:09
|
Posts: 72 |
Thanked: 58 times |
Joined on Feb 2008
|
#6
|
I can invoke modest -s from the command line, but that's the stripped binary. The debug version installs in /usr/lib/debug/usr/bin. This seems to install as non-executable. If I change permission and try to run:
[sbox-FREMANTLE_X86: ~] > chmod a+x /usr/lib/debug/usr/bin/modest
[sbox-FREMANTLE_X86: ~] > /usr/lib/debug/usr/bin/modest -s
Illegal instruction (core dumped)
...so that's no good. If I try to run the version that was compiled:
[sbox-FREMANTLE_X86: ~/modest/modest/modest-3.1.18+0m5/src] > ./modest -s
Segmentation fault (core dumped)
It seems that modest is part of this maemo invoker thing and therefore supposed to be a shared library. Is it possible to run it off the command line as a normal application? Maybe there's some way to simply statically link everything?