Re: LInking problems after switch to gcc-6.4.0
- From: Jonathan Wakely <gtkmm kayari org>
- To: Daniel Boles <dboles src gmail com>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: LInking problems after switch to gcc-6.4.0
- Date: Mon, 8 Jan 2018 10:23:34 +0000
On 8 January 2018 at 10:19, Daniel Boles wrote:
I guess it's probably this:
https://stackoverflow.com/a/33395489/2757035
Yup, GCC 5+ has two versions of std::string, to link functions using
std::string both the caller and callee need to agree on which version
of std::string is used. Everything needs to be compiled consistently,
to use the same version of std::string.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]