gdc on linux does not install druntime's .d files?

eles eles at eles.com
Tue Sep 24 07:32:19 PDT 2013


On Tuesday, 24 September 2013 at 14:16:53 UTC, Johannes Pfau 
wrote:
> Am Tue, 24 Sep 2013 16:02:11 +0200
> schrieb "eles" <eles at eles.com>:
>
>> Hi,
>> 
>>   After compiling/installing the HEAD version of gdc in 
>> /opt/gdc4.9, I have:
>> [...]
>
> Those files should be in
> /opt/gdc-4.9/include/d/4.9.0/x86_64-unknown-linux-gnu/

Indeed, but only the .di files, nothing about the .d

$ls /opt/gdc-4.9/include/d/4.9.0/x86_64-unknown-linux-gnu/core/
atomic.di  cpuid.di     exception.di  memory.di   simd.di  sync  
time.di
bitop.di   demangle.di  math.di       runtime.di  stdc     sys   
vararg.di

$find . -name 'atomic.d*'
./include/d/4.9.0/x86_64-unknown-linux-gnu/32/core/atomic.di
./include/d/4.9.0/x86_64-unknown-linux-gnu/core/atomic.di

which is OK, as the .d should not be required, but still it is an 
asymmetry wrt phobos.


More information about the D.gnu mailing list