Am 10.01.2020 um 22:54 schrieb Julien Savard:
Hi, I'm actually compiling gcc 8 on Solaris 10. I only enabled langages c and c++ (/usr/local/gcc-8.3.0/configure --prefix=/opt/gcc-8.3.0 --enable-languages=c,c++). I was wondering if not enabling fortran and go might be a problem with pkgsrc ? AFAIK pkgsrc is mostly c/c++ right ?
I would enable fortran as well. I don't think it's much overhead. From reading lang/go/version.mk, Solaris can use lang/go for building Go programs, therefore Go should not be needed from GCC.