<br /><br /><span>Am 20.01.23 19:37 schrieb <b class="name">Bob Friesenhahn </b> <bfriesen@simple.dallas.tx.us>:</span><blockquote cite="mid:alpine.GSO.2.20.2301201232350.20623@scrappy.simplesystems.org" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimetype-text-plain">On Fri, 20 Jan 2023, Carsten Grzemba via oi-dev wrote:<br />><br />>and compile the test source with g++ 7 it works:<br />>./jens<br />>Caught error No namespace info available for XMP prefix `gnome'<br />><a href="http://www.gnome.org/xmp/" target="l">http://www.gnome.org/xmp/</a><br />><br />><br />>and if I compile the test source with g++ 10 it crashes:<br />><br />>./jens<br />>terminate called after throwing an instance of 'Exiv2::BasicError<char>'<br />>what(): No namespace info available for XMP prefix `gnome'<br />>Abort (core dumped)<br />><br />><br />>Anyone how have an idea what the problem here?<br /><br />A problem like this seems most likely to be a mixup of C++ run-time libraries.<br /><br />If any C code is involved in the exception path, then GCC needs to have exceptions enabled while compiling the C code (-fexceptions), except that it may be that GCC for some systems has this option enabled by default.<br /><br />Bob</div></blockquote><span><br /></span><div><span>If libc.so.1 the only involved C code shared object, would that mean that libc has to build with gcc10 and option -fexceptions?<br /></span></div><div><span></span>-- </div><div><signatureafterquotedtext></signatureafterquotedtext></div><signatureafterquotedtext>Carsten <br /></signatureafterquotedtext>