This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Error trying to exec cc1d...
Ciao Tobias,
On Sun, 26 Aug 2012, Tobias Burnus wrote:
Well, the programming language D is (by its inventors) regarded as successor
of C. While you know that .d is not a D file, the compiler cannot - it either
has to regard it as D or regard it as unknown format. What it does, depends
on how GCC was configured (--enable-languages=...).
Note that the D compiler is not yet part of the official GCC distribution,
though there are plans to include it for 4.8.
I assume that some Debian/Ubuntu user has asked for the inclusion of D. After
the gdc will be part of GCC, I think other distributions will follow suite.
on Kubuntu I get
$ gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.6 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --enable-objc-gc
--disable-werror --with-arch-32=i686 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
Where is in that output the "request" for D compiler? I am confused... :-(
Thanks,
Angelo.