Liang Guo <[email protected]> writes: > Does it mean when using different compiler, the SAME library source code > will generate different symbols?
Yes. C++ mangling can vary between compiler versions, as can what symbols are generated in a shared library depending on what the shared libray does. > If it does, which compiler should I use to compile my packages and to > generate symbols? Whatever the current Debian default compiler as installed by build-essential is. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

