Gpell and gpdc
Posted: Mon Jan 14, 2008 2:08 pm
I'm trying to run gpell and gpdc under Matlab (as system call), but I encountered some problem.
If I run this command:
>> system('gpell --help');
or identically:
>> !gpell --help
I obtained always this error:
gpell: symbol lookup error: /home/grendel/programs/sesarray-bin-2.0.0-snapshot-20080103/lib/libqtbtools.so.1: undefined symbol: _ZN7QString16fromAscii_helperEPKci
and it stops.
But If I use sudo everything goes fine (...dirty trick!):
>> !sudo gpell --help
Moreover if I run gpell (or gpdc) in a shell everything goes fine....
Have you got any idea of why I receive this system message (indeed it comes not from Matlab)?
Is there something I can modify in gpell (ie. static compile...) to solve this problem?
If I run this command:
>> system('gpell --help');
or identically:
>> !gpell --help
I obtained always this error:
gpell: symbol lookup error: /home/grendel/programs/sesarray-bin-2.0.0-snapshot-20080103/lib/libqtbtools.so.1: undefined symbol: _ZN7QString16fromAscii_helperEPKci
and it stops.
But If I use sudo everything goes fine (...dirty trick!):
>> !sudo gpell --help
Moreover if I run gpell (or gpdc) in a shell everything goes fine....
Have you got any idea of why I receive this system message (indeed it comes not from Matlab)?
Is there something I can modify in gpell (ie. static compile...) to solve this problem?