<div dir="ltr">That's what I thought I did already by using "-fabi-version=8 --with-default-libstdcxx-abi=gcc4-compatible" while compiling gcc. Obviously, something is still off. Maybe linking with /usr/bin/g++ would help as well. Would have to look into it in future.<div><br></div><div>Rinigus<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 11, 2017 at 12:43 PM, Timur Kristóf <span dir="ltr"><<a href="mailto:timur.kristof@gmail.com" target="_blank">timur.kristof@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You could also try to use the older ABI with your version of GCC and<br>
see if the booster works with that.<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Sep 11, 2017 at 9:48 AM, rinigus <<a href="mailto:rinigus.git@gmail.com">rinigus.git@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I am using gcc-6.4.0<br>
> (<a href="https://build.merproject.org/package/show/home:rinigus:toolbox/opt-gcc" rel="noreferrer" target="_blank">https://build.merproject.org/<wbr>package/show/home:rinigus:<wbr>toolbox/opt-gcc</a>) for<br>
> porting/developing C++14 application. Since gcc is compiled with the<br>
> compatibility switches, it all works quite nicely except that the<br>
> application does not start from the application grid - I have to launch it<br>
> from the terminal. Namely, since I use gcc-6.4.0 provided libstdc++, my<br>
> application has this library under /usr/shared/appname/lib directory.<br>
> Unfortunately, when I launch the app in the grid, it gets "boosted" with the<br>
> booster that uses /usr/lib/stdc++.so.6 library. From emulating this launch<br>
> in terminal (wisdom of @coderus TJC):<br>
><br>
> xdg-open /usr/share/applications/some-<wbr>application.desktop<br>
><br>
> Failed to invoke: Booster: Loading invoked application failed:<br>
> '/usr/lib/stdc++.so.6: version `CXXABI_1.3.8` not found (required by ...)'<br>
><br>
> Hence the question: how can I disable the booster in xdg-open launch of my<br>
> application? Or any other workaround?<br>
><br>
> Best wishes,<br>
><br>
> Rinigus<br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> ______________________________<wbr>_________________<br>
> SailfishOS.org Devel mailing list<br>
> To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.<wbr>sailfishos.org</a><br>
______________________________<wbr>_________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.<wbr>sailfishos.org</a></div></div></blockquote></div><br></div>