I'm not terribly familiar with Mac OS. How did you install lesstif
on it ?

Apart from that : on all unixes, it is possible to have more than one
version of a library. So in theory you could use one library for
matlab, another for DDD. But that is not our goal, obviously.

The symbols you list are all _Xm stuff, meaning they're old
internal functions. LessTif doesn't have all of those.
It may be possible to add empty shells and get you going,
but that will likely not work well enough so we'll have to
make some of these functions actually perform some sensible
action.

This is matlab, the commercial package ? If so, which version ?

        Danny

On Thu, 2005-06-30 at 15:38 -0400, Nicolas Wienders wrote:
> Hi all,
> I installed yesterday DDD (data display debugger)
> and the lesstif packages on a Mac OS laptop.
> Since then matlab will not run anymore.
> The error message is:
> dyld: /Applications/MATLAB_SV13/bin/mac/MATLAB Undefined symbols:
> __XmInitializeScrollBars
> __XmCachePixmap
> __XmConvertActionParamToRepTypeId
> __XmGetColoredPixmap
> __XmGetInsensitiveStippleBitmap
> __XmValidTimestamp
> __XmWarningMsg
> __XmConvertComplete
> __XmTextToLocaleText
> __XmTransferGetDestinationCBStruct
> __XmChangeHSB
> __XmRedisplayVBar
> __XmStringUngenerate
> __XmTextIn_XmTextVEventBindings
> __XmSFUpdateNavigatorsValue
> Trace/BPT trap
> 
> I believe then that there is a conflict between the _Xm matlab libraries
> and the ones installed with the lesstif package.
> 
> I tried to solve the problem adding the line:
> 
> export DYLD_LIBRARY_PATH=/Applications/MATLAB_SV13/sys/os/mac
> before the open -a X11 statement in this file:
> /Applications/MATLAB_SV13/bin/LaunchMATLAB.app/Contents/launch_matlab.sh 
> 
> It worked yesterday (launching matlab with the -nodesktop option) but not
> anymore today, without changing anything.
> 
> Has anyone encountered this problem? What can i do to fix that?
> Or more simply how to uninstall Lesstif?
> 
> Thanks a lot.
> 
> 
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to