Re: [SailfishDevel] booster loading wrong libstdc++

2017-09-11 Thread rinigus
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. Rinigus On Mon, Sep 11, 2017 at 12:43 PM,

Re: [SailfishDevel] booster loading wrong libstdc++

2017-09-11 Thread Timur Kristóf
You could also try to use the older ABI with your version of GCC and see if the booster works with that. On Mon, Sep 11, 2017 at 9:48 AM, rinigus wrote: > Hi, > > I am using gcc-6.4.0 > (https://build.merproject.org/package/show/home:rinigus:toolbox/opt-gcc) for > porting/developing C++14 applica

Re: [SailfishDevel] booster loading wrong libstdc++

2017-09-11 Thread Marcin Mielniczuk
I think it would be wise to allow blacklisting a single library from being boosted or allowing multiple library instances in booster. On 11.09.2017 10:56, rinigus wrote: > Thank you very much - worked as requested! > > Rinigus > > On Mon, Sep 11, 2017 at 11:26 AM, Andrew Penkrat

Re: [SailfishDevel] booster loading wrong libstdc++

2017-09-11 Thread rinigus
Thank you very much - worked as requested! Rinigus On Mon, Sep 11, 2017 at 11:26 AM, Andrew Penkrat wrote: > Hi Rinigus, > > It's possible to disable the booster with > X-Nemo-Application-Type=no-invoker > line in your .desktop file. > > Hope this helps, > Andrew > > On Mon, 11 Sep 2017 at 10:4

Re: [SailfishDevel] booster loading wrong libstdc++

2017-09-11 Thread Andrew Penkrat
Hi Rinigus, It's possible to disable the booster with X-Nemo-Application-Type=no-invoker line in your .desktop file. Hope this helps, Andrew On Mon, 11 Sep 2017 at 10:48 rinigus wrote: > Hi, > > I am using gcc-6.4.0 ( > https://build.merproject.org/package/show/home:rinigus:toolbox/opt-gcc) >

[SailfishDevel] booster loading wrong libstdc++

2017-09-11 Thread rinigus
Hi, I am using gcc-6.4.0 ( https://build.merproject.org/package/show/home:rinigus:toolbox/opt-gcc) for porting/developing C++14 application. Since gcc is compiled with the compatibility switches, it all works quite nicely except that the application does not start from the application grid - I hav