Effacer les filtres
Effacer les filtres

C shared library created with Compiler - compatibility between Linux distributions

1 vue (au cours des 30 derniers jours)
Hello!
I need to deploy to several clients a shared library created with Matlab compiler. They are running the same type of hardware as me, but different Linux distributions (e.g. Ubuntu, Gentoo...).
Has somebody tried this before? Are there potential issues with this?
Thanks! Pierre

Réponse acceptée

Shaf
Shaf le 16 Fév 2011
The version of the kernel, glibc(C-runtime library), libstdc++(C++ runtime library), binutils(for ld - the linker loader) can cause issues. The MCR ships the version of libstdc++.so that a compiled library needs in MCRROOT/sys/os/glnx86 or MCRROOT/sys/os/glnxa64. The system requirement page mentions minimum kernel and glibcx version:
http://www.mathworks.com/support/sysreq/current_release/linux.html

Plus de réponses (1)

Kaustubha Govind
Kaustubha Govind le 12 Fév 2011
I wouldn't expect any potential issues with that.

Catégories

En savoir plus sur C Shared Library Integration dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by