On 2017/12/25 20:51, Stuart Henderson wrote: > On 2017/12/25 01:24, Thomas Frohwein wrote: > > When I try to build on my amd64 with ports-gcc, I get > > linker errors that I can't resolve readily. Seems to fail > > to link to the sfml libraries. > > You can't mix libraries (e.g. sfml) compiled with base clang (using > libc++) and ports gcc (using libestdc++).
...err, mix libraries[...] and programs compiled with ports gcc[...] > > > I guess this means only > > > > COMPILER = base-clang > > > > ? At least until the linker errors can be resolved? > > "COMPILER=base-clang ports-gcc" shouldn't be a problem, it will use > base-clang on amd64. >
