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
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 Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!