GDC rpm for Fedora?

Iain Buclaw ibuclaw at ubuntu.com
Tue Dec 13 15:10:18 PST 2011


On 13 December 2011 22:15, Ellery Newcomer <ellery-newcomer at utulsa.edu> wrote:
>
> for some reason, gdc doesn't seem to know where object.d is, and you
> have to add the flags
>
> -I /usr/include/d2/4.6.1/ -I /usr/include/d2/4.6.1/x86_64-redhat-linux/

That will probably be because of:

PREFIX=`echo ~`/gdc3
...
./configure --prefix=$PREFIX


gdc will look in $PREFIX/include/d2 for the import files.

Regards
---
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the D.gnu mailing list