Linux, standalone, loading graphics library, libXt.so

조회 수: 12 (최근 30일)
Chavdar
Chavdar 2014년 4월 8일
댓글: Harsheel 2014년 4월 10일
Hello everyone,
I am looking for some help regarding running a standalone application on a Linux machine that has no graphic libraries installed. This is a typical computation machine and the applications that run there have no graphics, just calculations.
And here comes my problem, I have compiled my standalone application without any graphics included, but unfortunately it crashes giving the following error:
--------------------------------------------------------------------------
An Error has occurred while trying to initialize the MCR. The error is: Fatal error loading library /usr/local/MATLAB/R2013b/bin/glnxa64/libmwmclbase.so Error: libXt.so.6: cannot open shared object file: No such file or directory
--------------------------------------------------------------------------
Any idea why this could occur when no graphics is called from within the compiled application. Do you know if I explicitly have to specify during the complication that no calls to such library should be made?
Thank you in advance for any input on this problem!
Cheers, Chavdar
  댓글 수: 1
Harsheel
Harsheel 2014년 4월 10일
shooting in the dark -> does this help?
Does a simple example of adding two numbers work fine?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by