GLIBCXX_3.4.29 and Matlab 2025b ubuntu 24.04

10 visualizzazioni (ultimi 30 giorni)
Gaston Melo
Gaston Melo il 11 Ott 2025 alle 22:15
Commentato: Walter Roberson il 12 Ott 2025 alle 0:01
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 Commento
Walter Roberson
Walter Roberson il 12 Ott 2025 alle 0:01
Exec=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6:$LD_PRELOAD /usr/local/MATLAB/R2025b/bin/matlab -desktop
possibly

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Prodotti


Release

R2025b

Community Treasure Hunt

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

Start Hunting!

Translated by