Bill Hacker wrote: > ..... > > Joy! gcc 4.0 and later should be OK as-is?
Well, corecode has imported just the bare-nekkid gcc/g++ parts, not the fancy stuff like ada. But -- maybe the native ada-4.1.2 code will compile without a bootstrap ada compiler, dunno. > > === > > From the DFLY 1.8 release notes: > > "Bring in GCC-4.1 (setenv CCVER GCC41 to use)." > > Let's see..... > > ===== > > # setenv CCVER GCC41 > # gcc -v > gcc: in path []/usr/libexec/GCC41/gcc: No such file or directory If you're willing to build DFly from source you just add a line to your /etc/make.conf 'WANT_GCC41=true' (IIRC) and it will get built. Then, after gcc41 is installed, you setenv CCVER GCC41 to actually use it instead of the default gcc3x.
