GLIBCXX_3.4.29 and Matlab 2025b ubuntu 24.04
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gaston Melo
el 11 de Oct. de 2025 a las 22:15
Comentada: Walter Roberson
el 12 de Oct. de 2025 a las 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 comentario
Walter Roberson
el 12 de Oct. de 2025 a las 0:01
Exec=LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6:$LD_PRELOAD /usr/local/MATLAB/R2025b/bin/matlab -desktop
possibly
Respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!