Re: c++ library usage

2017-06-21 Thread Ken Cunningham
>> >> - it was slightly easier to switch the system compiler/stdlib (in >> particur switching to the latest gcc on 10.5 for example) That particular piece is fairly easy. Just put this in macports.conf: default_compilers macports-gcc-6 and you're done. Every port will compile with gcc6,

Re: c++ library usage

2017-06-21 Thread Michael Dickens
t 03:48, Michael Dickens wrote: > > Hi MP devs - A hopefully brief discussion of / query about c++ library > > usage, with a little background. What I describe below works for me, > > which makes me wonder if what I'm doing is nonstandard use of 'port' or > > what's going on

c++ library usage

2017-06-20 Thread Michael Dickens
Hi MP devs - A hopefully brief discussion of / query about c++ library usage, with a little background. What I describe below works for me, which makes me wonder if what I'm doing is nonstandard use of 'port' or what's going on ... GNU Radio devs were asked whether GR compiles using GCC7 cleanly