[CMake] Forcing linking compatability to old libc / libstdc++ (Linux)

Gonzalo Garramuño ggarra13 at gmail.com
Thu Jan 26 16:45:21 EST 2017



El 26/01/2017 a las 18:35, Michael Ellery escribió:
> In what way is the stdlib incompatible? Does it have bugs, or is this more a matter of cpp standard support?
I should have been more clear.  Sorry.   The incompatabilities happen at 
linker time, with complaints such as:

exrstdattr: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found 
(required by exrstdattr )
exrstdattr: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found 
(required by /usr/local/mrViewer/lib/libIlmImf-2_2.so.22 )

If I copy the latest libstdc++.so.6 I have on Ubuntu, I get:

exrstdattr: /lib64/libc.so.6: version `GLIBC_2.18' not found (required 
by /usr/local/mrViewer/lib/libstdc++.so.6 )

-- 
Gonzalo Garramuño



More information about the CMake mailing list