GLIBCXX_3.4.29 and Matlab 2025b ubuntu 24.04

11 次查看(过去 30 天)
Hi to all, I'm using ubuntu 24.04 and I create a desktop icon with the bellow code. Works but I'm still get error GLIBCXX. Now if I use the terminal with export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6:$LD_PRELOAD, I got no errors but only If I use the terminal. How to add this in the desktop file?
[Desktop Entry]
Version=1.0
Type=Application
Name=MATLAB R2024a
Exec=/usr/local/MATLAB/R2025b/bin/matlab -desktop
Icon=/usr/local/MATLAB/R2025b/resources/coreui/matlab/splash.png
Terminal=false
Categories=Development;Math;Science;
Comment=Scientific computing environment
StartupNotify=true
StartupWMClass=MATLAB R2024a
  1 个评论
Walter Roberson
Walter Roberson 2025-10-12,0:01
Exec=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6:$LD_PRELOAD /usr/local/MATLAB/R2025b/bin/matlab -desktop
possibly

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2025b

Community Treasure Hunt

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

Start Hunting!

Translated by