GLIBCXX_3.4.29 and Matlab 2025b ubuntu 24.04
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 12 Oct 2025 à 0:01
Exec=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6:$LD_PRELOAD /usr/local/MATLAB/R2025b/bin/matlab -desktop
possibly
Réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!